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
Difference between Insert, Update and Modify?
Can a transparent table exist in the data dictionary but not in the database physically?
What is a multiple line field? : abap bdc
Explain the difference between a pool table and a transparent table?
To find the date difference & excude saturday & sunday in between them
How to combine multiple billing into one RV document ( Step by Step)?
What is the difference between semi-monthly and Bi-weekly payroll area
How do you display a data in a detail list?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
what is the process of creating quotation using BAPIs.
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Did you create secondary index?
What is sql trace? : abap data dictionary