Answer Posted / niladriroy_dgp
BDC Recording is the simulation by which we know the fields
to be tranfer from legacy to SAP System, and also the
screen no. and program name.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
Rp_provide_from_last contains how many parameters ? : abap hr
What is the use of buffering?
How to eliminate duplicate entries in internal tables?
What does the extract statement do in extract datasets? : abap modularization
What is the difference between tables and structures?
Which function module would you use to check the user’s authorization to access files before opening a file?
Name some system global variables you can use in abap programs?
what will happen if called program is not executable ?
What is Buffering Concept? When should a Table be buffered?
How many main windows are allowed in sapscript?
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 field and chain statements?
What is lock objects? : sap abap data dictionary
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?