SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

"GENERIC ARTICLE- VARIANTS ARTICLE NUMBER FORMAT"

Former Member
0 Kudos

Hi All

I had created a Generic Article: u201CLP_PANTu201D with variants

Char: Size - Value : 28,30,32

Colour- Value : Black, Brown, Blue

Normally when I create Generic Article Variants ,I usually will get Variant Article number as: LP_PANT01, LP_PANT02, LP_PANT03u2026u2026u2026u2026u2026. LP_PANT09

But here variant article numbers created as below:

i.e. Along with Article Number its taking First 4 letters of One Characteristic Value ( Black,Brown & Blue ) and Other 2 letters from another Characteristic Value ( 28,30,32 )

i.e LP_PANTBLAC28

LP_PANTBROW28

LP_PANTBLUE28

LP_PANTBLAC30

LP_PANTBROW30

LP_PANTBLUE30

LP_PANTBLAC32

LP_PANTBROW32

LP_PANTBLUE32

My query is: Where we have to do customizing to get the Variant article number like this?

Plse help us in this

Regards

Anis

1 REPLY 1

bjoern_panter
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi friend,

this feature can be implemented by the user exit

MGW00002 Material Master (Retail): Number Assignment

EXIT_SAPLMG72_001 Internal Material Number Assignment (Retail)

EXIT_SAPLMG72_002 External Material Number Assignment (Retail)

EXIT_SAPLMGNK_003 Variant Number Assignment

The function module you should make a breakpoint in MATNR_VARIANTS_CREATE.

Lear how we have implemented our standard logic and feel free to implement the user exit

To adjust the short text description check the function module MAKTX_VARIANTS_CREATE

BADI_ARTICLE_REF-RT should be used to adjust the text.

regards

#Björn