Hi all,
I am trying to create a BDC program for tcode CM38.
So after I execute the report with the necessary input parameters and view as "Standard Overview", I want to capture some of the data in the output list which are the requirement column and period column into my own table in the BDC program, and repeat the process again for other work centers.
Is it possible to capture this data into an internal table in my BDC program?
My problem is right now, I am not able to find the correct table or internal table that contains the data in the list. How can I find the the table being used to store the data in the list?
Structure RC65L is being used to hold the individual data, but I am not seeing how the data is being loaded to this structure. Going further into the program, I can see table PERTEXT and KAPGESBEL are holding the data that I need. But these tables are in one of the modules in the report and outside of the module, these tables are not accessible.
Anyone have any ideas on how to do this?
Thanks,
Shafiq