what is the Tcode to send customer master data to another
system.
Answer Posted / suryaprakash
SEND MATERIAL MASTER: BD10
GET MATERIAL MASTER: BD11
SEND VENDOR MASTER: BD14
GET VENDOR MASTER: BD15
SEND CUSTOMER MASTER: BD12
GET CUSTOMER MASTER: BD13
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How to combine multiple order in one Delivery ( Step by Step)?
What are advantages and disadvantages of logical data base
When was the sap abap being created?
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.
Did you create help views?
What are the events used in interactive reports?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the different types of luws. What are they?
Explain badi in abap.
What are the types of the software component being deployed in the sap?
Is it possible to bring select option in module pool screens?
What is the basic difference internal tables and database tables? : abap data dictionary
What are the advantages and disadvantages of using views in abap programming ?
What is the maximum number of structures that can be included in a table or structure
Final class