User and  product category responsible

Is there any way to findout which product category he is responsible. Any Function module?
Input - Product category
Out put- List of Users(ie  responsible for product category).
BR
Raman

Hi,
You will not get the user list from the FM's i mentioned.
You will get the Org ID or the position ID under which the product catgeories have been maintained in the org structure from the tables HRT1222 and HRP1222.
Then using the Org ID/position ID,you can get the users who are assigned under those using the FM's mentioned i.e. BBP_OM_STRUC_GET_USER_FROM_POS/BBP_OM_STRUC_GET_USER_FROM_ORG.
So first query the tables mentioned to get the pos ID/org ID and then pass the OrgID/Pos ID to the FM's to get the user list.
I hope its clear now.
BR,
Disha.
Do reward points and close the thread if your query is answered.
Do reward points for useful answers.

Similar Messages

  • Replication of product master and Product category

    Hi
    Please let me know steps involved in replicating
    Product master and product category from R/3 to SRM
    Regards
    Ashish

    Hi Ashish,
    The blogs mentioned by Kathirvel explains clearly the entire replication procedure of Master data from R/3 to SRM.
    Neverthless find some points which needs to be taken care during replication :
    1. Ensure that the tables CRMCONSUM, CRMSUBTAB, CRMPAROLTP, CRMRFCPAR are duly filled in R/3 system.
    2. Endure that SMOFPARSFA table is duly filled in SRM system.
    3. Maintain the filter settings using R3AC3 and R3AC1 as per your requirement in SRM system.
    4. Set up the Administrative console using SMOEAC and create both R/3 and SRM nodes and define the site attributes.
    5. Ensure that all the queues (both inbound and outbound) are empty in both the systems before replication.
    6. Start initial load of customizing objects (DNL_CUST_BASIS3, DNL_CUST_PROD0 & DNL_CUST_PROD1) using R3AS and monitor the loaded jobs using R3AM1.
    7. After successful replication of customizing objects, load the business objects (material_master, service master) using R3AS.
    8. The replicated material groups and product types can be seen using COMM_HIERARCHY txn.
    9. The replicated materials can be seen using COMMPR01.
    Hope this makes you more clear about the settings required.
    Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Pur Grp and product category changes made in R3E not reflecting back to SRM

    Need to investigate why changes made to Purchase Requisitions in SAP R/3 (Purchasing Group & product category) doesn't feed back to SRM.
    Purchasing Group and product category changes made in R3E do not reflect back in SRM.

    Hi Sanjay,
    You should also schedule report BBP_GET_STATUS_2 (updating requirement coverage
    requests) to run in the Enterprise Buyer system, so that information on the status of purchase
    requisitions, purchase orders, and reservations is up-to-date.
    I hope,this helps.
    Regards,Nishant

  • Create product and product category

    hi,
    can anybody explain me how to create product and product category in gateway services.
    thanks&regards in advance,
    Haritha

    Hello Haritha,
    I do not know about the logic which are supposed to be used to accomplish ur business scenario.
    But Once u know the underlying code/standard FM to be used, then u can follow the below which will help u get info on how u can consume those business logic inside GW and expose it as service.
    1.Let’s code CRUDQ and Function Import operations in OData service!
    2. How To Batch Multiple Operations Into A Single Request
    3.How To... Create Complex Business Entities using the Gateway OData Channel
    4.Purchase Order: Create OData Service in the SAP NetWeaver Gateway System for CRUDQ Operations
    5. Implementing  Expand Entity/Entity Set
    6. Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1
    7. Step by Step development for CREATE_DEEP_ENTITY operation
    U can also search in the forum for additional  info as well.
    Regards,
    Ashwin

  • Classic scenario, where to create Contract and product category

    Hello All,
    We are using SRM4.0 ( Classic scenario) with non-sap backend system.
    We need to attach contract in Shopping cart in SRM.
      My questions are:
    1. In which system ( EBP or non-sap backed),  we need to create contract?  and how to create it?
    2. In which system( EBP or non-sap backend), we need to define product or product category? and how to create it?
    Regards
    Neelesh

    Neelesh
    When you replicate product categories from any backend system, they get created in SRM and update the value of logical system with the backend from which it replicated.
    You can only create Product category in standalone. You can try to create the same for classic but maintain log syst value with the correct backend. This is not advisable.
    PS : Reward points if helpful.
    Regards
    Jagadish

  • Regarding Line Item Selection and product category

    Hi Experts,
    We are having a requirement in Line Item Selection in Oppurtunity.The requirement is that we need to display only the product categories belonging to that particular company(for eg Product Categories belonging to Company X) by restricting the display of product IDs.Please provide me some pointers on this as this is a high priority requirement.
    Requirement:Line item selection of an opportunity will be at a 'X' category from the product hierarchy level.

    Hi Amar,
      You have to retrieve all you rproduct ids based on your criteria before the execution of the below step in your method.
    result = qs->get_query_result( ).
    Once you have all your product Id's then default your search criteria with your product id's using the below code.
    ls_selection-attr_name = 'PRODUCT_ID'.
          ls_selection-sign = 'I'.
          ls_selection-option = 'EQ'.
          LOOP AT it_product INTO v_productid WHERE comt_product_id CP ls_search_criteria-low.
            CLEAR ls_selection-low.
            ls_selection-low = v_productid.
            CALL METHOD qs->add_selection_param
              EXPORTING
                iv_attr_name = ls_selection-attr_name
                iv_sign      = ls_selection-sign
                iv_option    = ls_selection-option
                iv_low       = ls_selection-low.
            CLEAR: v_productid,wa_result.
          ENDLOOP.
    this code should be included in your event handler before calling get_query_result( ).
    Hope this helps.
    Regards,
    Lakshmi.Y
    Edited by: Lakshmi Soujanya on Jul 11, 2011 11:55 AM

  • Configuring product category and inventory product category set id

    Hi,
    In DAC we are shown the inventory and product category set id as $$INV_PROD_CAT_SET_ID ..... $$INV_PROD_CAT_SET_ID9 and $$PROD_CAT_SET_ID ...... $$PROD_CAT_SET_ID9. I have done setups previously where the $$INV_PROD_CAT_SET_ID and $$PROD_CAT_SET_ID has been my first category and $$INV_PROD_CAT_SET_ID9 and $$PROD_CAT_SET_ID9 has been my 10th category.
    Is this the correct way to setup the 10 out of the box supported product category?
    A colleague of mine told me that the $$PROD_CAT_SET_ID and $$INV_PROD_CAT_SET_ID is obsolete from 7.9.5 . If that is the case then where do we configure the 10th category?
    Kindly advise.
    Regards,
    Swakshar Kundu.

    could someone kindly respond to this pl?
    Regards.

  • Parent Product and pruduct category

    I know how to use product category, but i don't know how to use Parent Product.when i created a server request ,they gave the answer
    is:+Parent Product is a System Defined read-only picklist which shows all the Products listed for your company. You can create additonalProducts and select any existing product as the Parent product.However, it is not mandatory that each newly created products should have a Parent Product associated.+ but this answer doesn't help me. what i want to know is when i need to add a Parent Product field and what is the different between Parent Product and Product Category?

    Hello Jamal,
    In txn:COMMPR01,you can see the Item Category Group under Sales and Distribution tab,under Sales:Control Fields,Quantities.
    With the help of the item category group, you review the various products from a business view for item category determination. Enter the item category group for each product in the product master.
    During business transaction processing, the system creates the item category from the item category group for the product, and from the business transaction category, and proposes it in the document. You can assign item categories to business transaction types and item category groups in the process Maintain item category determination.
    So for a product you need to assign it during the product creation and then only this product would be available for selection in transaction depending upon the item category determination.
    Hope this helps!
    Best Regards,
    Shanthala Kudva

  • How can I control the Product Category in the Pre-select screen

    Dear ,my expert :
       I  work in ROS scenario . In my case ,the supplier can select Product Category A, Product Category B,and Product Category C when they  filled the data in the  registration scren . And the purchaser A just is responsibility for the Product Category A ,and the purchaser B ,C are the same situation .
      So ,my question is :
       1,How can I control the Product Category in the Pre-select screen? I mean that the Purchaser A can just select the   Product Category A in the Pre-select screen .
       2,You know the supplier select two category  is one BP in the system ,So if the purchaser A accepe the supplier ,the purchaser B will find the status is "accepted ",So the purchaser B will be confused about it .
       SO ,in my case ,any one has the suggestions ,any link welcome .
       Bestregards
      alex

    Hi Alex,
    As per standard SRM solution, this is not supported. Purchasers who accept new suppliers, accept them on the whole and not for any specific product category. There is no such thing as Purchaser being responsible for specific prod category in ROS.
    What you could do however is to build a custom workflow to achieve it. You could have category approvers after the purchaser has accepted the supplier. Based on the category provided by the supplier in the reg form, you could route these suppliers to appropriate category approvers.
    Regards,
    Nikhil

  • No authorization to purchase from product category X

    Hello,
    when I click on shop and select the product (relicated from BE), while adding this item to SC got the error 'No authorization to purchase from product category xxx', but for the same material and product category I can create a free form SC or PO (through process purchase order) or a contract. I have assigned the rite Product categories to user and PGRP. pls let me know if you have seem this message before?
    Thanks,

    Hi,
    Please assign the product category in the extended tab in transaction PPOMA_BBP for the user.
    In the transaction PFCG, for the role of Startegic purchaser,under the Personalization tab,set the attribute BBP_WFL_SECURITY to '4'.Also,check the authorisation data for the Strategic purchaser role.
    You can check by giving SAP_ALL access temporarily.
    BR,
    Disha.
    Do reward points for useful answers.

  • Search help for Product category in table level

    Hi Gurus,
    My requirement is to create a Z-table with fields Plant and Product category.
    For this Product category I need to create a table level search help. So I need to know the SRM table used for Product category.
    Could any suggest me any table name or search help or FM that will display the list Product Category .
    Regards
    Paul

    Hi Paul,
    Use the FM 'BBP_GET_ALL_CATEGORIES_F4' for getting all the list of Product Category .
    Thanks
    Bidyut

  • Table where product category assigned to supplier is stored in SRM

    Hi,
    We are on SRM 7.0.
    We have replicated material groups from ECC as product categories in SRM and vendor master also into SRM. Now I log into SRM portal as strategic purchaser and go to the following tab.
    Strategic Purchasing->Business Partner-> Here I choose an existing supplier, open it up ...go to the Bidder data tab->Categories. Under categories I do an F4 help and choose one of the available product categories and save the entry.
    Where is this information about supplier and product category combination stored in SRM. Which tables?
    Request you to shed some light on this.
    Regards,
    Nikhil

    HI
    there is no relation like that.
    some customer expects this facility
    Product category vs supplier
    prod category - Building equipments - DLF
                           - telecoM - HUTCH
    Try bbpfrg tables.
    muthu

  • Product category: add description2 field to SC screen

    Hi,
    We are running on SRM 5.5(classic)..My query is on the SC screen....
    In the SC screen if we do drop down list for Product cateogry..we will see the Product category id and product category description...so i want to add one more description2 to that...how can i add that field to that ITS scree..
    experts..please help on this..
    Thanks

    Hi
    You to configure in SRM SPRO
    Go to--> SRM --> SRM server > technical basic settingsDefine Backend product category
    Add the items here and save
    Create SB you will get that
    Try and confirm
    G.Ganesh Kumar

  • Product category consistency

    Hi all,
    we have SRM6.0 implemented and it's integrated with a non-Sap system. The product and product category master data are sent from this non-Sap system to SRM using PI. We're facing the following situation:
    Item 162999 was originaly created with product category MMRO_ELEC. Contract 4200000048 was created for this item.
    Later in the process, item 162999 was re-categorized in the non-Sap system and its product category was changed from MMRO_ELEC to MMRO_WELD. The item in SRM was successfuly updated. However, contract 4200000048 was impacted and it's not possible to do any change in it, because the system triggers the error message "Product does not belong to product category MMRO_ELEC".
    I'd like to know if there's a way to update the documents in SRM or if any other solution is possible.
    Regards,
    Simil

    Hi
    1)
    2) Most of the time, We create multiple hierarchy levels in case of Extended Classic Scenario (ECS).
    3) Might be due to some bug (some OSS note is missing here).
    <b>Please go through the links as well -></b>
    http://help.sap.com/saphelp_srm50/helpdata/en/02/faeb38d391aa6ce10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/55/4af548688211d4977e0004ac962ee6/frameset.htm
    Note 519794 - EBP: Replication of materials with purchasing view
    Note 720819 - Middleware consumer entry for SRM 40 and 50 in the OLTP-syst
    Note 902814 - Dump during product category download
    http://help.sap.com/saphelp_srm50/helpdata/en/43/2022b83fbc2be8e10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/3a/d6ad4240adb111e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/42/151D4193BB73ADE10000000A114B54/content.htm
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1245134,00.html
    http://www.infosys.com/industries/electronics_hightech/ViewPoint_Order_Management.pdf
    http://help.sap.com/saphelp_srm50/helpdata/en/c5/13e53c759d4d19a7e20d9d32569abe/frameset.htm
    Regards
    - Atul

  • Table link between product category and responsible purchase group

    Hi Expert,
    Can anybody tell me if there is a table which contains the link between the product category and its responsible purchase group in SRM 5.0?
    Best Regards,
    Tom

    Hi TOm
    Q We have a requirement to read all product categories maintained for purchaser under Extended Attributes tab in Organizational Structure.
    A. FM BBP_GET_CATEGORIES_F4 is very useful and exactly what i wanted.
    copied from thread.
    br
    muthu

Maybe you are looking for