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 is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What are the events in ABAP language?
how do you call third selection screen ?
What are the events in classical reports?
What is an abap data dictionary? : abap data dictionary
What is the difference between commit-work and rollback-work tasks?
What happens if a function module runs in an update task?
What are user exits? What is involved in writing them? What precations are needed?
Can you show multiple alvs on a single screen?
What are the two statements which are required in an abap program to output an icon using a write statement?
What do you do when the system crashes in the middle of a BDC batch session?
How are BAPI different from Normal function modules ?
Explain the disadvantage of using exec sql statement in abap?
What is is a match code? : abap data dictionary