Same Purchasing group assigment to multiple Purchasing Org

Dear all,
I am facing an issue in SRM 5.0 in Classic Scenario.
In R/3 the freedom exist to assign independently the Purchasing Organization and the Purchasing Group to a PREQ or PO.
Then the following lists have been created:
<u>PurchORG</u>:
- PORG1: Porg of country 1
- PORG2: Porg of country 2
<u>and PurchGROUP</u>
- PGRP1: Pgrp Office sup
- PGRP2: Pgrp IT
and then I want to be able to use all the following combinations:
PORG1-PGRP1
PORG1-PGRP2
PORG2-PGRP1
PORG2-PGRP2
To do that I create in my Organization Plan the following:
- PORG1
     -PGRP11
     -PGRP12
- PORG2
     -PGRP21
     -PGRP22
However as I am in Classical Scenario I need to link the OrgPlan Pgrp to the coresponding in R/3
- PORG1
     -PGRP11 >PGRP1
     -PGRP12 >PGRP2
- PORG2
     -PGRP21 >PGRP1 : Error Purchasing group ... in system ... already assigned to ... (message BBP_ATTR 030)
     -PGRP22
1) I have read somewhere but I can not find it anymore that the system messages can be updated to avoid this error and to allow that functionality. Has somebody done it? Where is it? I am correct?
2) Otherwise do you have an option to do it? 
How must I create my Org Plan as I suppose all Porg and PGrp must exist once in Org Plan.
Then must I use the BADI BBP_PGRP_FIND with Determine Responsible Purchasing Group(s) BADI BBP_PGRP_FIND.  Can you explain how, or provide piece of code.
I looked in doculentation but I don't see clearly the difference between the 2 exit objects (they seem duplicate for me):
- ES_PURCH_DATA - This output structure should contain the object type and the object ID of the default purchasing group and the higher-level purchasing organization. If you are dealing with a backend purchasing group (purchasing organization), then you must also define the corresponding backend IDs.
- ET_PURCH_DATA - This output table passes the list of all responsible purchasing groups and their higher-level purchasing organizations. A table line is formed corresponding to structure ES_PURCH_DATA.
Thanks in advance
RD

Hi
<b>You can go through the link for complete code and other required details -></b>
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/badi-general+information&
Re: Purchasing group from external requirements
Re: BAdI BBP_PGRP_FIND
Re: Purchasing group from external requirements
Re: Sample code for BADI implementation
Every purchaser will be assigned to the relevant purchasing groups in Organization structure and purchasing groups have the product responsibility (product category) and person/organization responsiblility assigned in the 'Responsibility' tab. I think this should be sufficient to get the linkage.
Re: "Proc_Group" assignment to shopping cart  from transferred requisitions
Using BAdI BBP_PGRP_FIND for purch.group determination
Use Function Module -> BBP_OM_READ_PURCH_ORG_ID
Give Logical system and Purchasing group to this FM.
It will give you
ES_PURCH_ORG-OT
ES_PURCH_ORG-OBJID
Use this info in table HRP1000(Infotype 1000 DB Table) to get the value of text.
Function module - BBP_OM_DETERMINE_RESP_PGRP
The purchaing groups are responsible for product catrgories (material group) and not material numbers. If you use "describe requirement" to create a shopping cart, the purchasing group will default from this responsibilty of product categorty and not material number.
Also the purchasing group can default on other criterias like the organizational responsibility and so on....
Inorder to determine the reponsible purchase organization for creating shopping carts for all product categories, this task can be accomplished by implemeting the badi BBP_DOC_CHANGE_BADI. here you have to write some logic to change the purchasing organization based on product category. In the purchasing cycle Purchase Organization is not responsible to procure the product, Purchase Group is responsible for the same. In the Organization structure after defining Purchasing organization, you might have define Purchase Group also in the purcase group RESPONSIBLE TAB you have to define the PRODUCT CATAGORY to be procure by this Purchase group.
Do let me know.
Regards
-Atul

Similar Messages

  • Purchasing group transacting for multiple purchasing organizations

    Hi,
    I have a requirement in which i have certain purchasers defined as purchasing groups in my organizational structure. However, these purchasing groups perform sourcing transactions (e.g., bid invitation, auction) for multiple purchasing organizations. In the organizational structure, these purchasing groups are created under an organizational unit that isn't defined as a purchasing organization. They appear "free-floating" since they are not assigned to a particular purchasing organization.
    In sourcing transactions (e.g., bid invitation, auction), the list of purchasing groups from which I can choose from depends on the purchasing organization I select. Is there a way to include the "free floating" purchasing groups in the drop-down list?
    Thanks and regards,
    Joy

    Hi Joy,
    Its difficult to have a P.Grp with out a P.Org assignment.
    My idea would be:
    Assign this P.Grp to one of the P.Orgs (lets say POrg1). Add the entire root as the responsibility of this P.Grp.
    When the Purchasers in this P.Grp create a Bid Invitation, the POrg1 will be defaulted always.
    At the time of saving the Bid Invitation, use the "BBP_PGRP_ASSIGN_BADI" BADI to overwrite POrg1 value with any other POrg you desire.
    You may test it out.
    Cheers,
    Akash

  • Assigning Purchase groups to plants or Purchase Org

    Hi
    Can the purchase groups be assigned to plants or purchase organisation? Or we can use the authorisation managment to restrict the user of one group in one plant to use purchase group of another plant?
    Regards

    Hi,
    You can not link Purchase Groups directly to Plant or Purchase Org.
    You can use following authorisation objects to restrict the Purchase Groups;
    M_BANF_EKG - Purchasing Group in Purchase Requisition
    M_ANFR_EKG - Purchasing Group in RFQ
    M_BEST_EKG - Purchasing Group in Purchase Order
    M_RAHM_EKG - Purchasing Group in Outline Agreement

  • One Purchase group assignment to Mutiple Purchase Organisation in SRM 5.5

    Hi
    We have business requirement that one purchase group caters two purchase organisation in SRM 5.0
    Is it possible ? How?
    Regards,
    NNK

    Hi Nitin,
    You can not assign same purchasing group for two different purchasing  orgnisations in SRM. if you try to do then you will get below message.
    "Purchasing group 101 in system QASCLNT500 already assigned to New organizational unit
    Thanks
    Ravi

  • Purchasing Groups for multiple Purchase Organizations

    Dear all,
    in SRM 5.0 we are using two different purchase organizations which are linked to backend purchase organizations in extended classeical szenario.
    When I try to assign purchasing groups linked to backend purchasing groups to both both purchase organizations I get the following error message:
    >> Purchasing group xxx in system xxx already assigned to unit xxx
    >> Message no. BBP_ATTR030
    >>
    >> Diagnosis
    >> You have attempted to enter the backend ID of a purchasing group or to change an existing one. >> >> However, this backend ID is already allocated to unit xxx (organizational unit xxx) in the organizational structure.
    >>
    >>
    >> Procedure
    >> Enter a different backend ID for the selected purchasing group.
    Is there a way to assign purchasing groups to more than one purchase org?
    Thanks and regards
    AD

    Hi,
    See the solution in the foll thread:
    Same Purchasing group assigment to multiple Purchasing Org
    BR,
    Disha.
    Do reward points for useful answers

  • How One Buyer can have access for all Purchasing Groups in classical scena

    Hi,
    We are Working in SRM 3.0 classical scenario and we had a problem how we can assign a One Buyer to multiple PO groups.
    Though we are doing the SAP Code modification, we are not able to see the functionality of Assign to me or Work List functionality once we are claering the Purchasing Orgs.
    If you have any idea which part of SAP code we can change to achieve this.
    Thanks on Advance.
    Murali

    Hi,
    See the foll threads:
    Re: Purchasing Group and User Assignment
    Multiple Purchasing Groups to One Person
    SRM 5.0 - Assign user to multiple purchasing groups?
    Assign puchaser user to multiple Purchasing groups in PPOMA
    Multiple purchasing group responsibility?
    BR,
    Disha.
    Do reward points for useful  answers.

  • Can the same Purchase Group be assigned to two different Purchase Org?

    Hello Gurus,
    I have a doubt regarding the assignment of a purchase group to two different purchase Organisation?
    If yes , How?
    Thanks in advance,
    Regards,
    Pratap Lingala

    Hello,
    In SRM standard, a purchasing group can be assigned to only one puchasing organization: this is done using 'Function'  tab of Organizational Unit, as you did it to define an OU as a company and to define an OU as a purchasing organization.
    Regards.
    Laurent Burtaire.

  • Multiple Purchasing Groups to One Person

    Hi Experts,
    We are running SRM5.0 Classic Scenario. I need to have a User to select any purchasing group in a selection. Org.Structre example:
    Root Node org unit
    Company org unit
    Purchasing Org ( R/3 P.org)
    R/3 Purchasing Groups org unit
    Regions org unit
    Note: 1.Purchasing Groups are added under the R/3 Purchasing Groups org unit with Organizational Responsibility without entries. The Product Responsibility Tab has all R/3 products entries. Responsibilty is maintained at the P.Group Level.
    2. The Region becomes the Org. Unit and will have a region name under as a Branch Org, and the Department Org unit under the Branch. Users are added under the Department Org Unit.These org units do not have Responsibility.
    How do I make the User to select any P.Group and Use it. I managed to have the User to select all these P.Groups when creating a shopping under the Extended Details tab, but the P.Group does not get selected, instead a P.Group on top of the list gets selected and used for SC creation.
    Please HELP..!!!
    Lebo

    Hello,
    The default settings value for Purchasing group works in the following
    way : the correct purchasing group is determined on the basis of the
    product category. And this information you can find out in the
    organizational responsibilty in the PPOMA_BBP
    ( i.e. which purchasing organizations can potentially procure for the
    department user). Also in the product responsibility we maintain which
    product category(s) the purchasing organization is responsible. And if
    system finds several purchasing groups that are responsible for the same
    department and the same product category it will take the first one in
    the table. You can confirm this behavior by changing the product
    category in the default setting and you will see that it automatically
    adjust the correct purchaing groups.
    I hope this helps.
    Thanks and regards,
    Gaurav
    Do reward for useful answer*

  • No Purchasing Group is assigned to Org plan attributes

    Hi,
        When the user is creating a SC he is getting the following error "No Purchasing Group is assigned to Org plan attributes".I have checked the users Org structure in PPOMA_BBP,But everything looks fine.
    Any inputs  will be appreaciated!!
    Thanks
    Rakesh.

    Hi
    product category are directly related to purchase group. depends upon the settings in the organisation structure , the system determines which purchase group is responsible for procuring this product category.
    so back track your product category and purchase group link and this purchase group is made a link with purchase organisation. since product category responsiblity is a mandatory in srm.
    Can you update here . where your user was positioned in org structure?
    hope that you made a link between purch organ with purchase group?
    po1
      --> pg1
    and moreover check following settings. are you try to procure via describe (spl request)?
    Purchase group - responsibilty tab what are the product category you mentioned?
    have you maintain Organisation responsibility under the responsibility tab?.
    still you find difficulty ?
    regards
    muthu

  • Restrict use of multiple purchase groups in PR

    Hi All,
    How to restrict use of multiple purchase groups during creation of Purchase Requisition
    Thanks
    Diwakar

    set like _ material  grp assign to pur grp.
    but business need to accept it, normally wont . User authori is another approach provided that much user  license.

  • Pruchase org value based on purchase group?

    Hi,
    I need to find out  Immidiate next level of Purchase ORG value based on
    Purchase group.
    Is there any tables? or function module?
    Please let me know .
    Thanks in advance.

    Hi,
        Please explain what do you want to do exactly..you are saying "I need to find Purchase ORG value based on Purhcase org, does any one can help.".!!!
       The FM "BBP_OM_DETERMINE_RESP_PGRP" gives you all the details for a Purchasing group i.e.the Purchasing Org to which it belongs to...You just need to pass the Purchasing Group details in IS_OBJECT..eg. O 50000077,then in ES_PURCH_DATA,You get the Pur ORG details.
    BR,
    Disha.
    Pls reward points for useful answers

  • Purchase group security in the create PO role

    Hi, What are other larger companies with multiple purchase groups across multiple plants, doing with purchase group in their create purchase order role?  Are you following the same practice for all the purchase order roles that include purchase group?
    Does anyone control the purchaser's access by purchase org, plant and purchase group or let them have all(*) for purchase group and follow business unit best practices.. We would potentially have 30 plus PO child roles per PO parent role for each plant if created by single purchase group access.
    tanks,
    Dawn Domina

    Hi,
    Follow the steps
    1. Go to "Personal Setting" Tab in PO
    2. Select "Default Values" menu
    3. In the PO Header section Select the Default Purchasing Group e.g. 000 initial
    Remember if the Purchasing group field is blank here then the Purchasing Group field will not appear in me21n transaction instead it will appear after you put relevant details like Material number and Plant. The purchasing group field is defaulted from Purchase Info record in such case. But you can always change it
    Regards,
    Niranjan

  • Purchase group

    Hi all,
    1. There is one scenario
    There 2 purchase groups and 10 materials. I want to restrict first 6 materials with first purchase group and remaining 4 materials by second purchase group?
    How to control above scenario?
    2. Kindly confirm, for one purchase organization how many schema group purchase organisations and how many pricing procedures possible to assign?
    Thnaks & Regards
    Ravi

    Hi Ravi,
    1.There 2 purchase groups and 10 materials. I want to restrict first 6 materials with first purchase group and remaining 4 materials by second purchase group?
    Enter the purchase group in the material master purchasing view and this comes default while creating PO. Also make this field display in the PO screen layout so that users will not be able to change this while creating PO.
    How to control above scenario?
    2. Kindly confirm, for one purchase organization how many schema group purchase organisations and how many pricing procedures possible to assign?
    For one purchase organization only one pur org schema group can be assigned. Based on the combination of schema group pur org and schema group vendor pricing procedures can be assigned. so number of pricing procedures that can be assigned to one pur org will be equal to the max number of vendor schema groups available.
    Regards
    Raja

  • Restricting MIGO by Purchasing Group

    Has anyone tried and found a way to restrict MIGO to particular purchasing group.  There appears to be a opportunity to leverage M_BEST_EKO however efforts thus far have not provided the desired results
    Regards,
    Eric

    Hi,
    You need to turn on the check proposal of the below objects in SU24 as YES to get them in Profile generator so that you can maintain the values for Purch. Grp.
    M_ANFR_EKG                Purchasing Group in RFQ
    M_BEST_EKG                Purchasing Group in Purchase Order
    M_BEST_EKO is for Purch. Org. and not for Purch Group.
    Regards,
    Dipanjan

  • Good news - find purchasing group in Extended classic

    Hello All,
    This is not a question. Just FYI.
    From SRM50 SP5, you do not need to program the BADI to find purchasing group in Extended Classic. Please cheek the note 944918 ECS: Find back end purchasing group as a responsible.
    Regards,
    Masa

    Hi,
       The link in my  previous reply refers to the use of BADI for changing the purchasing group in the SC to the correct value which is maintained in the SRM org Structure after the requirements are transferred  from R/3 to SRM.
      However in case of ECS(Extended classic scenario),w/o using the BADI you can ensure that the system always searches for a back-end purchasing group when determining the responsible purchasing group, that is, a purchasing group for which a relationship to a purchasing group was defined in the back-end system in the SRM organization management,details of which are given in the note 944918
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

Maybe you are looking for

  • Select-option in module pool  with table Control

    HI, How to use the select-option in Module Pool and how Can i use the Table control in it. Can any body give me some Clues. with rgds Ranjith

  • HT201318 I upgraded to 20GB storage which I don't want, how do I get a refund?

    I couldn't take any more photos on my iphone 4s as the storage was full so I upgraded, but didn't really want to pay £28.00 so would like a refund.  How do I go about it? Have tried various apple websited but can't seem to do it.

  • Launching Index Tuning Wizard from command prompt

    I have been playing with index tuning wizard and I could not figure how to launch it from command line (Manual says it can be launched via management console or oracle expert). DB2 and SQL Server provide executables which can be launched from command

  • Automatic pdf print from a servlet?

    Hi..I have a one servlet that displays a pdf file in the browser (IE). Under normal circumstance, the user would print the pdf from the Acrobat Reader toolbar displayed within the browser. Well now, the user wants to have the pdf file printed automat

  • When I sync my ipad 2 I get error message ipad could not be found

    When I sync my ipad photo's and tunes download onto my PC but before the sync is completed I get error message saying ipad can't be found. How do I complete the sync process. I have updated version of itunes but still have problem