Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

dynamic programming in sap abap

1503


I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr

1038


What two statements are required in an abap program to output an icon using a write statement?

1040


Difference between user exit and badis?

1251


What are th control break events in abap?

1144


Fallback class

2286


Explain pai and pbo.

1280


What will you code in start-of-selection & end-of-selection ?

1137


Explain about sap fico testing and the tools used? : abap bdc

1140


What is the difference between call transaction method and the session method? : abap bdc

1014


How you attach search help to data element? : sap abap data dictionary

1164


what is defference between repository and non repository Object?

7788


What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr

1248


What are internal tables? How do you get the number of lines in an internal table?

1112


There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue

8685