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

Runtime error

Former Member
0 Likes
899

Hi Gurus...

Despite of declaring TYPE-POOLS : SLIS i am geting the following dump:

<b>

The function module "reuse_alv_grid_display" was called, but cannot be

found in the Function Library.

Error in ABAP application program.

The current ABAP program "ZPRACTICE2" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

</b>

Plz help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
868

hi,

give the FM as

REUSE_ALV_GRID_DISPLAY in Caps.

5 REPLIES 5
Read only

Former Member
0 Likes
866

Copy paste your code here.

Regards,

Pavan

Read only

Former Member
0 Likes
866

Hi,

Check the final table and Fieldcatalog, whether they are same or not.

Regards

kannaiah

Read only

Former Member
0 Likes
869

hi,

give the FM as

REUSE_ALV_GRID_DISPLAY in Caps.

Read only

varma_narayana
Active Contributor
0 Likes
866

Hi..

Call the Function Module using Pattern button in the Editor.

FM name should be in Upper Case in the Call Function Statement.

If u get an error after this plz paste the code.

<b>Reward if Helpful.</b>

Read only

Former Member
0 Likes
866

Hi Roja,

Giving the FM name in caps worked .

Thanks Everyone.