zoukankan      html  css  js  c++  java
  • Retail Article Master Data 学习 (二) Creation

    Article Master Data:

    -------------------------------------------------------------------------------------------------------------------------------------------

    First create MC, MCH and the chars:

    Create Characteristics profile: CHP_CLOTHES01
    (common charact. for clothes) -  size; color 

         image the ‘2’ means ‘relevant for variants’.

    In CHP_CLOTHES01, I gave the following characteristics:
    - SIZE_SOPH

         image

    - COLOR_SOPH

          image here you can define if other values than the given ones are acceptable.

    besides, do not set ‘default value’ if that charact is going to be relevant for variants.

    Create  MCH 1st level (t-code: CLWM) :        MCH00010
    (clothes)

         image Characteristics are be assigned to the MCH or MC. Or can be assigned to Characteristics profile and then to MCH.

    Create MCH 2nd level (t-code: CLWM) :        MCH00020     (long sleeve clothes)

    Create MC (t-code: WG21) :    S00000001        (sweaters)

    Create MC (t-code: WG21) :    S00000002        (suit)

    Assgin the MCH 2nd to MCH 1st (t-code: CLW1), and MC to MCH 2 (t-code: WG26).

          image image

    Assign char profile CHP_CLOTHES01 to MC S000000001 and S000000002  (t-code: WG22).

         image 

    To check the hierarchy level (t-code: CL6C)  /  (t-code:  WGUS)

         image  image

    ------------------------

    Create MC reference article (t-code: MM41):  --- this seems to be the wrong way.  it will not be a reference article

    Single article:    REF_ART_S001      (reference article for MC S00000001) –> wrong

    Create MC reference article (t-code: WG22):

    single article:   REF_ART_S00000001     (reference articel for mc S00000001)

          image

         image   REF_ART_S00000001

    Check this created article in table MARA:   MARA-ATTYP = ‘30’ –> Merchandise Category reference article.

         image 

    ------------------------------------------------------------------------------------------------------------------------------------------------

    Next will be to create the generic article  / variants, the reference sites, etc…

    Create Generic Article (t-code: MM41):   SWEATER001    with 12 variants.

         image

    One thing to mention, after the generic article and variants created, it’s always possible to add new variants using t-code MM42.

    It’s always easy to create, but difficult to delete / delist.

    Give the GTIN for the generic article, and set “Assign GTIN int.”. the GTIN for variants will be generated automatically.

         image –> image 

    By this time, there are entries created in the following tables:

    - KLAH  -- article SWEATER001 has become a class with type ‘026’.

    - AUSP  -- the value of the characteristics to the generic articles are stored in table AUSP.

    - MARA, MAW1, MVKE

    - MEAN

    - MARM  -- note in this table the EAN11 fields contains all the main GTIN.  Sometimes there are inconsistency between table MEAN and MARM.

    - MARC  -- note we haven’t specify any sites. But entries with logistic-DC, logistic-Store info are created under reference site P100 and P120. It’s configued in t-code WSS1.

    etc..

         image Not only these ref sites, but also industry sector, valuation class, etc.. are decided from WSS1 settings.

    Here I think about a question. What’s the advantage of Gereric articles?

    e.g. 1 Generic articles + 12 variants  Vs.  12 single articles    –> What’s the advantage and disadvantage?  --> will answer in the folloing articles.

    So far, this is about the creation of MC, MCH, char, articles.

    Next topic I plan to talk about the reference handling.

  • 相关阅读:
    主成分分析(PCA)原理及R语言代写实现及分析实例
    R语言代写实现向量自回归VAR模型
    python代写在Keras中使用LSTM解决序列问题
    python代写使用MongoDB,Seaborn和Matplotlib文本分析和可视化API数据
    jl1.如何设置元素的宽高包含元素的边框和内边距
    51.纯 CSS 创作一个雷达扫描动画
    50.1扩展之小球摆动
    50.纯 CSS 创作一个永动的牛顿摆
    4.HTML+CSS制作个月亮
    49.纯 CSS 创作一支诱人的冰棍
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/2199213.html
Copyright © 2011-2022 走看看