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
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Explain how to write a bdc - how do you go about it?
What is a function group? : abap modularization
how to read the standard field value in your custom program.
Program lines for the radio button selection and unabling some input variables in section screen
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What are the system fields? Explain?
Difference between domain and data element? What are aggregate object?
How can we access the correction and transport system?
What is “call mode”?
How do you do bdc for a table control? : abap bdc
What function does data dictionary perform?
What are Pull and Push Methods?
what are the important fields while preparing sales order,inquiry?
Explain the differences between at selection-screen and at selection-screen output?