cancel
Showing results for 
Search instead for 
Did you mean: 

SRM MDM OCI Custom Fields

Former Member
0 Kudos

Hi,

SAP suppports five custom fields in OCI mapping. We have a requirement to transfer more than five custom fields from MDM catalog to SRM shopping cart. Does SAP support adding additional custom fields? If not, what are some alternatives available?

Thanks,

Surendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Surendra,

please refer the section as "Mapping Catalog Fields to OCI Fields" of Business scenario configuration guide of SRM-MDM Catalog.

I hope this will help you.

TNR,

Saurabh...

Answers (2)

Answers (2)

Tamas_SAP
Employee
Employee
0 Kudos

Hi Surendra,

SAP officially supports only the standard OCI fields, therefore only the 5 customer field.

Nevertheless you can modify the config UI XML, where you can add also additional customer fields, to have extra OCI customer fields, if you need this for your process.

Regards,

Tamás

SAP

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can use NEW_ITEM-LONGTEXT_n:132[] field. The field length is unlimited. You can set own separator character and handle it in the BBP_CATALOG_TRANSFER BADI.

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

If we want the LONGTEXT field value transferred from the MDM catalog to the shopping cart, can this be done through OCI mapping, or is the BBP_CATALOG_TRANSFER badi our only option?

Regards,

Joy

Former Member
0 Kudos

I forgot to mention that we want to transfer the product long text from MDM catalog to shopping cart vendor text.

Regards,

Joy

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You need both setting.

1. OCI Mapping. Catalog Long Text -> OCI Customer Field

2. BBP_CATALOG_TRANSFER OCI Customer Field -> Field which you want to store it.

Regards,

Masa