Hi all,
One of my friends here is facing a small issue in using ALV(Classic) within a user exit.
In the existing ALV display, he is using a form for setting the PF-Status as follows.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = report_name
I_CALLBACK_PF_STATUS_SET = 'F100_PF_STATUS_SET' n so on n so forth ...
But since this is being written within an exit, it does not permit the use of FORM ENDFORM for the dynamic call of the subroutine 'F100_PF_STATUS_SET'.
Anybody who has worked on Exits and ALV, your inputs would be of great help.
Hope my question is clear !! 😊
Many Thanks,
Gayathri.