Skip to Content
0
Former Member
Dec 07, 2006 at 10:20 AM

How to switch between screens during run time

635 Views

Hi,

My transaction contains a tabstrip control with two subscreens loaded and the subscreens to be loaded code is written in PBO of the application.

1st SubScreen contains data to be entered i.e, save, update and delete operations can be processed in it.

2nd SubScreen contains an ALV Grid which displays the list of complete data related to that 1st subscreen transaction saved in database.

My query: When i click on any particular cell of ALV Grid which is loaded with data on 2nd Subscreen, the concerned data must be passed to the fields of 1st Subscreen for modifications or delete operation. How to do that?

  • Very.Imp:

How to call the first subscreen when clicked on ALV Grid Cell during runtime?

How to pass the data in first subscreen from the second subscreen and from second subscreen the display should highlight first subscreen?

Please assist