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: 

BATCH JOB wait for response

Former Member
0 Kudos

Hi friends,

i have a typical business requirement as stated below:

I will have a REPORT which is a nightly BATCH JOB.

I shall trigger an XML file to a NON-SAP1 system.

This NON-SAP1 sytem will send the file to another NON-SAP2 sytem.

NON-SAP2 will send some error/success information to NON-SAP1.

Now NON-SAP1 shall send it to SAP.

Based on the response we received, another SUB-Routiner needs to be triggered.

Can we have a WAIT for the RESPONSE from NON-SAP1 in the BATCH job .

If so please help me. Any kind of Hints/Suggestions/Advices in tackling this requirement shall be very much greatful to me.

Thanks and Regards

Srikanth.P

1 REPLY 1

Former Member
0 Kudos

Then, what would you do if the process stalled or broke during that round trip? Why not have the return to SAP trigger another background process to do the remainder of the work, if enough information is available?