Find purchasing org based on PO no.

Hi Guys and girls.
I am doing some changes to the sus PO smartform (standard form BBP_SUSPO) and one af the requirements is that the footer type should be determined by purchasing org.
But now I cannot find any tables where I can find the purchasing org based on the data that I have available in the form.
Could you please give me some hints? Table names or transaction codes?
Thx

Hi again
This table is not possible to use for me - we do not use the entire SRM system but only a small part of it for PO's to Vendors.
What I'm looking for is a table where the purchasing org can be found based on the purchase order.
I will be glad for any help you can give me.
/Karin

Similar Messages

  • Price based on Region (plant, purchasing org) in SRM-MDM

    Hi! Has anyone set up pricing based on plant or purchasing org successfully in SRM-MDM 2.0? I read somewhere that this is possible (comparsion between CCM and SRM-MDM) and I have tried it but didn't work and want to find out whether anyone has ever managed to do that?
    Cheers!
    SF

    As per confirmed by SAP this function is not available for SRM-MDM.

  • Report to find specific purchasing org in roles

    Dear Experts,
    I hope this is not a stupid question, I have searched the forums but cant find a similar post:
    I am looking for a report that will help me to identify all of my roles (we only use single roles) that contain a specific purchasing org.  I have tried SUIM and dont seem to get anywhere.
    Does anyone know if there is a report or table that I can use?
    Thanks you
    Dawn

    > Try table AGR_1251 with field $EKGRP for purchasing group . If you know the authorization object then you can input it while searching.
    How is looking for a field for a purchasing group going to help her finding specific values for a purchasing organization? (see post title)
    Besides that, why restrict on the object and risk missing stuff?

  • How to find the Org.key based on Job key and Org Unit.

    Hi,
      Please Let me know how to find the Org.Key based on the Job Key and org Unit.
    Regards
    nagendra.

    On recent ThinkPad, the Product ID Key sticker has been moved from the bottom of the unit to behind the battery.
    You need to contact Lenovo technical support directly to ask about recovery media.

  • 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

  • Purchase orders based on sales orders.

    Hello Experts!
    I am using MRP in order to create purchase orders based on my sales orders, thats the easy part. My problem is that i need to create a report matching the sales orders with the corresponding purchased orders created through the MRP wizard.
    Where can i find such a link between POR1 and RDR1? is there a way I can obtain such report?
    Thanks in advance.
    Best Regards.
    Javier.

    Hi Rakesh, thanks for your reply. Well i was trying to use the POR1.BaseType and POR1.BaseEntry in order to match them with RDR1.ObjType and RDR1.DocEntry, but POR1.BaseType and POR1.BaseEntry have NULL as their value.
    I thought creating orders using MRP was supossed to set the corresponding values to those fields. Is there any other way i can link a purchase order created via the MRP wizard to the base sales order?.
    Best regards.

  • Regarding Purchase Org at plant and company code level

    Hi MM Gurus,
    I am supposed to prepare an organizational structure,
    The procurement of raw materials is done centrally at corporate level,
    and other nonstock items are done decentrally at plant level.
    Is there a way we can design the organizational structure, based on material type.
    How to define a purchase org for different material.

    Hi,
    Purchase Organisations can be based on material type.
    purchasing org is where negotiations & vendor finalisation is done by the procurement team. this purchasing org is responsible for all material types.
    you have decentralised policy of procurement. raw material is managed at corporate level, centrally. and non-stockable, fast moving items are managed at plant level.
    You can have a individual purchasing org for each plant and assign it to them. a central purchasing would be assigned to all plants. You can keep the central purchasing org as reference purchasing org.
    when you want that the prices fixed by central pur org should be applicable to all plants, then you need to create contract (OLA) in reference pur org. this contract is applicable to other plants by default.
    Hope this answers your query.
    Anand

  • Table to link in b/w plant and purchase org for material?

    Hi Gurus,
    what is the table to link in b/w plant and purchase org for material?
    I want to know the materials available for particular plant and purchase org combination..
    thanks in advance..

    hi
    plz check that the materials are created on basis of PLANTS
    so u can get list of materials plant wise in MM60
    now this plants may be assigned to different P Org  ,so u have to find that PO to plant linkage
    if u need all this on one report then try to create a new z programme or use query writting
    regards
    kunal

  • Purchase org wise Vendor Balance

    Dear All ,
    We have a requirement where client wants to view purchase org wise vendor balance since we have two purchase org and vendor supplies to both the purchase org do we have a report where we can see the vendor balances based on purchase organization
    Regards
    Vikas

    Hi,
    Vendor balances : Go to T.code S_ALR_87012093 Or S_ALR_87012079 - Vendor Business and click on  Dynamic selections(Shift+F4) double click on  Business Area and put on the business area and save then Execute (F8)
    Customer Balances :  Go to T.code S_ALR_87012186 Or S_ALR_87012169 - Customer Sales and click on  Dynamic selections(Shift+F4) double click on  Business Area and put on the business area and save then Execute (F8
    Thanks,
    Raviteja
    Edited by: Ravi Teja.T on Jan 4, 2012 12:29 PM

  • Purchase order based on Purchase requisition

    Hello,
    Can someone tell me how can create a Purchase Order based on Purchase Requisition in transaction ME21N. In ME21 it is all right but in ME21N where is the option?
                    Best Regards
                             João Fernandes

    Hello Joao,
    When you open purchase order creation transaction (ME21N), you will find button "Document overview" click on that, it will open one column on the left side of the screen, click on colurful tree icon and it will display dropdown list from here select the Purchase requisition. This will take you to report for purchase requisiton so give your criteria and execute. You will get all open purchase requisition so just double click (or drag it to cart) on any purchase requisition it will copy in purchase order screen.
    or simply, input the purchase requisition number at item level.
    Hope this helps.
    Regards
    Arif Mansuri

  • Need BAPI or FM to clear purchase org from BOM for T-code CS02

    Hi All,
    Does anybody know about BAPI or FM for clearing purchase org from BOMThe transaction for the same is CS02.
    Thanking you.
    Best Regards
    Ravishekar.T

    Hi,
    Please try one of the below
    Enhancement
    PCSD0013 Customer-specific processing of an explosion for BOM browser
    PCSD0012 Customer - Mat. number/mat. number during material exchange
    PCSD0011 Knowledge-based order BOM, parallel update
    PCSD0010 Order/WBS BOM, determine explosion date
    PCSD0009 Order/WBS BOM, determine URL page
    PCSD0008 WBS BOM: Customer-specific explosion for creating
    PCSD0007 Check changes in STKO
    PCSD0001 Applications development R/3 BOMS
    PCSD0002 BOMs: Customer fields in item
    PCSD0003 BOMs: Customer fields in header
    PCSD0004 BOM comparison
    PCSD0005 BOMs: component check for material items
    PCSD0006 Mass changes user exit
    Business Add-in
    BOM_EXIT BOM User Exit
    BOM_IPPE iPPE Checks Within BOM Maintenance
    BOM_UPDATE Maintain BOMS
    CEWB_BOM_CUS_FIELDS EWB: Customer Fields with BOM Header (Screen Enhancement)
    CEWB_BOM_UPDATE Check Bill of Material on Saving
    CEWB_ITM_CUS_FIELDS EWB: Customer Fields with BOM Item (Screen Enhancement)
    Best Regards,
    Krishna

  • Created purchase order based in drafts

    I need help, I want to create purchase order based in drafts.
    Has somebody any sample in SDK??
    Thanks.

    Hi Santiago,
    Please see your Help Filesprovided with the SDK:
    DI-API > Reference > Overview > Objects > Documents. Below on that page you'll find a nice link to the sample below. Replace the <i>vDrafts.DocObjectCode = oInvoices</i> with order and you're set.
    Hope it helps,
    Rowdy
    <b>Code (VB from the Help File)</b>
    Sub AddInvoice_Click()
        Dim RetVal As Long
        Dim ErrCode As Long
        Dim ErrMsg As String
        'Create the Documents object
        Dim vDrafts As SAPbobsCOM.Documents
        Set vDrafts = vCmp.GetBusinessObject(oDrafts)
        'Set values to the fields
        vDrafts.DocObjectCode = oInvoices
        vDrafts.CardCode = "BP234"
        vDrafts.HandWritten = tNO
        vDrafts.DocDate = "21/8/2003"
        vDrafts.DocTotal = 264.6
        'Invoice Lines - Set values to the first line
        vDrafts.Lines.ItemCode = "A00023"
        vDrafts.Lines.ItemDescription = "Banana"
        vDrafts.Lines.Quantity = 50
        'Invoice Lines - Set values to the second line
        vDrafts.Lines.Add
        vDrafts.Lines.ItemCode = " A00033"
        vDrafts.Lines.ItemDescription = "Orange"
        vDrafts.Lines.Quantity = 1
        'Add the Invoice
        RetVal = vDrafts.Add
       'Check the result
        If RetVal <> 0 Then
            vCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        End If
    End Sub

  • Purchase Org Missing error

    Hi All,
    we have the Purchase group & Purchase Org maintained in the Purchase org structure (ppoma_bbp) but when creating shopping cart i'm getting the following errors
    1- purchasing org for follow-on doc missing
    2- purchasing group O xxxxx(org unit ID of Pur group) not assigned to Purchase Org.
    3- no purchasing org exists.
    does anyone have any idea on this. appreciate any help on this.
    Thanks

    Hi
    Which SRM version are you using ?
    When are facing these errors ? Please elaaborate with details.
    <u>Please go through the links below -></u>
    Redistribute workload to a Purch.Group in another Purch.Org ? :-(
    Re: Purchasing group from external requirements
    Re: pruchase org value based on purchase group?
    Re: No Follow-on Documents created
    FOLLOW ON DOCUMENT NOT CREATED ( ERROR IN PROCESS)
    Do let me know.
    Regards
    - Atul

  • To find purchasing organisation for material

    Hi Experts,
    Sounds quite a trivial query but i really could not find the way out to link material with purchasing organisation.
    Please note that we do not want to use Puchasing Info record tables. This is so because requirement itself says automating the PIR creation process through ME11. and for that we need to filter out materials which have a specified Purchasing Organisation.
    Now you may ask a question as to how Purchasing org is maintained on the very first place. This has been created via provision in ISR webform for creating material.
    I hope i have made my query clear enough. Seeking your expert advise on the same.
    Thanks,
    Shreya

    Hi,
    I think  you can not find Purchase organization for a material as one maerial may come from multiple purchase organizations
    (However it depends on the Buisness process) but you can find purchase ogranization with material and plant combination.
    Regards
    Bikas

  • SRM Purchasing Org Structure

    Hi,
    I'm in ECC 6.0 with SRM Server 5.5 as an add-on. I need some help in the area of Organization Structure.
    1. In SRM config (PPOMA_BBP)I defined a Org Node for Company code. Then assigned it to a company. Then I defined a Purch. Org and attached a Purchasing Org (MM) to it. Then I defined a Purchasing Group and attached it to a Purchasing Group (MM). All these 3 entitities are defined as Org Unit (type 'O'). Then I link HR Purchaser to SRM purchasing group by relation 'is purchaser of'.
    Am I correct?
    Business partner is automatically created for Purchasing Org but it did not get created for Company and Purchasing Group. Is it correct?
    I could not see the shopping cart. So I did a debug and findout that SRM is trying to find a Business Partner (BP) for the Purchasing Dept (Org Structure in HR).
    So can anybody throw some light into this Organization Structure stuff?
    Thanks
    Deb

    Hi Guys,
    In addition to my message above, I'm adding the error below so that somebody can better understand the issue here.
    Information on where terminated
        Termination occurred in the ABAP program "CL_BBP_ES_EMPLOYEE_MYS========CP" -
         in "IF_BBP_ES_EMPLOYEE~GET_RL_UNIT_IDS".
        The main program was "SAPLBBP_SC_UI_ITS ".
        In the source code you have the termination point in line 45
        of the (Include) program "CL_BBP_ES_EMPLOYEE_MYS========CM008".
        The termination is caused because exception "CX_BBP_ES_INTERNAL_ERROR" occurred
         in
        procedure "USER_DETAIL_GET" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLBBP_SC_APP "; its source code begins in line
        6 of the (Include program "LBBP_SC_APPF35 ".
    =========================================================
    return parent org.-units of all paths
      SORT lt_struc BY seqnr.
      LOOP AT lt_struc REFERENCE INTO lr_struc WHERE otype = 'O'.
        IF lv_level IS INITIAL.
          lv_level = lr_struc->level.
        ELSEIF lv_level <> lr_struc->level.
          EXIT.
        ENDIF.
        ls_rl_unit-otype = lr_struc->otype.
        ls_rl_unit-objid = lr_struc->objid.
        ls_object-otype  = lr_struc->otype.
        ls_object-objid  = lr_struc->objid.
        CALL FUNCTION 'HR_OBJECTBUPA_GETBUPA'
          EXPORTING
            is_object               = ls_object
          IMPORTING
            es_hrobjbupa            = ls_rl_bupa
          EXCEPTIONS
            object_type_not_allowed = 1
            OTHERS                  = 2.
        IF sy-subrc <> 0
        OR ls_rl_bupa-bupaguid IS INITIAL.
          RAISE EXCEPTION TYPE cx_bbp_es_internal_error.
        ENDIF.
        ls_rl_unit-guid = ls_rl_bupa-bupaguid.
        APPEND ls_rl_unit TO rt_reportingline_unit.
      ENDLOOP.
    ENDMETHOD.
    Thanks
    Debashish

Maybe you are looking for

  • Down payment to recipient 28000437 0 area 01 amount 575.50 not cleared in

    IN CJ88 Down payment to recipient 28000437 0 area 01 amount          575.50 not cleared Message no. AW605 Diagnosis All downpayments were not cleared for the asset under construction for the receiver 28000437 0 in area 01. An amount of          575.5

  • Preview screwing up fonts in pre-existing document

    Preview is wreaking havoc with pdf documents by substituting fonts and deleting characters from the beginnings of occasional lines. This substitution takes place on saving a file after collecting together, or removing, unwanted pages. The pdf files a

  • Kerning problem with diaeresis

    I've set up a Flash web gallery in Lightroom 2 and am having trouble with one of the slide titles. It's a name (Laëtitia) that contains a diaeresis (ë). This displays fine in the title field in the Library module but when it appears as a web caption

  • HCM formps and Process - Get Process description

    Hi Experts, Im using HCM forms and process for Leave request. My problem is, Employee initates leave process in portal. If he choosed Annual leave in the form means, Hr clerk is the approver and is employee apply a Emergency leave then HR Manager is

  • Queries slow since truncate & imprort

    Hello everyone, We truncated a table then re-imported the data. Now our queries in Forms 6 are VERY SLOW. All other forms are fine. We haven't changed the form at all. Our index's seem the same, but are they still working? Is this because our data is