‎2014 Aug 01 12:35 PM
I need to know if BAPI_MATERIAL_MAINTAINDATA_RT is being called as part of ARTMAS IDOC processing, or via a call from another ABAP.
Does anyone know a way of checking if current processing is based on IDOC or not ?
Thanks
Paul
‎2014 Sep 08 2:09 PM
Hello Paul,
yes it is. ARTMAS IDocs are processed by function module IDOC_INPUT_ARTMAS and in there
'BAPI_MATERIAL_MAINTAINDATA_RT' is called.
I don't know if it is called in specific cases only or any time. If you want to check that, simply set a break-point and see whether it stops or not.
Best regards
Rainer