cancel
Showing results for 
Search instead for 
Did you mean: 

Credit card replication for BP

Former Member
0 Kudos

Hi Friends,

We are trying to replicate Credit Card data which is stored in BP Master record from CRM to R3 customer master.

Standard SAP does not support this. Credit card details are not replicated.

There are standard structures (in the Bdoc itself) to populate these records. So, we have to only do enhancement to populate these structures. But after taking these data, how do we store this in R3 side? We can use standard CRM MW enhancement techniques, but can we use this for Credit Card details.

If you have any documents related to this, please send that to me.

Regards,

Liji

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Liji,

You need to implement badi:

BADI : CRM_DATAEXCHG_BADI

Method: CRM_DATAEXCH_AFTER_MBDOC_FILL

here in you can fill the standard data field available with credit card details.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>

Former Member
0 Kudos

Hi Pratik,

The solution you suggested is in CRM side. We are trying to replicate from CRM to R3. And we have already filled the data in the CRM side using flow tables and FMs.

We are able to get data in the R3 side (during the flow). Unlike other data, credit card data is not mapped to complex structures in R3 side. So we need to explicitly handle this. And i want to know how to handle this.

Thanks & Regards

Liji