IS-Retail Assortment 素颜马尾好姑娘i 2022-09-09 06:15 147阅读 0赞 If your SAP system is configured as IS-Retail and you see such a message in purchase order that is one of the reasons you must configure assortments. ![6f215e95f8454c83d419ba7ffc5c5365.png][] **Theory** An assortment determines if a store, a distribution center or a customer can receive certain articles at a certain period of time. The assortment can therefore be used to check purchase orders and sales orders (in standard ECC there is listing procedure that can be used for this purpose). By assigning articles to assortments, you determine which assortments and, therefore, which articles a store can buy and sell which means a site cannot buy or sell articles that are not included in any of its assortments. Assortment is managed on user level, which could be site (distribution center, store) or Customer. A good example of usage of assortment would be a company that has a store chain but with different sizes of shops. That means not same assortment is offered to Customers in supermarket compared to small shop in city center. Similarly shop with sport equipment will offer different range of assortment if store is located at seacoast compared to mountain area. Assortment consists of assortment module or multiple modules. Articles are assigned to assortment module either automatically or manually depending on type of assortment module used. The outcome of this assignment is creation of time dependent listing conditions (if assortment is valid to create listing conditions). There are two type of assortments: local and general. Local Assortments: For local assortment two types are defined. Type A for stores and type B for distribution centers. When user creates a site (in other words, a store or distribution center), the system automatically creates a local assortment and then assigns it to the site. This local assortment is site-specific and cannot be assigned to another site. Each site has one local assortment created directly and can only be maintained in limited way in Assortment Processing transaction. General Assortments: General assortments are type C assortments. They can be assigned to any number of Customers, and every Customer can be assigned several general assortments. If multiple assignments parameter has been set in Customizing, user can also use assortments of this type to assign stores and distribution centers. Mentioned multiple assignment parameter is one of the most important configuration of assortment in SAP. * Parameter **not set**. This is a case of 1:1 assignment and every site has exactly one local assortment (automatically generated during creation of site) and no other assortment can be assigned to this site. * Parameter **set**. In the case of n:m assignment is activated and every site still has a local assortment, but there is no limit to the number of general assortments that can be assigned to this site. Quite interesting situation could be when we have almost the same assortment offered in most of the shops. Without activation of multiple assignment parameter, article needs to be assigned to every local assignment of each site. This would rather cause lot of extra work. To avoid it there are two option but each of them require set of multiple assignment parameter to on. First option is to create general assortment as then assign it to respective sites (in case if particular article is not offered in the store exclusion assortment module may be assigned). Second option is to user reference site and it’s discussed later on. Following assortment modules are delivered by SAP. Automatic assignment of articles: * Profile module is created automatically during the article maintenance for each assortment and merchandise category. * Shelf modules is generated during the maintenance of layout modules that are assigned to the assortments. * Promotion module contains the articles that are to be dealt with together in a promotion or a theme. Manual assignment of articles: * Standard module contains any articles from any merchandise categories. It contains the regular long-term rule assortment and is created manually. * Local module is only valid for one site and is therefore the „local assortment” * Exclusion module to exclude articles from the existing assortment for a certain period of time. * Rack jobber modules are modules for which vendors deliver and present articles in stores themselves. This is related to PRICAT and VMI processing. * Value contracts – you can also use these modules for assortment functions in Sales and Distribution in contracts processing. **Example of configuration:** For purpose of this article following merchandise categories have been created for single articles: * ZFC\_000 – Merchandise category 1 * Articles: 1131, 1132, 1133, 1134 * ZFC\_001 – Merchandise category 2 * Articles: 1105, 1106, 1129, 1130 * ZFC\_002 – Merchandise category 3 * Articles: 1135, 1136, 1137, 1138 To simplify the example following enterprise structure was introduced * Distribution Center ZFD1 (Distribution chain: ZSH1/P9, Customer: 400068) listing procedure K1 * Shop ZFS1 ( Distribution chain: ZSH1/P8, Customer: 400067) listing procedure 02, * Shop ZFS2 (Distribution chain: ZSH1/P8, Customer: 400068) listing procedure K1, * Shop ZFS3 (Distribution chain: ZSH1/P8, Customer: 400069) listing procedure Z4. **Site master data configuration** In site master data besides listing procedure we find two more parameters: ![db96f6774effff0409227759939db48a.png][] Subsequent listing ind. only works with goods movements. This means that if article is not listed in particular shop and master data of it doesn’t exist system will create one day entries in tables like Marc, Mard etc, for this particular site. This is valid only for goods movements not Purchase order creation. Second parameter Listing Basic Rule override SD listing procedure in Sales Orders and deliveries processing. Both of parameters have user exits where default behaviour is programmed and is assigned in SPRO in default settings fro IS-Retail ![947d7b414d524c7f68eda8bcee6a65a4.png][] **Listing procedure** For the purpose of this article new listing procedure has been created as a copy of K1. The only change compared to K1 procedure is Assotm.ListPro checked. Beside of that standard procedures like 02 -List all, K1 – No listing, B1 – material grade/assormtn and B2 – classification are used. ![17e3452687ad67b21341ef1dfa066fbd.png][] In Listing procedure very important parameter is Assortm.ListPro. Using it we can steer the system which listing procedure to choose during processing of automatic listing. If for example listing procedure for assortment is 02 – All and in the article master data there is entered procedure K1 – Never. * Case 1: in K1 Assortm.Prio is X -> Material is assigned, because it will use listing procedure from assortment and there is assigned procedure 02 – All. * Case 2: in K1 Assortm.Prio is blank -> Material is not assigned because article listing procedure takes precedence over listing procedure from assortment. Beside of it you can also select which listing procedure to be defaulted (can be changed in each of respective objects) in case of allocation, promotion or layout operations. In processing control you can select which checks are executed and how they are connected in logical operation AND or OR. Rules section clearly indicates which function module is executed. Following logic has been implemented: * Selecting parameter “Listing all” – function module in field Ext Listg.ALL is triggered. In standard assortment\_version\_list\_all for list. proc 02 -All or assortment\_version\_list\_never for list. proc K1 – Never * Sequence M – function module from Exit listg. man. (standard: assortment\_version\_M) * Sequence P – function module from Exit listg. man. (standard: assortment\_version\_P) * Sequence K – function module from Exit listg. man. (standard: assortment\_version\_K) * Sequence L – function module from Exit listg. man. (standard: assortment\_version \_L) SAP delivers a number of listing procedures intended to simplify Customizing, which is otherwise rather complicated. The basic listing procedures are: * Merchandise category/assortment grade check – this listing procedure check if for assortment has merchandise category assigned with corresponds to article merch. categ. This is the simples check but as well the most commonly used. You can always split your merch category by grades. With combination to listing algorithm you can select which grades are included. Listing grade is assigned in assortment with merchandise category and in article master data on listing tab. Additionally in listing procedure definition you assign listing algorithm and if grade should be checked. Small hint is that even if in assortment you assigned category but in listing tab of article it remains blank standard module ASSORTMENT\_VERSION\_P will accept it. * Layout check – This procedure checks whether the article is assigned to a specific layout module and the layout module is assigned to a layout and subsequently to an assortment * Classification listing procedure require that class type 047 is assigned to assortment and characteristics values are entered. Additionally same class needs to be assigned to merchandise category either directly or via characteristic profile. Value of characteristics are maintained in article master data and listing can be executed. In standard function module: ASSORTMENT\_VERSION\_C, program will allow listing even if values are blank and if maintained value comparison with values assigned to assortment is executed. Hint: If in assortment creation transaction or in site maintenance you will uncheck listing condition, assortment creation then during automatic listing processing assortment is found, assortment module is created but no articles are assigned. I would say that this option can be used more for simulation purpose. **New Assortment type for general assortment** ![79ffcd59842b7a4739340445bd8d2ba7.png][] At the moment for this assortment type no layout management is foreseen so all checkboxes are not market. As said before local assortments are always created automatically when new site is launched. In above case there is a new type of assortment for general purpose and needs to be created manually with transaction WSOA1. ![322f5f84903bb43b48cbaa131db5a9bd.png][] For general assortment selection of listing procedure is important and in case of procedure material.grp/ assortment (as in above example) valid merchandise category must be assigned to mdse cat. Tab. Don’t forget that local assortments are always assigned only to the site for which they were generated. Additionally sales org and distribution channel of assortment is equal to one defined in corresponding site. For general assortment even if article is assigned to assortment and listing conditions were generated user always needs to be linked to assortment to be able to fully use it. ![1de9fbfc75992e67eb5aca2c851f32d3.png][] **Manual listing** As described before, there are listing procedure which creates assortment modules and assigns to it articles out of different listing procedures automatically. You can create some modules manually like standard module, assign articles and them use them in assortments. Module creation (Tcode: WSO1) and article assignment ![7d55ce7c9f9964f8a2f2b099785a552d.png][] And assignment module to assortment ![bc39e62c4b0e0fad685065ba26229249.png][] **Article master data** ![6cd4f68ae61e0b827024917f36a06f8f.png][] In article master data you set listing procedures per distribution chain (Sales Org and distribution channel). It is important to remember that **it’s not** site dependent. Whenever we run listing execution system will find all assortments with same distribution chain (required fields in assortment) and execute listing procedure (either set in article master data or in assortment, all depends on Assortm.Prio parameter set in listing procedure in article master data). In above example system will look for all general assortments where Sales org is ZSH1 and Dchl is P1. Due to listing procedure is set to Z4 where Assortm.ListPr is set to X, system will execute check with listing procedure of each found assortment. Quite useful functionality in listing tab is to select checkbox local assortments also (these assortments with type A – DC or B – Store). Each site is assigned to distribution chain. Article listing view needs to be created for this distribution chain and listing procedures assigned. To determine listing procedure for local assignment system for article, system will find all assortments type A and B. Based on distribution chain from assortments system will read article listing view with mentioned dist. Chain and in case if dist chain is used for store listing procedure is read from store section and in case when distr. Chain is associated with assortment type DC then listing procedure from DC section is read. In this case my local assortments that need to be found is with S.Org ZSH1 and D.Chan P9 for DC and P8 for stores. Then system takes listing procedure for store: ![4a62c7efe61bd9c7db36235a401cf1e6.png][] And for DC (data for S.Org ZSH1 and D.Chan P9) ![3ca5b91877429aac1baa6dac68659bad.png][] If you mark the checkbox by the ListSupplySite field, you can also list the supplying sites for all articles which can be procured via a warehouse/distribution center. Unfortunately to make this option working we need to have binding between merchandise group and site via assortment. **Reference site** In case if you have multiple sites with the same assortment there is always an option to create assortment for one of them – kind of template. Later on you only create a reference to it as presented below ![dd7ad32cca7db896fd01bcd21df49bcf.png][] In this case site ZFS1 can you all assortments of ZFS3. If ZFS3 offers to broad assortment despite of reference there is option to use exclusion module for ZFS1. As you can see whole listing of articles is rather not easy topic that has a multiple of options and require number of configuration activities. For purpose I didn’t discussed layout management as this will be part of other article. [6f215e95f8454c83d419ba7ffc5c5365.png]: /images/20220829/47ea3d9e898242909e1765c243c38195.png [db96f6774effff0409227759939db48a.png]: /images/20220829/96e722d9ac8c42cda56dd9fd1af23adf.png [947d7b414d524c7f68eda8bcee6a65a4.png]: /images/20220829/5c71f7bc195048a9a616542105a89abe.png [17e3452687ad67b21341ef1dfa066fbd.png]: /images/20220829/14d67b4a4f9c456e9b49859464c5a23e.png [79ffcd59842b7a4739340445bd8d2ba7.png]: /images/20220829/5a204b93e69f4b3f9e1027cdce38e852.png [322f5f84903bb43b48cbaa131db5a9bd.png]: /images/20220829/9f1f345fff714905a492ac94d9a7cbad.png [1de9fbfc75992e67eb5aca2c851f32d3.png]: /images/20220829/a1524b46954b43b8b0a600e8220994c5.png [7d55ce7c9f9964f8a2f2b099785a552d.png]: /images/20220829/3479469b4bdb4ce699fb5e6e7db4630b.png [bc39e62c4b0e0fad685065ba26229249.png]: /images/20220829/7c80bf1e26fb47b5a2302a8d48ade933.png [6cd4f68ae61e0b827024917f36a06f8f.png]: /images/20220829/52bbe66338b546f4adc28a226cd760e4.png [4a62c7efe61bd9c7db36235a401cf1e6.png]: /images/20220829/8c827f2f8bea4e1bb605ec5bbf87c2bb.png [3ca5b91877429aac1baa6dac68659bad.png]: /images/20220829/34d200ed327a4ed2ba15c9fb89ef6f1f.png [dd7ad32cca7db896fd01bcd21df49bcf.png]: /images/20220829/88c875c163e74bfeb92043e845dd6edd.png
相关 SAP RETAIL 没有分配Assortment的物料,也可以正常下达采购订单 SAP RETAIL 没有分配Assortment的物料,也可以正常下达采购订单 如下采购订单, ![SAP RETAIL 没有分配Assortment的物料,也可以正常下 深藏阁楼爱情的钟/ 2022年09月10日 11:27/ 0 赞/ 102 阅读
相关 SAP Retail 事务代码WSOA1创建Assortment不能选Assortment Category ! SAP Retail 事务代码WSOA1创建Assortment不能选Assortment Category ! 执行事务代码WSOA1,进入如下界面, ![0c14fa5 一时失言乱红尘/ 2022年09月09日 11:56/ 0 赞/ 107 阅读
相关 Layman’s explanation of SAP IS Retail concepts: assortments and listing New to SAP IS Retail? Trying to understand what “assortments” and “listing” are precisel Dear 丶/ 2022年09月09日 09:55/ 0 赞/ 144 阅读
相关 SAP Retail里的分类(Assortment) SAP零售行业里的分类是为商品授权的工具。分类可以确定商店、分销中心或者客户是否能够在特定时间点收到特定的商品。 在SAP系统中存在两种不同的分类: 本地分类( 阳光穿透心脏的1/2处/ 2022年09月09日 06:20/ 0 赞/ 16 阅读
相关 SAP Retail Assortment List - 分类列表 ![watermark_type_ZHJvaWRzYW5zZmFsbGJhY2s_shadow_50_text_Q1NETiBA5Zac5qyi5omT6YWx5rK555qE 电玩女神/ 2022年09月09日 06:16/ 0 赞/ 203 阅读
相关 IS-Retail Assortment If your SAP system is configured as IS-Retail and you see such a message in purchase ord 素颜马尾好姑娘i/ 2022年09月09日 06:15/ 0 赞/ 148 阅读
还没有评论,来说两句吧...