In interactive reporting, suppose i go to N'th list from
basic list(primary data) & i wanna come back directly to
basic list. So how can i achieve this without using ESC or
back button?? Is it possible using set screen 0??
Answer Posted / manoranjan
Hi,
try this code to come back directly from nth(say 18th) list
to basic list:
At Line-selection.
case sy-lsind.
when 18,
sy-lsind = 0.
endcase.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
dynamic programming in sap abap
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What two statements are required in an abap program to output an icon using a write statement?
Difference between user exit and badis?
What are th control break events in abap?
Fallback class
Explain pai and pbo.
What will you code in start-of-selection & end-of-selection ?
Explain about sap fico testing and the tools used? : abap bdc
What is the difference between call transaction method and the session method? : abap bdc
How you attach search help to data element? : sap abap data dictionary
what is defference between repository and non repository Object?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are internal tables? How do you get the number of lines in an internal table?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue