can we debug the smartform if yes how can we debug
Answer Posted / ritesh jha
1.GOTO T-code SMARTFORM-> give the smartform name-> press F8
2.After executing function module will generate.open
function module in display mode.
3.: press source code tab of the function module. In the
source code there is a perform %GLOBAL_INIT. In this
perform all the code of initialization and program lines is
display as perform. Here you can easily find your table and
variable by find command and set session break point on it.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different buffering methods?
Difference between open sql and native sql? : abap data dictionary
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
Define external layer?
Can I execute user exits? If yes, how?
How do you find if a logical database exists for your program requirements?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
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 is a match code? : abap data dictionary
What is the syntax for call transaction? : abap bdc
What are internal tables? : abap hr
How is the command suppress-dialog useful?
What is your approach for writing a bdc program? : abap bdc
What abap statement will trigger list generation?
How do you document ABAP programs? Do you use program documentation menu option?