cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Replication of R/3 MARA Z Fields to SRM

Former Member
0 Kudos

Hello Experts,

The following is my Requirement,

- Have to replicate ERP Mara Extended Fields to SRM.

Following are the Steps I made,

1. Created Function Module on ERP and saved it in the required table.

2. Created set types in SRM.

3. Assigned it to the category MAT_HALB

4. Implemented the BADI IF_EX_PRODUCT_CUSTOMER2~MAP_R3_TO_CRM_MATERIAL

Problem:

- No record is added in the Product Master of SRM

If i commented the Append lines from the Implementation then I get the Data in Product Master (with out add on fileds)

- I checked the Implemenation in Debugger, I get the data from R/3 and the required data is appened to the System Strucure.

By still i have some problem.

Is there any thing else has to be done.

I doubt the Set type setting.

Please help on this.....

Thanks and Regards,

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem was fixed.

We need to append the key field (MATNR) to the attributes_int table.