What is binary tree? Explain its uses.
What is difference between variable declaration and definition?
What is process communication?
How do Acoelomates differ from animals with a coelom in terms of body structure and organization?
How to tell visitors that you have atom syndication feeds?
Is mac unix based?
What is the purpose of @validations annotation?
What do you like in your previous Sales Job? What sales challenge have you experienced recently?
Does go (golang) support method overloading?
Explain About Postback
What is the best Framework to generate REST API documentation for Scala-based applications?
What is the networking options used in openstack?
How to make a custom validation rule in laravel?
What is bootstrap 4 responsive images?
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.