Answer Posted / vijay
hi
You can use SMARTFORM_TRACE tcode to debug smartforms.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
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.
How to read files and process BDC's automatically ?
How can we omit a leading sign and a leading zero in sapscript?
How do you write a function module in sap?
How do you Export a session ?
What are the buffering options in abap?
What are the three components of a work process?
What is the differences between abap and ooabap. In which situation we useooabap?
What is abap work bench?
What statement will be found in an sap application program that implements a function module exit?
What does an exec sql statement do in abap?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
What is a bsp application? : sap abap hr
What happens if a function module runs in an update task? : abap modularization
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization