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

Using FM -- Reuse_alv_grid_display in module pool programming

Former Member
0 Likes
745

Hi expert,

am using reuse_alv_grid_display FM in module pool programming.

i want decalre field catalog and layout kindly provide me the declaration.

i have use

data : gs_layout type lvc_s_layo

gt_fieldcat type lvc_t_fcat

gs_fieldcat type lvc_s_fcat

buts giving me error in Extended program check.

kidly help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

Hi,

What error?

Best regards,

Leandro Mengue

3 REPLIES 3
Read only

Former Member
0 Likes
604

Hi,

What error?

Best regards,

Leandro Mengue

Read only

Former Member
0 Likes
603

you need to use type pool SLIS... and types like for field catalog: slis_t_fieldcat_alv

check some demo programs for help.

Read only

Former Member
0 Likes
603

In the top include, specify


TYPE-POOLS: slis.