Generic Articles and POS

Hi
I have created Generic articles using variants,
1)Are there EANs are different for each variants or how POS system works for single material code(Is it single EAN for all vaiants?)
2) Do i need any POS configuration for generic articles to send to POS via outbound profile or its works like single aritlce
3) Give me how exatly generic articles works with respect to POS system.
thanks
Satish

Hi I am not able to see Brand field in article > basic data view.
In spro Maintain Field Selection for Data Screens, i made field activation, created brand in edit brands
but when i saving the artilce, its give data posting error log,
Error - The field 'Brand' is defined as a required field; it does not contain an entry MARA-BRAND_ID
How to resolve this
regards
satish

Similar Messages

  • Delivery Complete Flag and Generic Articles

    We have an issue when a PO is auto marked with a delivery complete flag, it isn't marking the Generic Articles with a completion flag as it does the Variant Articles.  I did a search on this in the Forum and cannot find anything concerning this issue.  Does anyone know how we can fix this?  We have ECC6 and we are using T-Code ME21N, we put in the generic article and then we can choose the variants we want on the PO.  The variants with the generic article then stay on the PO.  Is there a way that the PO either automatically checks the Delivery Complete flag for the Generic Article or to take off the Generic Article automatically after we choose the Variants?
    Edited by: Al Damsgaard on Aug 17, 2009 4:01 PM

    We have three "Tolerance Limits" under "Goods Receipt" in SPRO.  One is "order Price qty variance" (GR)/E-MSG which is set to a lower of 50% and an uppoer of 50%.  The next is the "order price qty variance (GR)/W-MSG which is set to 20% lower and 20% upper.  The last is the "moving average price variance" which is set to 0% for both upper and lower.  Is this the one that I need to change to 1%?

  • Delivery completed indicator is not tick on generic article

    Hello Expert,
    I create a normal purchase order with  generic article and variants.
    Then, I do goods receipt with full quantity.
    Delivery completed indicator is automatic set 'X' on variant items.
    But with generic article, Delivery completed indicator is not set 'X'.
    Do I miss any configuration ?
    Please help me !
    Regards,
    Minh

    Hi Minh,
    as far as I know, this is a normal system behaviour and not an error or missing configuration.
    The generic article in the goods receipt has a statistical character. No goods receipt can take place for the generic article. The goods receipt only takes place for the variants of the generic article and so the delivery completed indicator only gets set for the variants and not for the generic article.
    Hope it helps.
    Regards
    Tobias

  • BAPI_MATERIAL_MAINTAINDATA_RT update gross weight for generic article

    Hi, I want to update the gross weight (MARM-BRGEW) for a generic article and it's variants. Sometimes, the new gross weight is not propagate to all the article related variants when I'm using BAPI BAPI_MATERIAL_MAINTAINDATA_RT ??
    In the structure headdata, I just pass the article number and flag the basic_view. I used 2 internal table for the unit of measures (bapie1marmrt, bapie1marmrtx).
    Example of my source code:
      st_headdata-material   = st_marm-matnr.
      st_headdata-matl_cat   = st_marm-attyp. (01 for generic)
      st_headdata-ref_matl   = st_marm-matnr.
      st_headdata-basic_view = 'X'.
      st_bapimarm-material   = st_marm-matnr.
      st_bapimarm-alt_unit   = st_marm-meinh.
      st_bapimarm-numerator  = st_marm-umrez.
      st_bapimarm-denominatr = st_marm-umren.
      st_bapimarm-gross_wt   = pa_brgew.
      st_bapimarm-unit_of_wt = st_marm-gewei.
      st_bapimarmx-material   = st_marm-matnr.
      st_bapimarmx-alt_unit   = st_marm-meinh.
      st_bapimarmx-numerator  = 'X'.
      st_bapimarmx-denominatr = 'X'.
      st_bapimarmx-gross_wt   = 'X'.
      st_bapimarmx-unit_of_wt = 'X'.
      APPEND: st_bapimarm   TO tp_bapimarm,
              st_bapimarmx  TO tp_bapimarmx.
      CALL FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT'
        EXPORTING
          headdata        = st_headdata
        IMPORTING
          return          = st_return
        TABLES
          unitsofmeasure  = tp_bapimarm
          unitsofmeasurex = tp_bapimarmx.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Let's say my article has 3 unit of mesasure which are EA, PAK, CAR. The base unit of measure of the articles (generic + variants) are EA.
    MARM example BEFORE calling the bapi
    MATNR           MEINH   UMREZ   UMREN  BRGEW
    A011125             KAR     48     1      33
    A011125A10090     KAR     48     1      33
    A011125A10091     KAR     48     1      33
    A011125A10092     KAR     48     1      33
    A011125A10093     KAR     48     1      33
    A011125B10590     KAR     48     1      33
    A011125B10591     KAR     48     1      33
    A011125B10592     KAR     48     1      33
    A011125B10593     KAR     48     1      33
    A011125W10090     KAR     48     1      33
    A011125W10091     KAR     48     1      33
    A011125W10092     KAR     48     1      33
    A011125W10093     KAR     48     1      33
    MARM after calling the BAPI with a new BRGEW of 34
    MATNR           MEINH   UMREZ   UMREN  BRGEW
    A011125             KAR     48     1      34
    A011125A10090     KAR     48     1      34
    A011125A10091     KAR     48     1      34
    A011125A10092     KAR     48     1      34
    A011125A10093     KAR     48     1      33
    A011125B10590     KAR     48     1      34
    A011125B10591     KAR     48     1      33
    A011125B10592     KAR     48     1      33
    A011125B10593     KAR     48     1      34
    A011125W10090     KAR     48     1      34
    A011125W10091     KAR     48     1      33
    A011125W10092     KAR     48     1      34
    A011125W10093     KAR     48     1      34
    I don't think that a locking problem....

    Please open a customer message with the detail data, so I will have a look at your system.
    But I remember that there should be a note for that
    Regards
    B

  • System is not allowing GR through MIGO for generic article in SAP Is-Retail

    Hi,
    I am trying to do a GR into DC through MIGO for a generic article and its variants but system is not allowing it saying " The generic article is not maintained in DC". System by design doesn't allow to maintain generic article for specific site but it does for reference site. It did not say anything at the time of PO creation but throwing error during GR. Looking for help!
    Thanks in advance!
    Subhankar

    awaiting response.

  • Generic Article purchase pricing issue

    Hi Gurus,
    For SAP Retail, when I create PO with generic articles, the pricing for generic article is always at variants level. Is it possible to change it to generic article level? or when I change the price of generic article, it can automatically apply to all its variants?
    For my business scenario, there will be no difference for price between variants of one generic article. So we want to adjust price on generic article level. Otherwise I need to adjust price for each variant. It is time-consuming and cannot garantee updating same price for each variant.
    Thanks,
    Donald

    Hello,
    You should be able to make use of Pricing Reference Article field (MARA-PMATA)  for this. You may maintain condition records for Generic articles and maintain Generic articles as the Pricing Reference Articles for the variants.
    This is just a suggestion. I have not tested it to see whether it works.
    Thanks,
    Venu

  • Generic articles

    1)Single Article has available in Liquid and Solid, so how to configre this. whats is step.
    2)How to maintain pricing for Generic articles, suppose , Shirt red with 42size is 10$ and Blue with 40 size is 8$.
    3) I have generic article- Shirt with Red and blue colour,During Order entry if want to enter shirt with red colour 10 qty and blue 20 qty, how to choose the material code, is there any seperte material codes for

    >
    satish c wrote:
    > 1)Single Article has available in Liquid and Solid, so how to configre this. whats is step.
    >
    > 2)How to maintain pricing for Generic articles, suppose , Shirt red with 42size is 10$ and Blue with 40 size is 8$.
    >
    > 3) I have generic article- Shirt with Red and blue colour,During Order entry if want to enter shirt with red colour 10 qty and blue 20 qty, how to choose the material code, is there any seperte material codes for
    @1) create an empty. Create a full porduct with material type VOLL. Link the maintained empty product to your full product
    @2) Generate a generic artiocle. Go to purchasing view an dpress the button (variant prices)  But normaly all variants have the price from the generic article. Thats the idea behind.
    @3) enter only the generic article and the sum of e.g 30 pieces. Then a matrix will appears and you can spread the quantities.
    Using quota scales, the distribution can be defaulted.

  • Rack jobber module with generic article

    Dear gurus,
    I would like to check with you regarding generic article listing with rack jobber assortment module. I have a client implementing rack jobber assortment module, so they created rack jobber assortment module via WSO1 and assign this assortment module to an assortment via WSO5.
    They assign only the generic article to the assortment module instead of assigning all the variants. Everything is working fine at the first time, problems come when they would like to create a new variant of the generic article, the new variant is not automatically listed to the rack jobber module.
    I tried to execute the listing via MM42 listing tab, but it will generate incorrect WLK1 entries as the rack jobber / vendor is missing in WLK1.
    Have you ever had any experience about this and how is the correct step to list the new variant to the rack jobber module.
    Thank you for your help.

    Rack Jobber module is managed like consignment, this means articles which are part of a rack jobber module are listed, can be downloaded to the POS (that you have EAN, sales price, etc. ot the POS) but they are not used for replenishment (taken out of a MRP run) due to vendor replenishment. The evndor is responsible for replenishment. (maybe due to weekly visual inspection at the shelf)

  • Adding Cost of Sales for Non-Stock articles to POS Inbound Pricing Schema

    Hi guys
    I'm working on a requirement to derive the Cost of Sales for non-stock items by pulling the current cost for the site and multiplying it by the billed quantity on VBRP. We could create a new condition type using purchase org, article and site in the condition table and manually enter condition records. However it would be more elegant to copy prices from the Purchasing list or deal prices into new condition types in the POS inbound pricing procedure. However SAP standard doesn't seem to allow condition copying from purchasing to sales.
    Regards
    Brett

    Hi ,
    As it happens you need to do this for Non-Stock Articles only.... then you need a routine to do this .
    And then in IS -Retail do  we not use  NETPrice or Final Cost Price to derive the Sales Price ... In that case you get the Cost Price when the Billing doc is getting posted at line level...
    Regards
    Amitava

  • IS-Retail -Problem in Conversion of Generic Articles

    Despite mapping correctly all the segments in I-Doc creation and also in using the appropriate BAPI for conversion of generic article creation using t-code MM41, we get the message "The Generic Article could not be created as a class". After refinement with accurate data in all the relevant segments, we still get the message "No value assignment transferred for the variant creating characteristic". Could someone please throw light on where we may be going wrong or give us a new direction to resolve this issue? We have to convert about 10,000 generic articles in the first run for the current Project.

    Hi
    Has anyone found a solution to this problem?  I am experiencing the same error on ERP6:
    ''No value assignment transferred for the variant-creating characteristic''  for idoc basic type ARTMAS03.
    Thanks
    Kind Regards
    Nazira

  • Analysis Report for generic articles based on different characteristics

    Dear all ,
    We are running SAP Retail solution ,and we use generic articles for the management of cloth and shoes articles.
    So far ,we didn't find any standard t-code in sap GUI for the slaes analysis of generic articles base on their characteristics ,for example ,we use color and size to form the characteristic profile and assign it to some generic articles ,after a period of sales ,we want to analysis which size is more  favarable as to the same color or to the contrary.
    Except for BW , Is there some info-structure or t-code in GUI for this analysis ?

    Hai deyi chen,
    If you know the table were data stored.
    Create your own report formats using SQVI
    T CODE SQVI
    Table Join
    Add Tables and system will show the join automatic in case if u know u can also change.
    Now You select which fields to be in the selection screen and select fields to be listed inside the report.
    Regards,
    Mani

  • SAP IS Retail: Transferring Generic article from one SAP system to another

    Hi,
    I want to transfer generic article from one SAP IS Retail system to another SAP IS Retail system using ARTMAS idoc using BD10 in sending system. But I could not get article in receiving system in BD11. ARTMAS is not available in BD11.
    How can I process this ARTMAS idoc in receiving system?
    Thanks and Regards
    Richard

    How about using RFC with BAPI to pass the info out?
    It's easier this way.

  • Business scenarios on SD and MM modules for generic datasources and enhance

    Hi,
      Can anybody send some documents on SD and MM module on generic datasource and on enhancements.Pl send it to my MailID:[email protected]
    Thanks,
    Chinna

    Hi,
    MM Process flow:
    The typical procurement cycle for a service or material consists of the following phases:
    1. Determination of Requirements
    Materials requirements are identified either in the user departments or via materials planning and control. (This can cover both MRP proper and the demand-based approach to inventory control. The regular checking of stock levels of materials defined by master records, use of the order-point method, and forecasting on the basis of past usage are important aspects of the latter.) You can enter purchase requisitions yourself, or they can be generated automatically by the materials planning and control system.
    2. Source Determination
    The Purchasing component helps you identify potential sources of supply based on past orders and existing longer-term purchase agreements. This speeds the process of creating requests for quotation (RFQs), which can be sent to vendors electronically via SAP EDI, if desired.
    3. Vendor Selection and Comparison of Quotations
    The system is capable of simulating pricing scenarios, allowing you to compare a number of different quotations. Rejection letters can be sent automatically.
    4. Purchase Order Processing
    The Purchasing system adopts information from the requisition and the quotation to help you create a purchase order. As with purchase requisitions, you can generate Pos yourself or have the system generate them automatically. Vendor scheduling agreements and contracts (in the SAP System, types of longer-term purchase agreement) are also supported.
    5. Purchase Order Follow-Up
    The system checks the reminder periods you have specified and - if necessary - automatically prints reminders or expediters at the predefined intervals. It also provides you with an up-to-date status of all purchase requisitions, quotations, and purchase orders.
    6. Goods Receiving and Inventory Management
    Goods Receiving personnel can confirm the receipt of goods simply by entering the Po number. By specifying permissible tolerances, buyers can limit over- and underdeliveries of ordered goods.
    7. Invoice Verification
    The system supports the checking and matching of invoices. The accounts payable clerk is notified of quantity and price variances because the system has access to PO and goods receipt data. This speeds the process of auditing and clearing invoices for payment.
    Common Tables used by SAP MM:
    Below are few important Common Tables used in Materials Management Modules:
    EINA Purchasing Info Record- General Data
    EINE Purchasing Info Record- Purchasing Organization Data
    MAKT Material Descriptions
    MARA General Material Data
    MARC Plant Data for Material
    MARD Storage Location Data for Material
    MAST Material to BOM Link
    MBEW Material Valuation
    MKPF Header- Material Document
    MSEG Document Segment- Material
    MVER Material Consumption
    MVKE Sales Data for materials
    RKPF Document Header- Reservation
    T023 Mat. groups
    T024 Purchasing Groups
    T156 Movement Type
    T157H Help Texts for Movement Types
    MOFF Lists what views have not been created
    A501 Plant/Material
    EBAN Purchase Requisition
    EBKN Purchase Requisition Account Assignment
    EKAB Release Documentation
    EKBE History per Purchasing Document
    EKET Scheduling Agreement Schedule Lines
    EKKN Account Assignment in Purchasing Document
    EKKO Purchasing Document Header
    EKPO Purchasing Document Item
    IKPF Header- Physical Inventory Document
    ISEG Physical Inventory Document Items
    LFA1 Vendor Master (General section)
    LFB1 Vendor Master (Company Code)
    NRIV Number range intervals
    RESB Reservation/dependent requirements
    T161T Texts for Purchasing Document Types
    Transaction Codes:
    RFQ to Vendor - ME41
    Raising Quotation - ME47
    Comparison of Price - ME49
    Creation of PO - ME21N
    Goods Receipt - MIGO
    Invoice (Bill PAssing) - MIRO
    Goods Issue - MB1A
    Physical Inventory - MI01( Create doc)
    MI04 (Enter Count)
    MI07 (Post)
    Also please check this links.
    http://www.sapgenie.com/sapfunc/mm.htm
    http://www.sap-basis-abap.com/sapmm.htm
    SD Process Flow:
    The sales documents you create are individual documents but they can also form part of a chain of inter-related documents. For example, you may record a customer’s telephone inquiry in the system. The customer next requests a quotation, which you then create by referring to the inquiry. The customer later places an order on the basis of the quotation and you create a sales order with reference to the quotation. You ship the goods and bill the customer. After delivery of the goods, the customer claims credit for some damaged goods and you create a free-of-charge delivery with reference to the sales order. The entire chain of documents – the inquiry, the quotation, the sales order, the delivery, the invoice, and the subsequent delivery free of charge – creates a document flow or history. The flow of data from one document into another reduces manual activity and makes problem resolution easier. Inquiry and quotation management in the Sales Information System help you to plan and control your sales.
    Transaction Codes:
    Inquiry - VA11/VA12/VA13
    Quotation - VA21/VA22/VA23
    Sales Order - VA01/VA02/VA03
    Delivery - VL01N/VL02N/VL03N
    Billing/Invoicing - VF01/VF02/VF03
    Also please check this links.
    http://www.sapgenie.com/sapfunc/sd.htm
    http://www.sap-basis-abap.com/sapsd.htm
    http://www.sapgenie.com/abap/tables_sd.htm
    Production Planning:
    For example, consider a pump manufacturing plant, based on the customer requirement, planning is done for future months ( we plan for a qty on particular
    date). Pump is an assembly - were main component would be manufactured in the plant and others would be procured. As PP, we are concerned only in the inhouse
    manufacturing but the final assembly (considering BOM) can be done only if the procured components are available. MRP helps in planning the shortage, on
    particular date based on the planned date. Work center (ex. lathe) place the components are machined/assembled (were the operation is done). Sequence of
    operation is routing (lead time scheduling data is got from routing). In the MRP Run,basic or lead time scheduling (need to know when to start/finish date)
    is done. On creation of the production order, system checks for which BOM and routing to be picked up (if there are many routings or BOM for that particular
    finished product). Availabilty checks for material,PRT and capacity needs to be done. on release of the order, confirmation of the order can be done (on
    completion of the order or after manufacturing the quantities). GI and GR have to be done.PP flow ends here
    step 1: creation of master data (Material master,BOM,Work center,Routing)
    step 2: Planning - can be done by Planned independent requirement (MD61), Independent requirement (MD81).
    we plan for a quantity, on which date (it would be finish date).
    step 3: MD04 -stock/requirement lsit (plan made can be viewed in MD04)
    step 4: MRP run - MD02, PIR is converted into Planned order
    step 5:Planned order to be converted production order - CO40, CO41
    step 6: production order to be released - CA02
    step 7: confirm the production order (order confirmation-CO15 (after which GI and GR is done)
    assign pts if helpful...

  • Are there any magazines with articles and tips for AE - English language

    Are there any magazines with articles and tips for AE - English language

    I'm afraid not. Mags like Computer Arts and others have occasional articles interspersed or specials (Computer Arts Projects) but if you want my opinion: You can find much better resources online. Most of these print articles are really quite generic and aimed e.g. at 3D artists who only do the occasional piece of work in AE...
    Mylenium

  • Merchandise Category creation for Generic Article in SAP IS-Retail

    Hi,
    Can anyone help me out to with clear and complete process and settings i have to maintain for merchandise category for generic article for shoes of our client. I created merchandise category with the below transaction codes
    ct04,clwe,clwe,clw1 and wg21 but when i used to create generic article i have to find characteristics in variants tab in basic data view in mm41 but i didn't find it.
    HELP ME with SCREENSHOTS which will HELP ME in FUTURE of our CLIENT
    Thanks & Regards
    Gopi Krishna
    Mobile:+91 9741042296

    Hi Manish,
    Thank you for your reply which is the procedure for relevance of variants in creation of generic article.My concern is to know complete merchandise category creation with screenshots which i can create by own merchandise category.
    Thanks & Regards
    Gopi Krishna Potteti

Maybe you are looking for

  • Creation of Sales Order from Service Order

    Hi All, I am usind BADI Workorder_update and method at_save to create a Sales Order while saving the Service Order. I have created the ZBAPISALESORDER_CREATEFROMDAT2 which is a copy of BAPI_SALESORDER_CREATEFROMDAT2(Since order type was ZDR). I have

  • Error: Field Pmnt terms is a required field for G/L account

    Hi Experts.... When I am trying to release the billing document no in VF02 It gives me an error Field Pmnt terms is a required field for G/L account This error comes only when payments are made through Credit Card.... Message F5808. when I did a debu

  • Inactive Items Report mising cost information

    The Inactive Items Report which is found under Inventory / Inventory Reports / Inactive Items does not provide the option to display average cost and total cost on the report. This is very useful information for financial managers trying to determine

  • ISE Captive Portal & redundancy

    I have a guest SSID configured in my WLC. I also have 2 ISE appliances (Primary/Secondary) that I use to do the web auth on my guest SSID. In the config of my SSID (Security / Layer 3 / Web Policy), I selected "Web Auth Type: External" and I had to e

  • Some Photoshop layers are offline in Premiere, while others -- from the same .PSD doc, are fine -- how to fix?

    I have a simple animation in Premiere that uses imported Photoshop layers, fading each one on at a time over a moving background. Suddenly, today, after months of no problems, I'm seeing that SOME of the layers are offline, while the rest are linked