Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV REPORT

Former Member
0 Likes
673

Hi

Kindly help me getting the o/p for the code:

I am unable to display heading and the logo in the o/p.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

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

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
2 REPLIES 2
Read only

Former Member
0 Likes
647

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
Read only

sivaganesh_krishnan
Contributor
0 Likes
646

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