‎2010 Nov 01 7:17 PM
Hi Experts,
I have a requirement where a Workarea values needs to passed to the Report Program and as well to the Background Program. I am sure EXPORT and IMPORT will work for Foreground but not with the Background.
However for each workarea record a Background will be submitted (I am creating for Parallel Processing). So How can I achieve the above requirement (to get the work area value to the calling program).
Thanks in advance.
Regards,
Srinivas
‎2010 Nov 01 7:34 PM
‎2010 Nov 01 7:41 PM
Hi,
Thanks for your reply...
Yes I have tried but it is not getting retrieved. As I will be calling the Background job inside the LOOP statement will there won't be problem with EXPORT and IMPORT I mean regarding the MEMORY ID's everytime I need to change the name (for each record of the LOOP.
Regards,
Srinivas
‎2010 Nov 01 9:28 PM
Hi
Import/export work in the same session, I can suppose when u submit a job program, this will start to run in a new task, so in a new session, so it can explain because Import/export don't work.
So u can try to use import/export statament in order to set the value in the cluster instead of (abap) memory
Max
‎2010 Nov 02 11:51 AM
‎2010 Nov 03 5:27 PM