cancel
Showing results for 
Search instead for 
Did you mean: 

Middleware : Replicating Bp Custom Data

Former Member
0 Kudos

Hi,

I have an issue regarding Middleware. I am replicating BP Custom fields from ISU to CRM. I have updated those fields in BUT0BK and need to get replicate to CRM . But BAPIMTCS structure has not been updated.

I was trying to update BANK DETAILS MW Structure ie BUS_EI_STRUC_BANKDETAIL , but this structure is not Enhancable.

Can anyone suggest what could be the way to resolve this problem.

Thanks & Regards,

Harkesh Dang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Dang,

You cna use Tcode COM_BUPA_CALL_FU / BUPA_CALL_FU (in crm2007) to get the FMs that determine the Data Exchange of BP. It exist in both sides (R3 and CRM).

You can search sdn and OSS to find out more about COM_BUPA_CALL_FU to fit your scenario. Basically you can manipulate the flow in both sides and fill it in one side and use it in otherside. I have used the same method to exchange Bank and Payment card details (since this is not exchanged between R3 and CRM in standard scenario).

Hope this helps.

Regards,

L

Former Member
0 Kudos

Hi,

A new query...! I have replicated my Custom Data from ISU to CRM through making a new structure in ISU. My data is replicated and appended to BAPIMTCS.

Case : I am creating new Bank item in ISU which contains my Custom data. Through BAPIMTCS my data is replicated.

But in CRM I am not able to SAVE this Custom Data because my Custom data is being saved only after saving of Standard Data.

So I am not getting any BADI or EXIT which contains Parameter of BUS_EI_EXTERN structure and BUT0BK(table).

Could any one help me to resolve this issue...!

Thanks,

Harkesh Dang.

Former Member
0 Kudos

Hi ,

Do let me know whether you are appending the fields to a standard BAPIMTCS or a Z bapimtcs .

Depending on the two , the CRM inbound acts differently .You are a little mistaken that your data 'would not be saved .It is very much saved without an EXIT as a part of the complex structure .

Then again one more thing do you know which structure or field to map this IS-U structure to in CRM ?

Regards

Shreya

Former Member
0 Kudos

Hi Shreya,

I have 2 Custom Fields in ISU and through Event I am calling Function Module which fills my BAPIMTCS structure.

I have a problem that in CRM side i have BankDetail Structure 'BUS_EI_STRUC_BANKDETAIL' which is NOT ENHANCABLE,so that i have created 2 new structure both sides.

When ever i am updating BAPIMTCS-DATA then it replicates my Custom Structure easily and in CRM I am updating my CRM BAPIMTCS strucutre and then BUS_EI_EXTERN structure.

So When Standard fields are getting inserted into DB, my Custom fields are not getting inserted along with that.....!

I need any EXIT or BADI which contains BUS_EI_EXTERN, so that i will able to update my Custom Fields in CRM too when the time of creation of new BankItem.

This is the issue...! Please help me to resolve this.

Thanks

Harkesh Dang

Former Member
0 Kudos

Sorry harikesh for not replying to you all these days as i was a bit tied up and did not log into SDN for quite a long time .Do you still have the problem now ?Or is it resolved ?