2014 Jan 17 3:16 PM
Hi
Kindly help me getting the o/p for the code:
I am unable to display heading and the logo in the o/p.
2014 Jan 20 4:51 AM
hi wasim,
remove single quotations in function module reuse_alv_grid_dispaly in that i_callback_program parameter value like below
| I_CALLBACK_PROGRAM | = g_repid |
2014 Jan 20 4:51 AM
hi wasim,
remove single quotations in function module reuse_alv_grid_dispaly in that i_callback_program parameter value like below
| I_CALLBACK_PROGRAM | = g_repid |
2014 Jan 20 5:04 AM
hi wasim,
In your REUSE_ALV_GRID_DISPLAY FM , the value of User Call Back is the name of current program... Instead of that you can directly pass sy-repid.
sy-repid = name of current program.
Regards,
Sivaganesh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |