‎2009 Feb 18 12:13 PM
Hi,
I have a selection screen on which there are 2 radio buttons first for list display and another for grid display. User can select any one of those, but in both cases i need to display to 2 pushbutton on next screen on which result get diplayed when user select one of row and click on pushbutton, the next screen should appear, on which the selected record get displayed and that is the requirement in both ALV display and list display.
Please help me out
Thanks
Parag
‎2009 Feb 18 12:16 PM
Hi,
just call that PF-STAUS in AT LINE-SELECTION.
Ex:
AT LINE-SELECTION.
set pf-status 'GUI'.
Regards
Kiran
‎2009 Feb 18 12:16 PM
Hi,
just call that PF-STAUS in AT LINE-SELECTION.
Ex:
AT LINE-SELECTION.
set pf-status 'GUI'.
Regards
Kiran
‎2009 Feb 18 12:22 PM
Hi,
for list display.
set pf-status 'XYZ'.
use
at user-command .
when 'X'.
perform logic.
endcase.
For ALV display.
set pf-status 'ABC' in module of PBO.