Hi,
I have created new "Z" program and through which submit the program RAGITT_ALV01. Using memory id I received the data from program RAGITT_ALV01 (ITAB_DATA) into "Z" program. I have done some more calulation on the data and now I want to add few more columns in standard output of program RAGITT_ALV01.
I used "REUSE_ALV_FIELDCATALOG_MERGE" but it is giving unwanted columns as well which I dont want.
My query is how to get the field catelog which is actually getting displayed in to my "Z" progam. I can update it accordingly.
Please help.
Thanks