Answer Posted / muralikrishna
IT IS USED TO SYNCHRONOUS ACCESS OF SEVERAL USERS USING SAME
DATA
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is filter dependent BADI?
How can you display frames (horizontal and vertical lines) in lists?
What is the transaction for recording bdc ? : abap bdc
Explain the disadvantage of using exec sql statement in abap?
Explain about sap fico testing and the tools used? : abap bdc
Explain the different types of mode (run code) in call transaction method?
What is design pattern? Provide example .Why are we using it?
What is the use of start-of-selection.,if not use in report what will happen,?
What is the difference between internal tables and extract datasets? : abap modularization
What are system fields for secondary lists?
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 modularization and its benefits? : abap modularization
What does hide statement do?
what is field string ? & where we are using field strings?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?