Link between business transactions in CRMD_ORDERADM_H

Hi,
Could you please help me with a table/tables that contains link between different business transactions.
For example, if I need purchase order associated with an invoice?
I know that CRMD_ORDERADM_H contains information regarding both purchase order and invoice.
I can use Transaction Code bbp_pd, however, I need the underlying tables.
I will use this information to pull data from SRM to BW.
Thanks,

Hi,
Instead of using SELECT statements,you cna use standard Function modules to fetch the required data.
e.g.To get all the details for a PO,you can use the FM "BBP_PD_PO_GETDETAIL".
In the export parameter,table "E_HEADER_REL",you can see the follow on documents details for the PO.
Hope this helps.
BR,
Disha.

Similar Messages

  • Link between Business area and Material master

    Hi guys
    Is there a link between Busines area and material master, i am getting an error when I am trying to Move part of material stock from unrestricted stock to Project stock by 411/Q.
    Error
    Business area xx changed to yy
    Ideas?
    sam

    Hi
    Yes Business area has a link with MMR
    Business area determination is through by three rules
    1. Plant and item division
    2. Sales area( sales orgdistribution channeldivision )
    3. Sales org, distribution channel and item division
    Here item division means the division in MMR that is basic data 1 tab and sales org 1 tab
    This division field forms the main link between Business area and MMR
    Regards
    Raja

  • Link between Business & sales area

    Hello Experts,
    My requirement is to get table thru which i link between Business area & Sales  area ( Sales Org,
    Distribution Channel & Division).
    Pls suggest.
    Ravi

    Hi Ravi ,
    look out this table ,
    VBUK   Header Status and Administrative Data
    VBAK   Sales Document - Header Data
    VBKD   Sales Document - Business Data
    BSEG  Business Area
    Regards ,
    Swapnil

  • Link between business palce and g.l a/cs

    Dear All,
    what is the link between business places ,g.l accounts and plants.
    For example. I have three plants and same tax codes used for all plants. I have defined in FS00 different G/L number for every plant as per below,
    For plant #1 - ESA - 101, ESE - 102, VSE -103
    For Plant #2 - ESA- 201, ESE-202, VSE-203
    For Plant #3 - ESA- 301, ESE-302, VSE-303
    And assume gl is assigned in OB40 (w/o tax code combination) as,
    ESA-101 , ESE - 202 , VSE -303 .
    While doing miro for what ever plant, it's going and set on appropriate plant g/l nbrs based on trns. key. pls tell me how a/c determination process flows automaticaly to the exact plant wise.
    regards,
    balu.k

    This is dependend of your settings:
    Have a look in: OBYC
    You can make a split by:
    - Valuation modif
    - general modificator
    - Valuation cl
    When there is a 1:1 link with your plant you can make this split
    Wy you want to have plants?  When you assign a profit center to you materials you can get the same information in PCA and then there is no need to set up all these split accounts
    A plant is nothing in FI/CO

  • Link Between Business Object and Transaction

    <b>How is Business Object linked to transactions?</b>
    For example, how is business object BUS2032 (Sales order) linked to transaction VA01 (Create sales order)?

    Hi Ben,
    I'm not sure that you link a business object and a transaction code explicitly. Normally in the business objects methods you have coded what transaction code should be called. Therefore if you use the methods of the business objects it then knows what transaction to call.
    Conversely on the workflow side you will find that down in the depths of the coding for VA01 (as an example) it calls workflow function modules and raises events. When doing so it provides the business object id and key to the business object (i.e. the sales order number). Indirectly I guess the change documents that are raised for most things in SAP like sales documents are uniquely identified and therefore can also be translated to the business object key (e.g. sales documents will have their own change document type).
    A brief example in my 4.6c system can be found in include LIEDPF4C in the form finsta_kontoauszug_buchen with a call to function SAP_WAPI_CREATE_EVENT. You see the the parameter "object_type" has a variable passed to it "objtype_finsta". If you drill back on objtype_finsta you see that is hardcoded to the value BUS4499.
    I guess you could say the developer of the business object knows what transaction codes the business object should use and the developer of the code in the transaction code knows what business objects he should be raising events for if necessary.
    Hope this helps.
    Regards,
    Michael

  • Configuration Key link with Business Transaction

    Hi Frds,
    Where can we identify the Business transaction type link with the configuration key. I am looking at code place prospective not by pressing f2 in the UI.
    Please suggest.
    Thanks
    Imran

    Hi,
    you can get configuration details usinf class cl_bsp_dlc_configuration2
    Take configuration in DO_CONFIG_DETERMINATION
    DATA: lr_my_window     TYPE REF TO cl_bsp_wd_window,
    lr_configuration TYPE REF TO if_bsp_dlc_config_appl,
    lr_configuration_c TYPE REF TO cl_bsp_dlc_configuration2.
    lr_configuration ?= me->configuration_descr.
    from lr_configuartion you can get attributes OBJECT_TYPE,OBJECT_SUB_TYPE
    lv_object_type = lr_configuration->get_object_type( ).
    lv_obj_subtype = lr_configuration->get_object_sub_type( ).
    COMPONENT_USAGE you can get using window
    lr_my_window = me->view_manager->get_window_controller( ).
      IF lr_my_window IS BOUND.
        lv_usage_name = lr_my_window->get_component_usage_name( ).
      ENDIF.
    ROLE you can get using class cl_crm_ui_profile
    DATA : lv_profile TYPE REF TO cl_crm_ui_profile,
                   lv_role TYPE string.
            lv_profile ?= cl_crm_ui_profile=>get_instance( ).
            lv_role = lv_profile->if_crm_ui_profile~get_profile( ).
    Regards,
    Deepika.

  • Relationship between 'business transactions', SAP LUW, and tRFCs?

    Here's what (I think I know:
    - A 'business transaction' is a set of (dialog) steps that have the same 'transaction ID.' I can see the steps of a business transaction in STAD or STATTRACE.
    - An SAP LUW is a set of steps that are a single unit of work.
    - Function calls started with a tRFC are started in a new SAP LUW.
    The questions are:
    - Does an SAP LUW correspond 1:1 to a business transaction?
    - If so, then tRFC spawns sub-transactions. Is there a way (using STAD or STATTRACE) to see, the parent-child transaction relationship? To see which transactions spawned which sub-transactions?
    Thanks.
    Tim

    This was a duplicate post.
    Please post replies to [this thread|Open Hub 3rd party tool - API not returning data table;.
    Thanks.
    Tim

  • Link between Business partner and contact class...

    Hi,
    I'm looking for a link between BP and BCONTD-CCLASS, BCONTD-CTYPE, BCONTD-F_COMING and so on...  ? is there a  way to make a simple report that shows i.e. all BP linked with contact class? Please guide and many thanks in advance.

    HI,
    You can use table BCONTAT .
    BCONTAT - CCLASS = BCONT-CCLASS
    I would suggest you can explore all tables for BP contact by using search help  BPCON* in SE11.
    Hope this helps

  • LINK BETWEEN BUSINESS AREA AND MATERIAL NUMBER

    Hello EXPERTS,
    I have a report based on a custom table .The custom table contains company code, materials and their date run as primary keys.
    In the selection screen I am having one field business area, based upon the value entered in the selection screen in business area field I have to retrieve the corresponding materials.
    I want to know the relation between business area and materials ( resp. tables and primary keys)
    Plz any one guide me on this ...
    SRI

    hi ARS,
    Can u be more specific
    based upon the business area I have to retrieve materials... the report which I generated is based upon only one custom table.  In selection screen I am having business area field but it is not existing in the custom table...
    can any one guide me to solve this problem...
    SRI

  • SolMan - link between Business scenario/process in solar02 and CR/CD

    Hello Solman experts,
    I would like to know more about the possibility to link BP structure in solar02 with Charm (CR/CD you create).
    I know we can create a standard incident directly from the BP structure of solar02 or we can add a link to a standard incident message in the tab "incident/messages,
    but we only use a customed version of charm (CR/CD... no incident) and we would need to
    - either create CR from the business process structure in solar02
    - or to create it as usual via our Z transaction Z_charm_create and then to add a link in solar02 in a tab to the CR/CD created in charm.
    We indeed need to have a link for reporting purpose between our BP structure and the change document/change requests/TR.
    Could you help me?
    Thanks in advance,
    Alice

    hi
    i hope you are missing something
    To assign structure elements from a project, choose the Project pushbutton and select the required project.
    The system creates the root node Projects and also the subnode Structure Objects automatically.
    To assign structure elements from a solution, choose the Solution pushbutton and select the required solution.
    The system creates the root node Solution. Click the Solution node with the secondary mouse button and
    choose Add and then Structure Objects. The system creates the subnode Structure Objects
    pls again chk this
    [https://cw.sdn.sap.com/cw/docs/DOC-30423?treeid=DOC-8303|https://cw.sdn.sap.com/cw/docs/DOC-30423?treeid=DOC-8303]
    But if this case only sp22 above, try with frederico's advise.
    jansi

  • How to find link between Business partner and Org unit in Solution manager

    Hi experts,
    Please!!!
    I have a requirement where my rule finds business partner assinged for that support team and in transaction ppoma_crm we have org unit assigned to that business partner number below that we have positions and user assigned...
    I can find business partner for the transaction now i need to find the org unit for the assigned business partner so i could use for agent determination in workflow.
    Thanks and Regards
    Annamalai

    do you know? ... the structure is like this... i have orgunit then a position to it and then i have assigned a business partner which is with prefix CP... i m not seeing the users assigned to it so my workflow doesnt get triggered if i use this org unit..
    regards

  • No link between business system and technical system.

    hi all....
    SLD on the Integration tab of the business system, there appears to be no link to the technical system assigned to that business system. But if you go to the technical system, you do see the correct business system.
    regards,
    KRUSHI

    Hi KRUSHI,
    If you are using an SLD of Version 700 with Support Package Level 12, it is a display bug of SAP XI. Import patch 01 of the software component LIFECYCLE MGMT TOOLS 7.00 with Support Package Level 12, it will be solved.
    For detail, please refer to Note 1068841 - SLD: Error in business system user interface.
    Regards,
    Nick

  • Re : Business transaction category & Leading transaction category

    Hi All,
    if any one could differentiate between Business transaction category and leading transaction category, kindly give examples.I understood there is two business transaciton category( sales & business activity) for Standard sales order, please explain why we need two business transaction category here.
    Regards,
    Sathish Prabhu.R

    Hi Sathish,
    The leading business transaction category is merely a preference. For example, A transaction with the business transaction categories 'sales' and 'business activity' would be more likely to have 'sales' as a leading business transaction category than 'business activity'. In the locator for transaction processing, a transaction with this transaction type would be displayed as a sales transaction, not as a business activity. For example,When creating a business transaction type "standard order", you would choose Sales as a leading business transaction category. You could however also assign the business transaction category Activity.
    Best Regards,
    Vishant

  • Difference between business activity and service process in transaction

    Hi Friends,
    Can anyone explain me  the difference between business activity and service process in transaction category of service desk
    Thanks & regards,
    Shanmugam Balamurugan

    Hi,
    Activity means e.g.. sales call, customer visit etc.
    But service process means after you sale your product if some service related issue arrives then that is taken care by this transaction.
    Inspire by rewarding.
    Regards,
    Nikhil

  • How can i define the same business partner as Vendor and Customer and link between them

    Hello Professionals,
    I want to define the same business partner as customer and vendor and link between them,
    How can i do this in SAP B1?
    Thanks in Advance,

    Hi Karem
    Our Account People doing like this only in my company. 
    If you Raise A/R Invoice means customer list only show in Business Partner List.
    If you Raise A/P Invoice means Vendor list only show in Business Partner List
    We Follow different Code for Customer and Vendor as show below.
    for Vendor  = Code Starts with V0001
    for Customer = Code Starts With C0001
    With Regards
    Balaji

Maybe you are looking for

  • PDF form submission problem - works in Acrobat and Reader, but not when embedded in browser

    Hello everyone, I am trying to submit a PDF form to an application server. To do this, I added a "Submit" button to the PDF, configured the server's address and submit format, and tested the button. I opened the PDF in Acrobat Pro, clicked the button

  • Minimum shelf life and delivery completed indicator at GR

    Dear Gurus, I have two questions: 1. As per my knowledge minimum shelf life is "minimum number of days for which the material must be keep for GR to be accepted" , (i.e. if it is 10 days the material should accepted for GR only after 10days of produc

  • When will the next ESR release be available?

    Hi - I am writing some GUI based code and plan to release towards the end of the year. I imagine that a new FF ESR will be available by then. When will the new version of FF ESR be available so I can try and ensure that we test our GUIs using it? Tha

  • "Cannot Get JDBC Connection for external changed actions"

    Hi, When I start Planning 9.3 server using tomcat, keep getting this error. I checked the configuration and is okay. Stopped and Started shared services and same result. Does anybody has had this message and got around..I have Hyperion System 9 9.3.0

  • Wireless controller 5500 and aironet 1142

    We have a wireless controller 5500 at a hub site.  The remote sites are running the aironet 1142 wap in controller mode.  We configure dhcp option 43 at the remote isr's and the 1142 remote site waps's join the controller's as they should.  The 1142'