cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit OR BADI after BP-Customer is created in MDG-C

vamsi_pokala
Explorer
0 Kudos

We have a requirement to implement some custom functionality, after a BP-Customer is created (Approved) in MDG-C. Let us know the procedure to follow.

FYI the system is SAP S/4HANA 1610 with MDG 9.0.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

HI ,

You can use system method caller BADI

BAdI Definition USMD_SSW_SYSTEM_METHOD_CALLER

. In BRF+ before the CR gets activated say just before step 99 you can add one more step say 98 . When 98 you give condition alias as X that directs to Non-user agent decision table .There you can call this BADI by providing filter name of your badi in below marked place .

Answers (1)

Answers (1)

vamsi_pokala
Explorer
0 Kudos

Thank you Ramesh.

I will explore the possibility of changing the final Complete Step to 98 and add Step 99, since in the custom logic, I need to refer to BP Number and its details, after BP-Customer is created in Active Area?