I have an interesting problem.
I have the object io_alv_grid of type CL_GUI_ALV_GRID in this method of a BADI that I'm implementing, but I do not have the actual data of the internal table.
Is there any way to extract the data of the alv from that object?
The BADI is WORKORDER_INFOSYSTEM, method AT_OUTPUT_SCREEN_LAY and I can get the data from an earlier method by EXPORT/IMPORT, which works fine. Except that if the user has any layout or sorting set (which they do) my internal table is incorrect. I need it in it's current state so that I can get selected rows and do actions based on a button pressed.
Thank you for any help.