cancel
Showing results for 
Search instead for 
Did you mean: 

REPORT_SUBMIT macro function

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

satish_waghmare3
Active Contributor
0 Kudos

Hello Jay,

When I read about your problem, I searched for the additional information/links on REPORT_SUBMIT macro function.  Below is the link to an existing SCN thread which has all required information. Please refer this link -

Hope this will help to resolve the issue.

Please do let me know.

Thank you

Satish Waghmare

Former Member
0 Kudos

Hi Satish,

Thanks for your reply. Actually I had gone through most of the related SCN posts.

satish_waghmare3
Active Contributor
0 Kudos

Hello Jay

As a good practice (The Rules of Engagement), If your problem is resolved then please mark question as "Answered". or Else let us know if you need any additional information.

Thank you

Satish Waghmare

Answers (0)