cancel
Showing results for 
Search instead for 
Did you mean: 

UserExit/Badi to syndicate created customer in XD01

Mattias
Active Participant
0 Kudos

Hello,

We want to trigger a enterprise service to syndicate a customer that has been created in trans. xd01. I'm looking for a badi that can be used to trigger my service, but all badis I've seen are run before the save, is there anything available after the save?

Or could I create a "created"-event on object KNA1?

Regards

Mattias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, I'm not fully sure I've understood the request. But with ECC 2005 Ehp3, it has been introduced an outbound eSOA service which is triggered at customer or vendor creation time.

It is named something like CustomerNotificationOut or SupplierNotificationOut.

This might be exactly what you are searching for.

Otherwise, as written above BAdI CUSTOMER_ADD_DATA could help. But it is triggered only at customer master data creation from dialog transaction( online or not)

In other words, customer master being created from BP synchronisation do need another kind of BAdI Implementation

see enhancement CUSTOMER_EXTENSION

Hope this helps.

BR

Alain

former_member202528
Active Contributor
0 Kudos

Pls have a look at SAP Note# 577502 (Enhancements without modification in customer master record)

BR,

Krishna

Mattias
Active Participant
0 Kudos

I've looked at those BADIs, but they either are run before the customer is saved (i.e. before customer number i generated) or used to enhance idocs, which we're not using. Or did I miss something?

Regards

Mattias

former_member202528
Active Contributor
0 Kudos

Hope you viewed below

Enhancement

SAPMF02D

Business Add-in

CUSTOMER_ADDRSCR_CHG

CUSTOMER_ADD_DATA

CUSTOMER_ADD_DATA_BI

CUSTOMER_ADD_DATA_CS

BR,

Krishna