cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping of New Fileds in MDM

Former Member
0 Kudos

Hi Experts

Please advice how can I map the new fileds created in MDM with Fileds in SAP.

As the fileds names in SAP are not available in IDOc used (DEBMAS).

Also, I have fields in MDM which are available in ADRMAS but not in DEBMAS,how to map those fileds.

Regards

Prashant

Message was edited by: Prasenjit Roy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Prashant,

I have following questions:

  • Which MDM Version are you working on?
  • Could you let me know the field name, which you want to add in DEB IDOC?
  • Are you using PI also as a middleware?

As suggested previously, ask ABAP developer to modify the IDOC, as per your need. Just for the information IDOC can be modified via WE30/31 transection.

Once it's done and If you are using PI, PI also need to update with the new IDOC changes.

Hope, this will help..!!

Thx/ -Tarun

Former Member
0 Kudos

Hi Tarun

Thanks for the suggestions.

MDM Version we are working - 7.1.05

Filed I require are -

     Personnel Number

     Contact Person email ID.

Yes, PI is also used.

Regards

Former Member
0 Kudos

Hi Prasenjit,

Contact Person can be accomodated inside DEBMAS only. There is segment E1KNVKM for storing contact person info.

For Email ID related info you can map it to segment E1BPADSMTP in ADRMAS.

Personnel Number is part of Company Code data, so you have to map it in segment E1KNB1M.

And field name would be PERNR (same as that in KNB1 table). Since all this is present in standard idoc so no customization would be required.

Kindly check if your requirement is getting fulfilled using these segments.

And for mapping these field in Syndicator, you need to create XML schema which would have fields of both DEBMAS and ADRMAS so that required fields appear in Destination Items of Item Mapping tab.

Then you can use PI to split the data in ADRMAS and DEBMAS and send it to ECC for updating respective tables. I hope this is helpful to you.

Thanks and Regards,

Ankush Bhardwaj

Former Member
0 Kudos

Hi Ankush

Thanks for your suggestion.

We have already tried that,  Email ID is pointed/mapped to Customer email not with contact person Email ID and PERNR is mapped with Company Code Data whereas we require it for Customer Partner Function.

Please advice.

Regards

Former Member
0 Kudos

Prashant,

Correct my understanding if wrong:

  • These fields (Personnel Number and Contact Person email ID), which you want to add in DEBMAS, are the part of Partner Function tab of Customer Master in ECC?
  • This Partner Function tab comes under Sales Area Data view in ECC.

If not then, can you provide any screenshot, so that I can let you know which segment and fields you need to add and where?

Thx/ -Tarun

Former Member
0 Kudos

Hi Prasenjit,

In that case, you can do the following:

  1. You can select the segment(generally for Partner Functions it is E1KNVPM) in which you want Personnel Number field, then in T-Code WE31, add new fields as per your requirement. Also you need to change the logic of idoc processing program to interpret the value of this new field and populate in required table. Similarly you can do for other segment concerning Contact Person Email ID.
  2. You can go for extension of DEBMAS idoc type and add your fields in this extension type. Again you will have to change the idoc processing program to incorporate these new fields. T-Code is WE30.

So you will be able to achieve your requirement using WE30/WE31.

Note: You would need to update XML schema accordingly in MDM and PI so that new added fields appear in destination items for syndication purpose and PI process those fields smoothly. Thank you.

Regards,

Ankush Bhardwaj

Former Member
0 Kudos

Hi Tarun

Thanks for the comments.

Further, Personnel Number is part of Partner Function comes under Sales Area.

But Contact Person Email ID is Part of Contact Person data (ADRMAS).

Regards

Former Member
0 Kudos

not poosible, if the fields are not in idoc, thn its not poosible,

Former Member
0 Kudos

Dear Experts

Is there no way out to send data from MDM to ECC if fields are available in ECC but not in

I-Doc. DEBMAS or ADRMAS.

Please advice urgently.

Regards

former_member226173
Active Participant
0 Kudos

Hi Prasenjit,

You need add a new Z segment in the standard idoc .

Coding is required to Map the values .

Regards,

Vag Vignesh Shenoy

Former Member
0 Kudos

Thanks Vignesh

Any idea of how to add Z Segment in standard Idoc.

Regards

former_member226173
Active Participant
0 Kudos

Hi Prasenjit ,

You need to get in touch with an ABAPER for this .

They will need to custom code depending on your requirements .

Regards,

Vag Vignesh Shenoy