cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence of initial load from ERP to sap crm

former_member577120
Discoverer
0 Kudos

Hi All,

what is the sequence of initial load from ERP to sap crm? given the following obj:condition object, business object,customer object



Accepted Solutions (0)

Answers (4)

Answers (4)

former_member185613
Contributor
0 Kudos

Hi Pavan,

Customizing objects should always be run first since business object data replication depends on it. Within customizing objects, like Ellen mentioned, there are parent object which have to be run first because there is dependency.

Running business object depends on the object type you are running. For a successful completion, there can be other business objects which should be run to avoid any errors. For example, if you are running load of MATERIAL object, it is better to run DNL_PLANT object first because a material can have a plant assignment in ERP and if the plant data is not available in CRM, inbound processing would fail.

Condition objects would be run last as the data in condition records refer to the business object data.

Regards,

~Athreya

Bharathraj_A
Active Participant
0 Kudos

Hi Pavan,

The correct sequence to do initial download is
1.Customization object(R3AC3)
2.Business objects(R3AC1)
3.Condition object(R3AC5)

Regards,
Bharathraj

0 Kudos

Not sure exact sequence but try the following pattern

- R3AC1

- R3AC3

- R3AC5

Let me know if that helps

Former Member
0 Kudos

Dear Reddy,

As far as I can think of, the following needs to be pay attention to:

1. If an object has parent objects, it should be loaded after the parent objects are loaded. Otherwise, there will be an error "parent not ok".

For example, for object material, you can see it has 2 parent customizing objects DNL_CUST_PROD0 and DNL_CUST_PROD1.

2. Initial load of object "MATERIAL" should be performed before condition master records are loaded.

Otherwise, the condition records which contain material numbers cannot be updated.

For objects which do not have much relation, it does not matter which one is loaded first.

Best Regards,

Ellen