2008 Oct 17 8:14 AM
There is a FORM in program.
I need to pass FORM's name to class object, and this object to run FORM.
Like it done in ALV:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = SY-CPROG
I_CALLBACK_USER_COMMAND = 'MY_FROM'
...
There is a FORM in program.
I need to pass FORM's name to class object, and this object to run FORM.
Like it done in ALV:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = SY-CPROG
I_CALLBACK_USER_COMMAND = 'MY_FROM'
...
2008 Oct 17 8:20 AM
here every thing will be done using the Event handling(local classes based on event definition) check this program
BCALV_TEST_GRID_EVENTS
2008 Oct 17 8:26 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |