2009 Nov 13 9:18 AM
Hi,
The requirement is to call one program from the second and execute the whole process in the background.
To save the selection screen inputs given by the user in the 1st prog and send the same to the second program while submitting it i am populating a selection table of type RSPARAMS.
This can be done if i do not use JOB_SUBMIT FM and only SUBMIT statement.
Can i send this selection table in JOB_SUBMIT as well??
Regards.
2009 Nov 13 10:50 AM
Hi Napster,
In the Function Module, there is an IMPORT Parameter named VARIANT, just check if you can do something with this?
Regards
Abhii...
2009 Nov 13 11:21 AM
Export selection table to database memory ( EXPORT tab = itab
TO DATABASE indx(XY) )
and then import it in called program . make sure u pass usnique value in 'ID' so that if multiple users execute the program , memory is not overwritten