Skip to Content
0
Former Member
May 12, 2008 at 09:08 PM

Accessing WS data set during selection screen processing in BG processing

15 Views

Hello ABAPers,

I am attempting to access a working storage table variable that is set during selection screen processing after the user submits the program to background processing (using F9).

I have tried using export to memory id in the at selection screen section and then import from memory id in the start-of-selection section, but it does not seem to work all of the time. Is there a better way of doing this?

Thanks