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
How do you use structures in the abap programs?
How to display if the value entered contains records or not?
How can we access the correction and transport system?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is meant by stacked list?
What are the different types of view?
Explain what are the events in screen programming?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
How are the function code handles in flow logic?
What is the meaning of client independent?
What is a subroutine?
How do I find the output type of a table or a program?
What is bdc? : abap bdc
How to upload data using catt ? : abap hr
What are the different function modules used in sapscript?