What is the difference between BPEngine and Integration engine?
14
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 credit control management. how to do credit control
how to evaluate foreign currency
159
i am learning abap and finding very diffculty in
understanding the message control technique especially in
sending IDOCS?
what are the steps in message control ?
38
How do you replace a query result from a master query to a
child query?