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.
2315Post New Cybernetix Interview Questions
How big was your fact table
Why services are used in angularjs?
How safe is a website on WordPress?
is it possible to say motor horsepower number without seeing name plate(when name plate damaged)
What are the design considerations while making a choice between using interface and abstract class?
What is magneto on a gas generator. how it functions. its out put is d.c or a.c. how it can be checked for correct functioning
What are action support, action function and action poller used for?
What is the basic of c++?
Can you do system testing at any stage of sdlc?
What do you know about the historical background of Development Financial Institutions (DFIs)?
what is the command used to append to buffer?
Explain about realization and its relationships?
What is Processes Semaphores?
What is a generator?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.