Data Services: Calling a BAPI and getting expected error in RETURN structure
Aug 22, 2017 at 08:04 AM|43 Views
Hello everyone,
in data services I currently face the following problem: I am calling a BAPI (BAPI_MATERIAL_EXISTENCECHECK) to check if a material number exists in our SAP backend system. Some material numbers do not exist (as expected). However, in that case the data services job throws an error "Error calling custom RFC function <BAPI_MATERIAL_EXISTENCECHECK RFC return error!..." (or even hundreds of error for every checked material) and the job is flagged as faulty.
Can I somehow prevent data services from showing this behaviour?
Add comment