Skip to Content
0
Former Member
Oct 26, 2012 at 08:59 AM

Update characteristic values with CTMS

629 Views

Hello

I have been struggling with this issue for several days and the deadline is getting closer now !

I try to update some material characteristics during the User Exit of material saving. My routine is triggered within the program XMG0.

The goal is to force some given characteristics to take fixed values depending on a third characteristic value.

First I call the FM CTMS_CLASS_DDB and then CTMS_DDB_SET_VALUE, it is modifying all right my values.

I finish with CLAP_FETCH_VALUES and CLAP_DDB_SAVE_CLASSIFICATION.

The problem is that any other characteristic which has been modified manually by the user is lost.

The edited values are simply deleted, not even the old values remain.

It is like the buffer was reset during this operation.

Do you know how to use properly the FM in group CTMS ?

Any advice would be welcome.