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
687

Hello Experts,

if i am not passing the program name in reuse_alv_grid_display or list_display. what problem may be occured.

Regards:

Mahesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

Hello

In this case you will lost all procedures, which defined in programm (commentary, events, user command, status set, variants, etc ...)

It mean, your data will be displayed in grid, but but nothing else will work in report.

5 REPLIES 5
Read only

Former Member
0 Likes
664

HI,

it will not give any error. it will work fine. when u display only result.

if u want do some operations like when u display interactive alv at that time rest of options will not be work.

Reagrds,

Shankar.

Read only

Former Member
0 Likes
664

The program name(sy-repid) is required if you use the function module "REUSE_ALV_COMMENTARY_WRITE" to display any logos. If sy-repid is not passed, the logo wont be displayed.

Read only

Former Member
0 Likes
665

Hello

In this case you will lost all procedures, which defined in programm (commentary, events, user command, status set, variants, etc ...)

It mean, your data will be displayed in grid, but but nothing else will work in report.

Read only

Former Member
0 Likes
664

Hi,

list and grid ALV's will work fine, but interactive list will not work properly. I tried with interactive alv it is not working properly

Regards,

Srinivas

Read only

former_member15255
Active Participant
0 Likes
664

Hello,

While making use of the below function module also it will not run until and unless program name is given

REUSE_ALV_FIELDCATALOG_MERGE

regards

suresh nair