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
What are the three components of a work process?
Can we define our own match code id's for sap matchcodes ?
What is exception class and test class. How to use it?
What is is a match code? : abap data dictionary
How do you process errors in call transaction method? : abap bdc
What is constructor expression in nw abap 7.4?
when do you need to create an internal table with header line ? and with out a header line?
What is protect & endprotect?
What is the function of the correction system?
What is open sql vs native sql ?
What are the uses of secondary indexes?
What are the different function modules used in sapscript?
What is lock objects? : sap abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is SAP Data conversion ?