I have job with about 6 target BW infosources. We have requirement that BW guys schedule job from BW process chain.
I installed yschedul abap, and it launches jobs that don’t have BW infosource successfully. When I launch job with yschedul that has target infosource(s), I get the following error message:
BAPI returned message from method <bapi_isource_td_t_send>.
I can see this request “a23456789012345678901234567890” is hard coded in the yschedul program. Has anybody tried this before? Please assist.
The error can occur when the DataServices Jobserver contacts the wrong ABAP Server.
When BW initiates the load it does it without the system configuration parameter. This means that the DS Server will use the default configuration for the individual DataStores.
If the default is set to another system than the anticipated one, DS makes the callback to the wrong server, hence it cannot find the request number.
Please check that the correct default systems have been applied for you environment.
Best Regards,
Rasmus
PS. This post is manly as a followup to the error i assume you have solved it by now