we go in debugging but i m in 5th line of debugging and i want to go again in 4th line of it then how to do that
Answer Posted / anand
Place the cursor on the perticular line and press Shift+F12.
If you are in the loop and in 5th iteration andyou want to go 4th iteration, then change the sy-tabix or sy-index value, then for next iteration it will be possible. make sure you have access to change values in debugging mode.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which function module reads the data for particular infotype ? : abap hr
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is new enhancement framework?
What is a modification assistant?
what is difference between set screen and call screen ?
What happens if we use leave to list-processing without using suppress-dialog?
what is the difference between Blocked ALV and interactive ALV?
What is personnel sub are
When is the top-of-page event triggered? : abap data dictionary
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
what is leave to TRANSACTION?
What are pool tables?
What are the data types of the abap/4 layer?
Explain about workbench request and customization requests?
How do you document ABAP programs? Do you use program documentation menu option?