Skip to Content
0
Jan 09, 2017 at 02:45 PM

Is there a way to ignore Return Code/Errors in Child Processes in Redwood BPA?

324 Views

Hi,

In this situation, one ABAP job submits two other jobs within the SAP system, and CPS uses parent-child functionality to monitor both jobs. The child jobs end in error, because they have messages of type E, and and with a return code of 4. The parent job has "IGNORE_APPL_RC" set to "Y", but the child jobs once they run have that as "N", so the value is not being propagated to the child jobs. Additionally, I've tried adding Return Code Mapping for the error messages in the child jobs, but this is not fixing the issue.

Any suggestions to prevent these jobs from ending in error status?