cancel
Showing results for 
Search instead for 
Did you mean: 

Changing characteristic of material from the catalog

Former Member
0 Kudos

Hi everybody,

I'd like to change the value of a characteristic of a catalog item but unfortunatly it doens't seem to work. I'm using the following objects/functions:

First I obtain the items using CALL METHOD gr_item_manager->get_all_items of class /ccm/cl_item_manager.

Secondly I read one of the items characteristic values and change on of the values. After this I use the following statement:

CALL METHOD gr_item_manager->update_item.

One of the parameters of the method is the changed characteristic value called it_char_value for the provided guid iv_guid.

Unfortunatly no update is performed of this item.

Q: do I have to use other functions to make the adjustment (like a commit work for example?)

Q2: does anyone have any experience updating characteristic values of a catalog?

Cheers and thanks!

Laurens

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Laurens,

Please try this.

CALL METHOD ir_catalog_manager->commit_catalog.

When do you want change the value ? When the data is uploaded ? Please check the BADI /CCM/CTLG_ENRICHMENT , /CCM/CHAR_VALUATION and /CCM/CSE_ENRICHMENT.

Regards,

Masa