‎2008 Jun 27 3:05 PM
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?
‎2008 Jun 27 3:07 PM
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
‎2008 Jun 27 3:12 PM
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