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
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
Once u enter in the debugging scree put the courser on particular line from menu debugging select go to statement.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / sandeep kumar
put the cursor on the line ans select the GO TO Statment
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
in the final display list how can i change rows to columns and vice versa
what is function group? Difference between function group and FM?
What are aggregated objects
Explain about drill down report?
if multiple badi can be active at a time, how will we know which implementation will be fired first . how to know the sequence in which implementation is fired.
What are the differences between macro and subroutine?
What is a data class?
Commonly used tables in MM and SD?
what is the function module to read the standard text?
how to added data in list box?
when do you need to create an internal table with header line ? and with out a header line?
What is the typical structure of an ABAP/4 program?