which method is suitable for call transaction asynchronous
or synchronous
Answer Posted / bikas
That depends upon the requirement and the nature of
transaction if updates should take place one after another
then we select Syncronus mode if it is not an restriction
then we will select asynchronous mode.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is human resource information systems (chris)? : sap abap hr
Explain what is the difference between primary key and unique key?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
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 are the steps in a bdc session? : abap bdc
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is an Unpack command?
Define dispatcher?
Explain what is the step-by-step process to create a table in data dictionary?
What is a table attribute?
Can a transparent table exist in the data dictionary but not in the database physically?
What are the types of search helps? : sap abap data dictionary
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What functions does a data dictionary perform ?
What is sap locking?