Create new product categories

Hi,
We have a SRM3.0  system,
I need to create 10 new product categories in the system.
Where can i create them.
Thanks & Regards
R.M.

Hi Kam,
You can assign the GL account to the product category, but you have to create the product category first by manually(TCODE: COMM_HIERARCHY) or by replicating from ERP, and then assign the GL account to the product category in SRM(SPRO -> SAP Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Account Assignment).
Regards,
Guoyu

Similar Messages

  • Every time system create new production order after releasing sales order c

    Hi Guru,
    FG material strategy: 82 (sales order creates production order).
    After creating the sales order it goes in to credit block. Whenever we release sales order from credit block through VKM1, system has created production order. We confirmed this production order and delivered.
    But after this sales person change the sales order value, because of which again sales order goes into the credit block and after releasing sales order from credit block system create new production order even if one production order already confirmed and delivered against the same sales order.
    *Every time system create new production order after releasing sales order credit block.
    Thanx & regards
    pnu

    PNU,
    So, to restate:
    In MD04, you have Unrestricted Sales order Stock ('E' Stock) on hand.
    In the same MRP segment, and against the same Storage Location as the stock, you have a Sales Order requirement that was recently blocked and unblocked.
    During the unblocking event, the system produced a new production order.
    This is not normal.  If the above accurately depicts your situation, I would look for an altered Strategy 82, or a userexit.  SAP ATP (the beginning event of the Strat 82 process) will normally first check for the availability of stock.  Only if the stock is not available, then it will create the new production order.
    Best Regards,
    DB49

  • FM to  create LOCAL PRODUCT Categories!

    Hi,
    We are running on  SRM 5.0(standalone scenario).Can anyone pls tell me any FM which can be used to create Local product categories as we do it  in transcn COMM_HIERARCHY??
    BR,
    SRM Tech.

    Hi,
    Product categories are created via relationships, not sure you can achive with one single FM. you need to read program stack of COMM_HIERARCHY to achive this.
    This is challenging requirement though, But try these FM's.
    COM_PRODCAT_API_CREATE_CAT   
    COM_PRODUCT_CATEGORY_CHECK_ALL
    COM_PRODUCT_CATEGORY_FREE_ALL
    COM_PRODUCT_CATEGORY_SAVE_ALL
    COM_PROD_CATEGORY_MAINTAIN   
    COM_PROD_CATEGORY_MAINTAIN_API
    COM_PROD_CATEGORY_READ_DETAIL
    COM_PRODCAT_API_GET_CATEGORIES
    COM_PRODCAT_API_GET_CATEGORY  
    COM_PRODCAT_API_GET_PRODUCTS  
    COM_PRODCAT_API_GET_SETTYPES  
    COM_PRODCAT_GET_BY_OBJ_FAM_2  
    COM_PRODCAT_GET_BY_SETTYPE    
    COM_PRODCAT_GET_INTERSECTION  
    COM_PRODCAT_GET_PARTNER_DETERM
    COM_PRODCAT_GET_WITH_OBJ_FAM  
    COM_PRODCAT_SETTYPE_BY_CAT    
    COM_PRODCAT_SETTYPE_BY_OBJ_FAM
    COM_PRODUCT_BASE_CATEGORY_READ
    COM_PRODUCT_CATEGORY_API_FREE 
    COM_PRODUCT_CATEGORY_GETLIST  
    Regards, Renga
    Award points for helpful answers ***

  • Registration of Suppliers to New Product Categories

    Hi,
    As we have seen, during registration of new suppliers, system offers a list of product categories to select. System sends questionnaires related to the selected product categories, to prospective supplier's email ID. The supplier submits answers to these question. The buyer will scrutinize the details, registers him as supplier and also maintains supplier list for the product categories which he has requested.
    Now the supplier is interested in some more product categories. So he has to select some more product categories. The system should send him a questionnaires for those product category. The buyer will scrutinize the answers submitted by the supplier and maintains supplier list for those product categories.
    How to map this scenario in standard SAP?
    Ganapathi

    Hi Ganapathi
    Nikhil is correct.
    i assume that supplier want to register some more product category which is not in the system . sorry if i understood wrong.
    or it is just understanding between buyer and supplier.
    There is no fixed rule that whatever supplier register the product category and he will receive the PO or contract.
    It is understanding between Buyer and Supplier what type of product category supplier expert to do service for the purchase organisation.
    Whatever product category is existed in the ROS system the same only can be registered by the Supplier.
    Because purchase organisation uses only some product category which they wants for their organisation.
    For ex
    step 1:-BREAKS product category - TVS registerd in the ROS system and become supplier
    step 2:- again TVS supplier want to add WHEELS product category ? and expects a questionaire for WHEELS from the Purchase organisation?
    Muthu

  • Subsequent addition to new product categories of supplier list

    Hi,
    Business Requirement:
    An existing supplier, for whom a contact person is already created and is having a valid user ID and password, now wants to send his requests to include him in the supplier list for some more product categories.
    Supplier selects some more product categories in a webpage of portal.
    System sends a link to supplier's email, which on clicking, will take him to a page where he can enter the answers to questionnaires assigned to the product categories(s) selected by him.
    Buyer verifies the answers and subsequently add him to some more product categories in the supplier list or rejects the request submitted by the supplier.
    Question:
    1. We would like to know, what is standard business process available in SAP which is "SOMEWHAT" similar to above requirement.
    2. If available, Which (SICF) service needs to be used for this? or what settings/configurations are required to achieve this.
    Thanks.
    Ganapathi
    Details: SRM7.0 SP07, ECC Ehp4, Using MM-SUS.

    Any update please.

  • How to sync new catalog , categories and products created in ACC to pub db

    Hi all,
    I have created new catalogs+categories and some sample products in my ATG application using ACC. I can access them in my application.
    Now i want to move ahead and create some promotions + scenarios for those products. I went through the docs and got that recommended approach is to use BCC for these items and then deploy them to prod instance.
    But before that since the newly added catalogs and products are available only with prod db, i should sync them up with my pub db. so that both of my db will be in sync. I tried to look help/steps for this but did not get any.
    Can you pl provide some pointers about this, how can i do that? Any link/site for the required steps will definitely help me.
    Thanks in advance,
    Swati

    Hi Grado ,
    I doing first step, but when entering password and drp port on acc window it saying-
    Could not connect to URL:  rmi://localhost:8852/atg/devtools/UpdateAgent
    Either the dynamo Server is not running ,or the hostname and/or port number are invalid
    please tell me anything i doing wrong.
    Thanks.
    -Kakasaheb.

  • FM for creating the local product categories

    Hi,
    Is there any STD Function module for creating  local product categories??
    BR,
    SRM Tech

    Hi,
    Check this FM
    COM_CATEGORY_CREATE_API_INT
    Regards,
    Shalini Chauhan

  • How create a new production order by C++ code?

    Hi everybady
    I'm trying to create new production orders using a VC++ 6.0,
    but as i can't put a new DocumentNumber "It's Read only",
    i can't add a new orders. show me sample code  plz....
    help me....
    Thanks

    Hello
    Docnum will be avaiable when you issed the Production order.
    The method on each langugage is the same so hereby i am posting a VB.NET Code,and you can convert it.
    The mandartory fields:
    ItemCode - you would like to produce
    Qty - how many you would like to producce
    After you issued the Production order, you must change the Status from planned to Released
    of course, you can add more properties.....
    Dim oPO As SAPbobsCOM.ProductionOrders = oCompany.GetBusinessObject(BoObjectTypes.oProductionOrders)
            oPO.ItemNo = "ITEMCODE"
            oPO.PlannedQuantity = "QTY TO BE CREATED"
            oPO.PostingDate = Today.Date
            oPO.ProductionOrderType = BoProductionOrderTypeEnum.bopotStandard
            If oPO.Add <> 0 Then
                Dim POENTRY As String = oCompany.GetNewObjectKey()
                If oPO.GetByKey(CInt(POENTRY)) Then
                    oPO.ProductionOrderStatus = BoProductionOrderStatusEnum.boposReleased
                    ' Here you have a docnum like OPO.DocNum '
                    If oPO.Update() <> 0 Then
                        sbo_application.MessageBox(oCompany.GetLastErrorDescription)
                        Exit Sub
                    End If
                End If
            End If
    Regards
    János

  • Replicate Delta download of Product Categories Error

    Hi
    Running Sudo-Extended classic. I have replicated product categories from the backend into SRM successfuly. Now I need to alter 20 P.Categories.
    In R/3 I coped the category, changed it and saved it. eg from 1200000 to 120000. Now I am replicating this new P.Category back into SRM.
    R3AR2 to create delta download for 2 tables T023 and T023
    R3AR4 to replicate the file above, Source R/3 and Target system is CRM/SRM..
    My issue is I dont see anything in R3AM1.
    Also whe I run SMQ1 I see my delta request but is has a status:SYSFAIL the issue seems to R/3.
    Question:DO i have to delete my old P.Categories in SRM frist? It wont allow me coz they were created in R/3.
    My SMQ1 and SMQ2 are clear before i began all this.
    I try SM59 and my RFC seems to be working??
    ANY iDEAS out there????
    NO P.Categories seem to be comming in from R/3
    cheers
    alex [email protected]

    Hi,
       The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • How to automatically update products and product categories?

    Hi friends
    How to automatically update products and product categories.Is it possible?
    regards
    venkat

    Hi,
    The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.
    DO  reward points for helpful answers.

  • Multiple Local Product Categories for One ECC Material Group

    Hello experts,
    I have a question regarding Product Categories. I am using an Extended Classic Scenario and so, I retrieve Material Groups from the backend. Nevertheless, in order to have a more accurate split than ECC Material Groups in SRM, I would like to create local Product Categories which point on the same ECC Material Group. Eg. : 
    ECC Material Group
      - SRM Product Category 1
      - SRM Product Category 2
    I saw that I can create this kind of structure in COMM_HIERARCHY and I updated it in the PPOMA_BBP (I set * for backend and for SRM).
    Nevertheless, when I create a SC, I can not find the local Product Categories I created?
    Do you know how I could process?
    Thanks for your help
    Patrick

    Hi Patrick,
    Looks like you got confused in understanding the concept.
    You can not create a Local product category (material group) from a back end product category.
    You can have both backend R/3 material groups and local product categoris (material groups) parallelly.
    That means in COMM_HIERARCHY for R3MATCLASS hierarchy you have two nodes created under that, one for backend material groups and the other for local material groups.
    In stand alone scenario or de-coupled scenario you can use local product categories and not in Extended classic and Classic scenarios.
    For accessing a local product category you should have a local P.Org, local P.Group and the users should be assigned to these local P.Orgs or P.groups.
    If you have such a setting in your org. structure then you can create S.Cs for local Product categories and local materials.
    Hope this makes you more clear in understanding the issue.
    Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • How do we replicate product categories from SRM/ECC in to SUS system

    How do we replicate product categories from SRM/ECC in to SUS system  in srm 7.0

    Hi Gopal,
    Are you confused between SUS & ROS? If you meant ROS, it is advised to create local product categories in ROS under COMM_HIERARCHY.
    Let us know your exact requirements.
    Regards,
    Nikhil

  • Providing discounts to the new product.

    I need to end the old product and create new product for same contract. I have created new line item through crm_order_copy. Updated the new product details and maintained in the crm_order_maintain.
    Now my problem is to provide the discounts to the new product.
    Could any one please help...?

    Hi Ramesh,
    Have you considered a manual condition type ?
    Best regards
    Christophe

  • No Variable Interest Rate ot in new product copied from 55A

    Hello
    I have created new product typep by copying the product type 55A. While all the config seems to be coeect and the product type is also posting all the entries correctly, the product type does not show the variable interest rate option in the drop down when creating the in TM_51.
    The condition type for interest is a copy of 1200 condition type so should not be a problem.
    Please advise how to resolve this.
    Best Compliments
    S
    Edited by: sapcounts on Dec 19, 2011 1:00 PM
    I was missing condition type 1120

    Hi ,
    In addition to the condition type 1200 (Nominal interest ) it is necesary to copy the condition type  1210 for interest rate adjustment , then it will display the interst rate adjustment in the structure tab of the Interest rate instrument .

  • New item categories

    Hi,
    Can we create new item categories in SAP.
    Tx
    Uts

    Hi,
    We cannot create new Item Categories in SAP. We can only change the naming & description of the Item Category through OMH4 Tcode. 
    But we can create new Acc *** Categories.
    Regards,
    Komal

Maybe you are looking for

  • Can I transfer songs from Ipod back to new hard drive?

    My hard drive recently completely crashed, got it replaced but couldn't recover any data. When I re-installed Itunes the library was obviously empty but I'm wondering if there is anyway I can get the songs from the Ipod back into the library without

  • I cannot download the newest iTunes software on my Windows?

    Why can't I download the latest iTunes software to my Windows 7?

  • Reconcillation of subcontracting process

    hello gurus in susubcontracting when i reconcilled gr quatity through j1ifq system is giving error massage that challan material is different from material document. so where could be the problem

  • Frame Navigation Problems

    I've got a navigation bar similar to progress bars you see in online applications, with 12 steps indicated by boxes.  The goal is as follows: if you are on page N, then box N is Gold. Pages you are not on are labled by Grey Boxes. Pages you are not o

  • Assigning multiple interfaces for Oracle API Gateway (OAG)

    We are deploying Oracle API Gateway to throttle our incoming API requests. We would like to keep the incoming external API requests separate from the internal configuration management so that they go through different interfaces when accessing the OA