Hello Friends,
I have the requirement that I have to pass the internal table to another report program which will run in background. So, can you please tell me how to pass the internal table in submit report program.
I am using the following statement
===================================================
SUBMIT z9crs_delete_knvp_attnto_bg
VIA JOB 'Z9CRS_DELETE_KNVP_ATTNTO' NUMBER wv_jobcount
AND RETURN.
===================================================
Regards,
Kuldeep Verma