Retail Article creation

Hi it is me again - so now I have moved onto Articles.  I can create an article and link it to a Merchandise category.  I can create one article hierarchy level and link it to one other , but can't figure out how to add more levels to the Article Hierarchy - any thoughts?

Hi,
Check this link, it might help you. 
http://help.sap.com/erp2005_ehp_04/helpdata/EN/73/5778d802c311d3964300a0c930e0da/content.htm
Thanks
Madhu

Similar Messages

  • Problem in MM41(Retail article creation)

    Dear Friends,
    I am creating article master using MM41 but problem is that the field COLOR is not getting updated. Due to which we are unable to find colour of the article.
    Kindly provide where I am missng the procedure.

    Thank You Sir,
    Pl. continue same support hereafter also.
    Regards,
    amol

  • BAPI for ARTICLE creation in IS-Retail

    I am creating an Article using BAPI_MATERIAL_MAINTAINDATA_RT by passing below parameters for Basic view.
    1.material type
    2.merchandise category
    3.material category
    4.description
    5.uom
    6.transportation grp
    7.loading grp.
    8.valuation class
    9.tax class
    Also marked X in respective places in structures clientdatax,plantdatax,headdatax etc.
    Anyhow still it showing errors like "key field of table MARA missing"
    I am able to create article from MM41 using above 9 fields.
    What fields shd be passed to this BAPI to create an ARTICLE?
    OR ANY OTHER BAPI/RFC FM EXIST TO CREATE ARTICLE?
    Please help me in this regard.
    Regards,
    Kiran

    Hi Bjorn,
    I have to call BAPI for Article creation from Portal front end.
    so I cant use BAPI_RETAILMATERIAL_CREATE as it goes to MM41 when we execute.
    So I am using BAPI_MATERIAL_MAINTAINDATA_RT to create article.
    I passed all mandatory data which is required to create a article with basic view.
    Using MM41, I am able to create but with this BAPI iam unable to create article.
    Could you please tell me what are the required parameters to be passed in addition to my fields which I  specified below:
    I passed
    HEADDATA--material type,merch.category, material category,basic view marked x.
    MATERIAL DESC--material description
    CLIENT DATA--uom,transportation grp, tax class
    CLIENTDATAX---marked X in above fields
    PLANTDATA-loading grp
    PLANTDATAX-marked x for above field
    ADDL CLIENTDATA--valuation class
    ADDLCLIENTDATAX--marked X for v class
    Please help me in this regard.
    Regards,
    Kiran.

  • Function module for Article creation (transaction MM41)

    Hello,
    I have been trying to create an article which is normally done using transaction MM41.
    I am trying to use BAPI_MATERIAL_SAVEDATA to do this, but since article creation is different  from regular material creation, there are fields that are not available, for example article category (MARA-ATTYP).
    Another problem encountered with the BAPI is that the industry section is a required input.  For MM41 it is not a required field.
    Therefore, is there an available function module aside from the BAPI mentioned above that can perform article creation?
    If the BAPI above is sufficient, how can I properly populate the necessary fields?
    Additional information:  requirement is developed in 4.6c.
    provide the code I've been working on if asked.
    Thanks in advance!

    Hello Harsh
    To extend the article to another distribution channel you need to populate the salesdata/salesdatax structures of the BAPI.  For example:
      CLEAR wa_salesdata.
      wa_salesdata-material            = material.
      wa_salesdata-sales_org           = salesorg.
      wa_salesdata-distr_chan          = dstchan.
      wa_salesdata-item_cat            = itemcat.
      wa_salesdata-matl_stats          = '1'.
      APPEND wa_salesdata TO i_salesdata.
      CLEAR wa_salesdatax.
      wa_salesdata-material            = material.
      wa_salesdata-sales_org           = salesorg.
      wa_salesdata-distr_chan          = dstchan.
      wa_salesdatax-item_cat            = 'X'.
      wa_salesdatax-matl_stats          = 'X'.
      APPEND wa_salesdatax TO i_salesdatax.
    I believe the important data you need to have are material, sales org, and distribution channel.
    Hope this helps.

  • ARTICLE CREATION-CLARIFICATION

    Hi to all,
       I need a small clarification on following information.
      When we use T.code MM41 for article creation system will show the following things like,article,article type,mc category,article category. 
               +
      Area's of validity
    purchasing org
    vendor
    vendor subrange
    sales org
    dis,, channel
    dis,,center
    store
       what is the need for this data i.e Area's of validity.

    use of Area's of validity
    purchasing org: An organizational unit in Logistics, subdividing an enterprise according to the requirements of Purchasing.
    A purchasing organization procures materials and services, negotiates conditions of purchase with vendors, and is responsible for such transactions.
    You specify the form of procurement by assigning purchasing organizations to company codes and plants.
    vendor: A business partner from whom article can be procured.
    vendor subrange
    sales org: A organizational unit in Logistics that structures the company according to its sales requirements.
    A sales organization is responsible for selling materials and services.
    dis,, channel: channel through which saleable materials or services reach customers
    dis,,center: Type of plant in which goods are stored for other plants or customers
    store: Type of plant in which goods are presented and sold to consumers

  • Article creation and listing can be done together in one z program

    Hi Experts,
    Can article creation and Listing be done together in one z program . If yes , then please confirm for the Bapi
    Regards,
    Richa
    Moderator message: please search for available information/documentation before asking.
    Edited by: Thomas Zloch on Nov 24, 2010 1:46 PM

    Please check below thread will be helpful:
    Re: Article creation using BAPI
    Thanks and Regards,
    Chandra

  • How to Debugg workflow for Article Creation using MM41 In IS Retails System

    Existing system they are using business BUS1001006,Event Created for triggering workflow when you create article using transaction code MM41.
    I could see one more business object named ZBUS100106 for triggering workflow when you Create an article.
    I just want to debugg the workflow to add some additional validations to trigger workflow when i can create article using transaction code MM41.
    Let me know how to debugg the workflow.
    Thanks in Advance.

    ZBUS100106 is nothing but Custom Business Object of BUS100106 creating by extending BUS100106.
    You can debug Business Object code thru putting breakpoint in Code and executing the Business Object thru SWO1.
    For your requirement you could possibly use SWB_COND Tcode so as to limit workflow lanches.
    Refer [this|http://mailman.mit.edu/pipermail/sap-wug/2003-November/011005.html].
    Regards
    Shital

  • Restrict User to fill mandatory Views in MM41 article creation

    Currently I am working on an object where I had to restrict the user for filling at least 4 views at the time of creation of an Article using MM41.
    Currently user can create an article by just filling the Basic Data (of Basic data tab) and save the article. Later on he adds the sales view, purchase view etc.
    My requirement is that at the time of saving the article , i need to check whether the recomended views are filled or not, if not filled I need to give a message to the user and restrict him from SAVING the article. when he completes the required views then only he can save the article.
    I had checked the transaction MM41 I found 2 exits viz.
    MGW00001 Material Master (Retail): Additional Data
    MGW00002 Material Master (Retail): Number Assignment
    but I dont think these are of any use to me ? (please confirm).
    Also i had found one BADI :- BADI_SCREEN_LOGIC_RT
    it has 3 methods : REDUCE_SCREEN_SELECTION,
                               CHANGE_SCREEN_SEQUENCE and
                               AREA_OF_VALIDITY_DIRECT.
    My query  : Is this the valid BADI which I acn use for my problem ?
                     If Yes  then which method should be used ?
    Also how can I get which all views are filled at the time of save , in order to check whether they are complete or not.

    You might want to talk to the MM and/or authorization guys - they should know this stuff. This is hardly a workflow issue (at least at this point). Do few searches here in SCN with key words "material master", "screen sequences", "authorization roles" or "restrict material master views" etc. and that should bring you to the right direction.
    Kind regards,
    Karri

  • Retail - article follow up / material determination

    Hello,
    I would to know the possiblity of material determination / article follow up in Retail scenario.
    The material should be substituted with material already maintained for replacement/follow up for the 'sales orders'.
    Help on this is really appreciated.
    Thanks & regards,
    Ravish

    Dear Ravish,
    Pls elaborate your business scenario and your SAP requirements.
    Thanks,
    Regards - Muralidhara

  • Replenishment in SAP Retail - Article with multiple UOM/EAN

    Dear all,
    I am using SAP Retail. I have an article with multiple unit of measurement as well as multiple EAN. A good example of this article will be canned soft drinks. It comes in pack size of each, 6, 12, 24. I have only one article number for this soft drink but I maintained multiple UOM and EAN for this article.
    When I run auto-replenishment, I can only run it based on one of the packed size (fixed it as the default ordering unit).
    Is it possible to run auto-replenishment for the various packed size?
    Best Regards
    Junwen

    Hi,
    One suggestion. You can buy it in UOM bottle, minimum qty: 6 bottle. Multiples: Your vendor that decide the package size. When you do the GR then set the UOM of the size package, set a lot size calculation (each 6 units) or rounding profile.
    Regards,
    Eduardo

  • SAP Retail : Article Master Data Transfer using LSMW/ARTMAS05: EAN Error

    Hi Bjorn Panter,
    I want to thank you for providing very informative articles on the Master Data of ERP Retail.
    We are currently loading articles to SAP from legacy and use your articles on ERP Retail as part of our knowledge warehouse.
    We have encountered an error which has stumped our conversion.
    We are getting an M3 535 error stating that "First specify the main EAN for the unit EA".  We are using LSMW (IDOC Method, Basic Type ARTMAS05).
    Our MARM segments have generic and variants.  The UPC and UPC category (set to UC) are filled for the variants and blank in the segment containing the generic.
    Our MEAN segments contain variants only with the UPC and UPC category (set to UC) filled.
    Our UC EAN category is configured with a blank check digit algorithm and a number range of 12 digits.  We are loading our variants with EANs that are 12 digits.
    When debugged IDOC_INPUT_ARTMAS, I noticed that :
    In routine  MARM_UEBERGEBEN (in function module BAPI_MATERIAL_MAINTAINDATA_RT), this code clears our MARMX indicators :
       LOOP AT UNITSOFMEASURE.
        ART_DATA_EXISTS = 'X'.    "JH/05.01.00/4.6C Entkopplung der MALG
        IF UNITSOFMEASURE-FUNCTION NE C_MSGFN_D.   ->>>> this checks if our function code is 003 (which is a delete).
    *     TMFIELDRES aufbauen
          CLEAR UNITSOFMEASUREX.                   ->>>> Since we are doing a create, it clears the indicators in unitsofmeasureX
    To bypass this clear, I debugged the program and overlayed the indicators and marked UPC and UPC category as 'X'.  This worked and we were able to post our IDOC successfully... THe UPCs showed in the MARM and MEAN tables.
    However, knowing that there are a lot of Retail companies loading articles into their SAP system, it would seem odd that no one has reported this as a bug or no one has posted this issue in SDN.  I could not find any OSS note related to this issue either.
    Can you please help us figure out what is wrong ? Have you encountered this error in the past ?  Is there something in config that we should check ?  Should we look at fields in our segments ?
    Any help from you would be greatly appreciated.
    Thanks,
    Sarah

    Dear Sarah,
    please open an OSS customer message.
    Put in a valid IDOC ARTMAS number with this error and open your system.
    I guess either it is a bug in IODC structure or you found a bug in software.
    My colleages will take care.
    Regards
    Björn

  • Article creation through BAPI_MATERIAL_MAINTAINDATA_RT

    Hi,
    How can I create article throug bapi BAPI_MATERIAL_MAINTAINDATA_RT.
    What all inputs are required?
    Is it neccesarry to give material number, can't it generate automatically?
    Reagrds,
    Divya

    Hi Divya,
    In BAPI BAPI_MATERIAL_MAINTAINDATA_RT does not contain any field to select purchasing view.
    For purchasin view:
    After material creation you have to write BDC
    or you have to use any FM or you can use IDOC INFREC to create purchase info record for that material
    I used INFREC IDOC to create purchse view.
    Regards,
    Narendra Goyal

  • Transfer Material Master (MATMAS) Idoc into Retail  Article Master (ARTMAS)

    I need to transfer data from an SAP 4.7 ERP system that is set up for material masters to a different SAP 6.0 system that is set up as Retail.
    The question is which system should be doing the conversion to the ARTMAS
    Option 1: The outbound IDOC would be a MATMAS05 and it would be recieved and converted on the Retail side to an ARTMAS doc to create the articles. 
    If this is the case do you know how this needs to be set up on the retail side, for this conversion to occur.
    Option 2: Translate the material master and send out an ARTMAS IDOC from the ERP system  In this case I think that we will need a lot of custom code, and the SAP sending box will need to perform conversions that are known only on the retail side.  
    I am not really asking for the exact configuration set up
    What I am looking for is how if other companies are doing this which option is considered the standard/best practice

    Question was never answered we will need to determine how best to do this.

  • IS-Retail PO creation in ME21N

    Hi Friends,
    I created an article and vendor master. Then I tried to create PO using the above. I got an error stating that " Article not listed in SITE. How to address this error?
    And, how  article, vendor, site and Porg relationship is established in SAP retail.
    Please help me.
    Regards,
    Ram

    Hi Ram,
    A reference site is not a pure template. It is more an organization maintenance level for master data. Behind is hidden a sophisticated copy and reference handling. But we start with the simple things.
    As you can see in transaction WSS1, there are two input fields called u2018Reference Site for DCsu2019 and u2018Reference Site for Storesu2019
    In these fields we strictly recommend to enter at least a value in DC field and also in the Store field, if you define your reference level globally for store. There exists a deeper level of reference definition for stores on distribution chain level.
    But before you can enter here something, check your business and define a clear vision of your master data future. Then create a reference site with the know transactions, give it  nice name and of course a virtual physical address.
    Yes, this is correct we are creating a virtual site and not a real one, because in ERP Retail, it is recommended to use these sites as copy references. In the future, the behavior of the reference sites can change. And a very important thing - these sites should not be used as productive sites keeping stocks or have accounting data.
    For example, generic articles will be maintained on such reference sites only, because they do not have stock. The article master will be maintained in the logistic views on these reference sites. You can identify this because the site field in the logistic view is empty. That means an empty site field represents the reference store level. (just select a logistic view in article master without an entered site value)
    In a following chapter we will see, how a field value on a reference site level will be inherited to depending sites. The assignment will be done automatically. All Sites from type DC will be assigned to the reference DC and all stores to the reference store. Depending on a distribution chain level, you can have additional lower reference store.
    In the upper view, you will see also a field called u2018Vendor default datau2019. This is a setting for specialist. In chapter reference handling we will have a deeper look on it. Important to know in a 2 level distribution between vendor to DC and DC to site, the determination of a source of supply will have impact on logistic master data of article master. Depending on this setting, the some logistic parameters will be taken from the vendor level. Changes on vendor data e.g. planned delivery days will change article master data in a mass update run.
    e.g generic article will be created virtually on the reference sites, but they cannot have real stock.
    regards
    Björn

  • Min and Max Quantity on Retail Article

    Hi Experts,
    In IS-Retail, in the sales view of the article master record there are two fields: Min Delivery Qty and Max Delivery Qty.
    If anyone has had experience in using this field, I would appreciate if they can explain to me how these fields work.
    I would like the system to provide a warning/error message if the order entry person enters a quantity on the sales order item that is less than the Min Qty or more than the Max Qty specified on the Article record.
    I have tried to test this but I was not able to get the system to issue the warning/error message.
    If someone could explain to me how these fields work, and how I could accomplish the min/max quantity restrictions that my client would like to enforce, I would greatly appreciate it.
    Thanks,
    Anisha.

    Hello Sanjiv,  
    I think it can be done by JavaScript, but needs more effort
    [Use of JavaScript Functions|http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a853bc623c075e10000000a114084/content.htm]
    Try the exception available in the BW[BW Stylesheets|http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm]
    SAPBEXformats - Formatting cell (scaling factors)
    SAPBEXexcGood1 - Exception with priority good 1
    SAPBEXexcGood2 - Exception with priority good 2
    SAPBEXexcGood3 - Exception with priority good 3
    SAPBEXexcCritical4 - Exception with priority critical 4
    SAPBEXexcCritical5 - Exception with priority critical 5
    SAPBEXexcCritical6 - Exception with priority critical 6
    SAPBEXexcBad7 - Exception with priority bad 7
    SAPBEXexcBad8 - Exception with priority bad 8
    SAPBEXexcBad9 - Exception with priority bad 9
    See this thread,
    Change the colour of a cell text depending on the value Web Reports (NW04s)
    Thanks
    Chandran
    Edited by: Chandran Ganesan on Mar 19, 2008 4:27 PM

Maybe you are looking for

  • How to access Notes from my external hard drive?

    I backed up my MacBook Pro to an external hard drive before I updated to OS Mavericks. I plugged in my hard drive a few days laters and tried to access my Notes application, but every time  I try, I get a message reading "The application 'Notes' cann

  • Fireworks and Acrobat won't run CS4 & CS5

    Long story, short version.  I have a brand new iMac, installed CS4 from scratch, and would get the Fireworks error.  Tried, uninstall and reinstall many times.. Said oh well, I want CS5 anyhow, so I bought the upgrade to CS5.  Used the Adobe Cleaner

  • Has anyone used this macro to correct Help File problem?

    Peter, thanks for answering so quickly. I hope this gives you the information you need? Dryheat1 Jarno Ahokas 3 posts since Dec 15, 2009 Currently Being Moderated 5. Dec 15, 2009 6:42 AM in response to: Petteri_Paananen Re: CS4 missing features and f

  • Smart folder view options

    When is apple going to fix Smart Folder List View Options so that we can sort by Size etc.....?

  • Disk Utility Question

    I recently upgraded from 10.5.8 to 10.6.6. Now when I run Disk Utility and use the Verify Disk feature, I no longer get the "HD appears to be okay" in green lettering at the end of the verification. Has anyone else experienced this? What can I do to