Re: How to change line of a hashed table using a method call?
Suhas, The post not mine, but i have a question... When you make reference into dref_flight, this does not needto bedeclared (eg. DATA dref_flight TYPE REF TO data)? Or this is declared when you pass...
View ArticleRe: Bapi_pr_change for service PR issue for updating block indicator only
no...that what i do not want to change the price,,..it is just BLCKT field...so say..I just pass the item table with item no and BLCKT = '1'...and corresponding field in itemx as 'X'...and no service...
View ArticleRe: problem with reuse_alv_list_display
Hi, Instead of using 'REUSE_ALV_FIELDCATALOG_MERGE' fil the Fieldcatalog manually. DATA: WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV, IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV. WA_FIELDCAT-COL_POS = 1....
View ArticleRadio button field issue in the selection screen
Hi Folks, I am using an LDB(Logical Data Base) of 'PNP' in my custom report and the LDB has a selection screen with different parameters .My concern is, the selection screen has 6 Radio buttons from...
View ArticleRe: How to append lines of a dynamic internal table to another dynamic...
Please give some solution...as this is important for my project requirement. Thanks
View Articleretrieving data from delivery header manually entered address address
Hi SAP Experts at the time of creating delivery user manually change diffrent city value in delivery header customer address tab but it is not coming in billing output even i have checked delivery...
View ArticleRe: Custom Screen For Create Change Display
MY customer is asking as like Material Master Creation , change , display.
View ArticleRe: Telephone Fax not updating BDC Vendor master
George, When you rantherecordingSHDB, you usedthe parametersof the image below?Regards.
View ArticleRe: Payslip PDF file encripted or password protected while sending mail
Devarj, Try to use CL_GUI_FRONTEND_SERVICES=>EXECUTE( APPLICATION = 'FULL_PATH/APP' )Regards.
View ArticleRe: how to check bdoc in ecc system
Hi Akshath, there are no BDocs in ECC, BDocs are only available in CRM.A BDocs is sent from CRM to ECC as a qRFC. The inbound processing in ECC starts for all BDoc types In the function module...
View ArticleError on adding items to a IDoc document after changing the port
Hi friends, We have a process that generates a set of IDOCs for a payment proposal to an external entity, that worked perfectly until we changed to a new port. Before, the aggregation of items was...
View ArticleRe: 'RRV_______________.__' adding leading spaces in the amount column
Thanks Che.After long time, I had the same requirement. Thanks for the post.Regards,Shiva.
View ArticleRe: SAP Script : PO MEDRUCK - Delivery address not Printing
Hi Prabhu, For Medruck program, we get address by passing plant to T001W table and getting adrnr.Check for select query on T001W. Thanks,Anil
View ArticleRe: Print program name for the dunning form F150_FR_DUNN_01 in sapscript
Thanks Janis. One thing I want to know that can a custom form be triggered by a standard print program? Actually for the form F150_FR_DUNN_01, I made a custom copy of it. So can I use a standard print...
View ArticleRe: ALV Report: Average for Percentage Column
Yes Abhijith.Got it correct. Thanks for your help
View ArticleRe: Payslip PDF file encripted or password protected while sending mail
And why do you think this would encrypt/password protect a pdf while sending it via email' What is the command you are issuing and how have you set it up?
View Articlepurchase document
Hello gurus, i created all code my output is also coming when i giving input but i stuck in vendor number when i giving input vender number that time all vender will be display my requirment is when...
View ArticleRe: Pass the ALV line item order number to different transaction's selection...
Hi Surya, You have your ALV output dsplayed throgh some internal table right ? so when your selects some row in the output ... capture the order number in that line and pass to below code Data:lt_row...
View ArticleRe: Need a BAPI to Change the WBS in CJ20n
hi Abhii, Can share your solution how you uncheck account assignment element?I am using BAPI_PROJECT_MAINTAIN, it default account assignment element is checked even I unchecked it in table WBS element....
View ArticleRe: Multiple pages printing problem
Hi Sachin, I think back to back print possible while setting print parameter as Duplex mode...
View Article