cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement Material replication

Former Member
0 Kudos

Hi all,

We are using SRM 5.0 SP09

We established middleware for replicatin of material data, no problem so far.

R/3 material data also contain customer specified classification data which should be stored within SRM customer settypes/attributes.

Problem:

How can I establish a delta load for R/3 materials through standard middleware even when there are just some changes made to the classification data within R/3.

Any idea?

I have established the user-exit for delta loads within R/3 so far (via tables TBE24 and TPS34) but how can I trigger event 1250 (change of materials) for classification data as well?

Otherwise I am not able to transfer any changes to classification data to SRM if there are no further relevant changes...

Any idea?

Points will be rewarded!

Thanks

Regards

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

problem solved.

I have implemented an user-exit in R/3 (clfm0002) which is called if any change is made to classification data.

I use this exit to trigger the delta download using function module

CRS_MATERIAL_COLLECT_DATA

Afterwards delta load is triggered and within BAdi PRODUCT_CUSTOMER2 in SRM I use FM

CLAF_CLASSIFICATION_OF_OBJECTS (RFC)

to read the classsification data for the material from R/3.

Everything fine now!

Thanks and Regards

Andreas

.

yann_bouillut
Active Contributor
0 Kudos

hi,

Thanks for the update )

Yann