cancel
Showing results for 
Search instead for 
Did you mean: 

how to stop the std SUS method from being called

Former Member
0 Kudos

Hi

I am working on SRM - EDI integration for NON SUS vendor.I am using a custom mapping and custom method call in this case.i have placed the logic in the std. mapping BADI - BBP_SAPXML1_OUT_BADI.i am triggering my custom method call in this method only.but i am unable to stop the control flow here after as i need not to trigger the Std. process.

Regards,

Durgaprasad Kare.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Durga,

The BADI BBP_SAPXML1_OUT_BADI is meant for mapping purposes in the outbound proxy object and cannot be used to control the message flow.

What I would suggest you to code the custom logic in the BBP_DOC_SAVE_BADI where is you can check the vendor and determine the custom message needs to be trigerred. Besides you have a check at XI level to block those mesages that are not needed.

Regards

Kathirvel