Answer Posted / nitin b modi
Hi,
You have to execute the smartform in TCode Smartforms and
when you get the Smartform FM name like /B112098183221.
then you have to press the display button then you will get
standard SAP Code in that scroll down to last to find
Subroutine PERFORM GLOBAL_CLEAR%, then double click and go
inside....you will get all the code which you have written
in Smartform and can put break point and once you run the
smartform driver program the control stops in
smartform,where you put the Break Point.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How many types of data classes are there in sap abap? : abap data dictionary
What happens if only one of the commands set screen and leave screen is used without using the other?
What are the advantages/ dis-advantages of logical databases?
When the get cursor command used in interactive lists?
What are pooled tables? : abap data dictionary
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 the difference between hashed & sorted internal tables?
How memory management happens for internal tables and work areas in abap?
Can a constructor be redefined?
What is the difference between the function module and a normal abap/4 subroutine?
What is the bapi?
What are number ranges?
What is the function module to popup contents in the internal table?
How do you find if a logical database exists for your program requrements?
Define dispatcher?