cancel
Showing results for 
Search instead for 
Did you mean: 

Material format

Former Member
0 Kudos

Hi,

In my backend system I have materials with following number xxx-xxx-xx-xx.

I want to replicate all material, but in SRM shows me material number like that:

0000000000000000000000000xxxxxxxxxx.

How can I change this?

Is there any possibility to convert these material to R/3 format?

Regards,

Sayid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check your customizing point about product lenght in SRM.

Usually, R/3 materials are 18 lenght.

To do this go to transaction COMCPRFORMAT and set:

- length 18

- display leading zeroes - unchecked

- lexicography - unchecked

If you want to use R/3 pattern, fill in pattern field something like this:

" ___-___-__-__ "

This pattern convert your material id to this template xxx-xxx-xx-xx

Regards,

Marcin Gajewski

Message was edited by:

Marcin Gajewski

Former Member
0 Kudos

Hi Marcin,

I've changed the settings - template works - great! , but products in SRM still have leading zeroes.

Regards,

Sayid

Former Member
0 Kudos

Hi,

You can use FM CONVERSION_EXIT_ALPHA_INPUT if you don't want to display leading zeros for example in CCM catalog (use this FM in CCM BADI).

If you want to change all product IDs, unfortunetly you must delete it and replicate again from R/3 system.

Regards,

Marcin

Former Member
0 Kudos

one more thing...

To delete all product use Report COM_PRODUCT_DELETE_ALL. This report erase all interlinkages, settypes, favorites etc.

Regards,

Marcin

Answers (0)