what is the Tcode to send customer master data to another
system.
Answer Posted / keerthana
Its BD12. BD14 is for vendor
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What will exactly the hide statement do?
Explain buffering concept usage?
Difference between BDC vs Direct Loads?
What is the major difference between pool tables and transparent tables?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is its?
What is difference between dependent and independent data?
Explain about drill down report?
What is evaluation path, where do we do it and why? : sap abap hr
What are the two statements which are required in an abap program to output an icon using a write statement?
What is the difference between leave transaction and call transaction?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What are the various events associated with screen programming?
What is runtime analysis?
What is the difference between RETURNING and CHANGING parameters for a method?