Hello Gurus,
Need your inputs to address an issue with REPORT_SUBMIT macro function.
I am trying to create a macro that executes a job in background so I am using REPORT_SUBMIT function. However when it triggers the job in background it fails reasoning "Fill in all required entry fields".
Here is what I have done-
- Created a macro that copy A KF to B KF for certain horizon.
- Created SM37 job named Z_TEST_BACKGROUND with /SAPAPO/TS_BATCH_RUN program and variant Z_TEST that executes above macro
- Created below macro that triggers Z_TEST_BACKGROUND job in background
Step ( 1 Iteration)
Action box
REPORT_SUBMIT( '/SAPAPO/TS_BATCH_RUN' ;
'Z_TEST_BACKGROUND' )
Basically it triggers the mentioned job in background but it fails with reason "Fill in all required entry fields".
Your inputs would be highly appreciated.
Thanks
Jay