cancel
Showing results for 
Search instead for 
Did you mean: 

Replicate pricing the other way

0 Kudos

There is a lot information about initial downloading pricing from ERP to CRM

But we want to create a customer condition table in CRM and *UP*load it to ERP

Now we wonder if there is something like a initial *Up*load for that table, maybe by packing the table in a new created middleware adapter object and do some stuff in SMOEAC and R3AS it from CRM to ERP...would that work? I mean would that table land up in ERP? Would there be a delta replication?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marco,

Condition upload from CRM to ECC is generally used in TPM scenarios.


Maintenance of condition table has to be shifted to CRM, only then upload of condition data is possible (table /SAPCND/T681M; corresponding ERP table is MNTCNT – this table would be downloaded during customizing download).


Adapter objects: UPL_CRM*
Mapping module for CRM to R/3 is CND_MAP_MAST_UPLOAD_R3A.

the 3 kinds of upload are available:

Initial upload: R3AS transaction
Delta upload: Automatic upload of data when a record is changed in CRM, provided an upload adapter object exists and filter criteria are met.
Request upload: R3AR2; R3AR3; R3AR4

Best Regards,

Ellen

0 Kudos

Thank you,

ok - i was not sure if that could work but then i go for it, one first test failed, that's why i posted here.

One additional question: Does the delta load update the structure of the customer condition table or the content of the customer condition table. Or both?

Best regards

Marco