Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pushbutton processing

Former Member
0 Likes
458

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

Hi,

just call that PF-STAUS in AT LINE-SELECTION.

Ex:

AT LINE-SELECTION.

set pf-status 'GUI'.

Regards

Kiran

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi,

just call that PF-STAUS in AT LINE-SELECTION.

Ex:

AT LINE-SELECTION.

set pf-status 'GUI'.

Regards

Kiran

Read only

Former Member
0 Likes
436

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.