How would you debug custom programs at runtime?
Answer Posted / pankaj singh
Save, check and activate the program.Set breakpoint on
desire line and run by pressing F8 key.It will go in
debugging mode after filling the input field in selection-
screen if it exists.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
how 2 create the normal form by using functional module
5) How to rereive text elements in SF and script?
What are the aggregate objects in data dictionary? : sap abap data dictionary
Explain how to create any functions? How to go about it?
What are the personnel administration related Infotypes
Write the bdc table structure? : abap bdc
What are the 3 types of tables in sap? : abap data dictionary
What is the last entry in all bdc tables? : abap bdc
How to read files and process BDC's automatically ?
What happens if a function module runs in an update task? : abap modularization
How we format the data before before write statement in report ?
Exception handling and how does it transfer from called method to calling method?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?