What are the data sources that are supporting non
cumulative and give some examples?
65
Have you done udf?
19
Hi i am preparing for sap fi certification how is the
oppurtunities as per the current position.if i may do that
certification either i could get the job or not.kindly give
your advice
thanks in advace
regards
jos
56
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.