‎2007 Jan 09 2:06 PM
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.
‎2007 Jan 09 2:09 PM
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
‎2007 Jan 09 2:21 PM
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
‎2007 Jan 09 5:22 PM
Hi
U should post your program where you define the internal table.
Max