cancel
Showing results for 
Search instead for 
Did you mean: 

CCM Catalog Upload changing case of Supplier part Number

Former Member
0 Kudos

We are using Contract Management in conjunction with Catalogues. When we load the data into the contract the supplier part number is coming through correctly eg i99942 but when loading into the catalogue the same item becomes I99942 although the same data source is being used. When you then try to shop for the product it is not able to find it in the contract.

What do I need to do to resolve this issue?

Nick J

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Jason

Thanks for your help on this

Nick J

jason_boggans
Active Contributor
0 Kudos

Hi,

This is because of note 1129272, this changed the coding to convert the supplier part number to uppercase ... it was before:

MODIFY me->gr_item_list_model->gt_item_list FROM ls_item_l

ist.

TO

*>>>> START OF INSERTION <<<<

TRANSLATE ls_item_list-supplier_part_no TO UPPER CASE.

MODIFY me->gr_item_list_model->gt_item_list FROM ls_item_l

ist.

*>>>> END OF INSERTION <<<<<<

Regards,

Jason