Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with JOB_SUBMIT

Former Member
0 Kudos
87

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.

2 REPLIES 2

Former Member
0 Kudos
52

Hi Napster,

In the Function Module, there is an IMPORT Parameter named VARIANT, just check if you can do something with this?

Regards

Abhii...

Former Member
0 Kudos
52

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