cancel
Showing results for 
Search instead for 
Did you mean: 

Userexit/BAdi in BP replication process in R/3?

former_member321557
Participant
0 Kudos

Hi All,

Is there any userexit/Badi is available in R/3 for BP replication process for CRM to R/3? It would be much appreciated if you provide the same.

Thanks,

Narsaiah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Refer to following

http://help.sap.com/saphelp_crm70/helpdata/EN/49/2a4ff56c7f3895e10000000a421937/frameset.htm

You can use process CRM0_300 to trigger your custom function module.

Hope this helps!!!

Answers (2)

Answers (2)

former_member321557
Participant
0 Kudos

Issue has been resolved , some SAP note problem in program LCCRIF03. Rectified the code.

BGarcia
Active Contributor
0 Kudos

Hi Narsaiah,

Don't know if it helps in your scenario but you can manipulate the data that is sent from CRM to R3, by configuring the table CRMC_BUT_CALL_FU, by adding your function module for BPOUT BUPA key.

That function module must have the same parameters than the standard ones indicated there.

Kind regards,

Garcia

former_member321557
Participant
0 Kudos

Hi All,

Thanks for your response, after my investigation I found that there is no issue in CRM o/b BDocs, issue is only when populating the BP in R/3. To populate this it's using BDC call transaction there it's not populating the Name1 and Name2 fields of BP(Customer) in XD01. And its using BAPI PI_BP_PROXY_BAPI_CUSTOMER in R/3 side to process i/b data. I'm not sure why its not populating in call transaction. It's using DEBITOR_BDCDATA to get BDC data with this FM I'm bit confused, as its not picking any screen fields for Name1, Name2 and Address. However its updating address not Name1 and Name2. Could you please someone advise on this? It would be greatly appreciated.

Thanks in advance.

Narsaiah

Former Member
0 Kudos

Hi Narsaiah,

Most of the logic depends on what versions of ECC/CRM you are using and any industry components (eg: IS-U etc)

In ECC make sure you mentioned right version in table CRMPAROLTP parameter CRM_RELEASE.

In CRM transaction CRMC_BUT_CALL_FU you have function call for your industry specific functions.