ā2015 Apr 21 3:45 PM
Hi Experts,
I am using the Custom function module to display Records in ALV Grid, i tried to enable the Save button using standard GUI and custom GUI status but its not working..Please help me on this
For Reference
Best Regards,
Girish Kumar.
ā2015 Apr 21 4:25 PM
Hi Girish,
Girish Kumar Vedurupaka wrote:
I am using the Custom function module to display Records in ALV Grid, i tried to enable the Save button using standard GUI and custom GUI status but its not working..Please help me on this
In ALV Display report, why you need the save button here? Are you going to update the ALV values?
If the Custom GUI PF status is created, please assign the Custom PF status in the attribute i_callback_pf_status_set = 'GUI_STAT_NAME' as shown below.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = SY-REPID
i_callback_pf_status_set = 'GUI_STAT_NAME'
----
----
Regards
Rajkumar Narasimman
ā2015 Apr 22 5:56 AM
Hi Rajkumar Narasimman,
Here We are using custom function module. We don't have an option to pass the GUI status to the Function module...When I click on save button displayed records are updated to the database, but the save button seems to be disable.we can do it by the standard function module, According to my requirement i have to use custom function module only.
For Reference
Regards
Girish Kumar.