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 Help Members By Posting Answers For Below Questions

What is example class

888


Explain the use of table maintenance allowed?

544


How is conversion of data types done between abap/4 & db layer?

638


What are the names of the function modules that will be generated upon activation of a lock object?

554


in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?

1745






What are the functional areas, user groups? How does abap query work in relation to these?

595


Explain what are interactive reports?

625


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1738


Explain sap abap 3-tier architecture?

737


Write the bdc table structure? : abap bdc

598


What are aggregated objects

567


Is it possible to pass data to and from include programs explicitly?

587


What are the events in abap/4 language? : abap hr

620


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1635


What will happen when we use fully buffered in abap?

563