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 parameters

Former Member
0 Likes
474

In func module REUSE_ALV_GRID_DISPLAY, u need to specify the output internal table at two places: as import parameter and as tables parameter. Y at two times?

3 REPLIES 3
Read only

Former Member
0 Likes
426

Hello,

No, you only need to specify it at the TABLES parameters.

Regards,

Read only

Former Member
0 Likes
426

hi,

its not required to pass it in two places.

the report wil be displaye if u pass it in tables parameter alone.

check it , it wil work

feel free to ask doubts

reward points if helpful

regards

mano

Read only

Former Member
0 Likes
426

Hi,

We specify internal table in Tables only.

In Importing there is no parameter for passing internal table.

Narasimha