cancel
Showing results for 
Search instead for 
Did you mean: 

Partner Replication from CRM to ECC

0 Kudos

Hi Experts,

There is a issue related to the partner replication from CRM to ECC in a Iobject.

In a standard way manually if we add or change a particular partner in CRM , it gets replicated to ECC successfully.

But we have developed a custom code to change or add a partner to the Iobject using the FM COM_IL_PRDBP_API_MAINTAIN, but using the custom

code, the partner is not getting replicated to ECC.

I have checked by taking  a trace  if the same FM COM_IL_PRDBP_API_MAINTAIN is being used to maintain the partners even if we try to do it

manually.And  the same FM is getting called.

What could be wrong about the replication through custom code ?? Any suggestions...?

Please help.

Regards,

Jojy.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jojy,

Some more information would be helpful as in, what does happens when you use the custom code? Is a Bdoc generated? Do you have an error in the bdoc giving you clues on why it failed? Or if there is an outbound queue gets generated and fails?

If it does, then your best bet might be to debug the outbound queue. Also when you do you execute the custom code in debug, is the abap stack list the same as that of the standard code? Such is life with custom middleware that there are way too many variables and checks and running the custom and standard code together and comparing the processing might throw some light on the issue.

Regards

JD

0 Kudos

Hi Joydeep,

The Bdoc is getting generated  but the partner details are not getting filled in the BDOC.

The Bdoc is in green while when we try through standard way, the Bdoc is getting filled correctly with the partner data,

Former Member
0 Kudos

Hi

So is the bdoc in error? Or it is getting processed using the custom code as well with out bp data?

I'm assuming that you already have the correct number ranges set up in both the system, that is,  if an external number is now required in ecc if the BP are getting created in crm.

JD