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

Adding pushbutton with alv_grid_display

Former Member
0 Likes
1,173

Hi,

This question had probably gone around a few times but i cant get it working from reading some of the previous posts. Im using the old style perform 'alv_grid_display' and it outputs and ALV report that has a checkbox on each line......

I need to add a button anywhere on that ALV output that i can click to process the checked line items and create back-end records. Any ideas on how to get this button while still using alv_grid_display?

2 REPLIES 2
Read only

former_member182354
Contributor
0 Likes
328

Hi,

First create a PF status with that push-button. Then after the user has clicked the check box catch that event in User-command and code for it eithe using an BAPI to create records in database.

Raghav

Read only

Former Member
0 Likes
328

I tried messing around with PFStatus but it just seemed to effect the initial selection screen as opposed to the ALV output....Could just that im doing it in the wrong place or not using the correct statement