Skip to Content
0
Jan 11, 2012 at 02:20 PM

prepare ALV data for later display

77 Views

Hi, I have an ALV report that may run (and prepare ALV data) for a long time depending on selection screen parameters settings.

I need the user to be able to select whether he wants to display the data immediately (foreground run), or save the result in db (run in background) and as a next step in the same program to display in foreground the previously saved data.

I can do it manualy via custom table and custom logic, bud before I do so I would like to ask - is there a better or some standard SAP solution/framework? Because I think this type of requirement may be needed quite often, and in past have seen somethink like this in some SAP transaction I but I dont remember it.

PS: I know about a possibility to run in background and check spool for an ALV LIST output, but the user needs to see ALV GRID with functions like sorting, export, no page headings etc.

Thanks in anvance, B.