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

Memory id

Former Member
0 Likes
494

Hi All,

While calling the function module "REUSE_ALV_FIELDCATALOG_MERGE" some of the fields are missing in the table ct_fieldcat.

It was imported from memory id li_callback_prog-tab from include LSKBHU12 ,but where it was first exported.

How shd i get the missed fields.

could anyone help?

Thanks,

Ponraj.s.

3 REPLIES 3
Read only

Former Member
0 Likes
457

Hi

The defination is often save in the buffer at the first time you run the program.

Run these programs to clear the buffer:

BALVBUFDEL

BCALV_BUFFER_DELETE

BCALV_BUFFER_DEL_SHARED

Max

Read only

Former Member
0 Likes
457

Hi Max,

I run this programs but again its not working.

anyother possibilities:

Note: after running the second program report doesnt shows anything.

Thanks,

Ponraj..s

Read only

0 Likes
457

Hi

U should post your program where you define the internal table.

Max