Which Table for linkage between Opportunity and Campaign

Hi,
can anyone tell me the database table which links Opportunity´s and Campaigns?
The campaign number is shown in Opportunity in the following field:
Structure  CRMT_5010_1O_UI       
Field name CAMPAIGN_HE_ID    
Thanks for any hint!

the above is right... but you would not find the objects directly.  opportunity and campaign would be identified as Role A & B in table srelroles.  
The object guid, logical system and business object type forms a unique identifier for an object and defined as a Role.

Similar Messages

  • Table for linkages between(functional location) FL5 & Equipments

    Hi Gurus
         Please can you tell me Table for linkages between(functional location) FL5 & Equipments
    regards
    Krish

    Have a look at view table V_EQUI
    PeteA

  • Table for relation between WIP and Production Order

    Dear All,
    Please provide me table having relation between Production Order Number and WIP for it.
    Regards,
    Sachin

    http://www.sap-img.com/
    Free ABAP eBook Download
    SAP MM, SD, FI, PS, PP, PM, HR, System Tables
    Regards,
    Rajesh Banka

  • Which table for "Freight" in PO and SO or AP Invoice, AR invoice

    The system PO did not have Freight in the PO, which table has Freight for PO, SO, AP Invoice and AR Invoice?

    Hi Lily,
    ->> Open the Require Document PLD.
    ->> Add the New Repetetive Area on PLD.
    ->> Create 1 Database field and 1 System Variable field in (new)Repetetive Area.
    Database field is Freight Name.
    Table -> OEXD - Freight Setup.
    Column -> ExpnsName - Name.
    System Variable field is Freight Amount (Freight Charge).
    Variable - 119
    Regards,
    Madhan.

  • Wich is table for match between Infoprovider and update with technical name

    Thanks in advance!
    Bye!
    Ferdinando

    Hello ,
       You can check table --> RSUPDINFO table for Update rules with tech ID between Cube and InfoSources.
    and other ref tables are --> RSUPDROUT / RSUPDDAT / RSUPDKEY /
                --EnjoySAP
    **Award credits if you are done with my answer

  • How to find table having relation between opportunity and activity

    Hi All,
    I need to develop an ABAP report where when the user logged in runs the report. The report finds all opportunities to which the logged in user is the sales representative and find out the number of activities attached to the opportunity.
    Only completed activities should be counted. Show the count of the activities based on their category.
    The output should be in form of an ALV where the columns are:
    1) Sales representative
    2) opportunity number
    3) count of call tasks
    4) count of quote tasks etc.
    I need to cross check as to what categories are available to follow up tasks(BUS2000125) to an opportunity(BUS2000111) and based on that add or remove the columns specifying the count.
    Here
    1. How can I find out opportunity data associated to logged in user?
    2. How to get activity data related to opportunity?
    Thanks,
    Anup Garg

    done

  • Reg; Table for link between plan and sales organization for a material

    Hi,
    I created a material for two plants and maintained one sales org, now i wnt to know the table to find the link betwen plants and sales organization wtih respective materials.
    Pls Help me......
    Thanks,
    Anto.

    hi,
    check tables MVKE, MARC and MARC...
    You can view them in SE16/SE11 tcode...
    Regards
    Priyanka.P

  • Table for link between Accounting document and Billing document

    Which is the table for link between Accounting document and Billing document ?
    Thanks & Regards

    Ø Go to SE16N, enter table BSAD
    Ø In the Reference Field (VBELN) enter the Billing Document no. 
    Tips:
    Ø Make sure that only those billing documents will be considered whose accounting documents actually exists
    Ø No Accounting documents will be displayed for Credits, Free of charge orders and those acc. Documents which have been cancelled.

  • How to achieve that "SELECT * FROM table WHERE age BETWEEN 18 AND 23 AND n"

    How to achieve the SQL like that "SELECT * FROM table WHERE age BETWEEN 18 AND 23 AND name = 'Will' " with BDB C-API
    The primary key in the primary database is 'age' ,and the secondary key in the secondary index is 'name' ,in a lot of examples ,there are all simple , but how to do that complex one.thx~

    but this means that the prepared statement is created
    each time I call my method and so I'm not sure that
    the optimizer will find it easy to cope with.You are right, the optimizer won't find that easy to deal with (presuming that is even relevant for your driver/database.) But most optimizers won't do anything with statements that change and that is what you are doing.
    You could create several prepared statements which have a common number of bind variables. For example 10 statements with from 1 to 10 bind values. This will work if most of the queries use those.

  • Which table i can get BED and ECS+SHEC values

    Hi all
    which table i can get BED and ECS+SHEC values and how i link to PO number..
    plz help me
    thanks
    ramesh

    Hi
    please search before you post the question ,
    this query is discusssed many times in the forum
    [Searching|http://lmgtfy.co/?q=sapexcise%20table]
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise

  • Which table stores all development class and names of programs

    Hi All,
    can any one tell me which table stores all development classes and programs we made.

    thanks for the answer , i got info also.
    TADIR is also one table in which you can find out the prog names and dev class.
    check table for dev class is TDEVC.

  • Reference Library for Converting Between LabVIEW and XML Data (GXML)

    Please provide feedback, comments and questions on the Reference Library for Converting Between LabVIEW and XML Data (GXML) in this thread.
    The latest version of the NI GXML Library is availble in VIPM on the NI LabVIEW  Tools Network repository.

    Francesco, Thank you for the feedback.  With this component it was my intention to make a more "terse" version of the LabVIEW Flatten to XML VI that was also supported on RT and that gave the user more flexbility regarding the structure of the parsing type definition. I think you are right that the XML parser is not compliant to section 2.11 of the XML spec.  The parser does specifically looking for a #D#A and this appears to be an oversight on my part.  Please confirm for me, the specifcation is saying that the XML parser should be able to recognize three possibilities as an "end of line" character: #D#A, #D, or #A.  Am I reading this right?There are more efficient (and in some cases much more efficient) ways of sharing data between LabVIEW and LabVIEW: some examples are flattened binary strings and the datalog binary format.  XML is slower than these optons but the upside is that it is human readable.  Furthermore XML is inherently hierarchical which is convenient for complex data structures like clusters of arrays of clusters, etc.  If you don't care about human readability then you are correct XML doesn't make as much sense.I will return to the GXML source code and try to fix this in the near future but I would hope that instead of creating yet another custom VI from scratch that you could reuse what I have provided for you.  I included enough documentation in the source code so that users could make some modificiations themselves. The target application for this reference library was LabVIEW to LabVIEW communication.  As such I documented the schema on the dev zone document from a LabVIEW perspective.  It includes all the supported datatypes and all the supported data structures (cluters, arrays, multidimensional arrays, clusters of multidimensional arrays, etc.)  I do see some value in making a more conventional XML spec but the time investment required didn't really line up with my intended use case. Were there any other downsides to GXML that I have missed?  Best Regards, Jeff TippsSystems Engineer - Sound and VibrationMessage Edited by Jeff T. on 04-21-2010 10:09 AM

  • Table line discrepency between LiveCycle and Adobe

    I'm experiencing differences in my project with table lines. I've ensured my lines meet up in the LiveCycle Preview PDF view. When my form is applied to our environement and viewing in Adobe Acrobat the table lines are off. See images provided where issue occurs in the tables for questions are 6d and 6e. I've also noticed when I increase the view size in Acrobat from 100 to 150% the issue goes away. Weird stuff. Any help would be greatly appreciated. I'm operating LiveCycle ES3 along with Adobe Reader 11.0

    Dear Abhijit,
    Thank you for your advice but unfortunately I see that it is not maintained for this warehouse but the issue is we have 2 Batches which have gone thru same movement types like 411 and 344 and both belong to same warehouse. For both the batches all the dates are been maintained related to SLED in MSC3n and the production dates. One is appearing in LX27 and the other is not appearing.
    So after our analysis we understood that LX27 is dependent on LQUA-VFDAT but we are not very clear how this data is been filled in this table particularly any specific Transaction thru which it is filled for the first time.
    Appreciate your quick reply on this
    Regards
    Gubba Mahesh

  • Linkage between PR and Outline agreement

    Hi All
    Is there any linkage between PR and Outline agreement
    If not how this link can be created in SAP
    Suppose User raise PR after that the Contract is raised and has to be released at both levels
    That is at PR level also and at OLA level also it has to be released, Is there any setting that i want to release PR and the Corresponding OLA(Contract) i dont want to have the release strategy.
    BAsically i just want to have the approval strategy at PR level only.
    Also i want the link between the PR and against this PR the OLA created to be displayed in PR.
    How it can be handled
    regds
    shailesh

    Hi arminda
    I have created PR and w.r.t this PR i have created Contract
    Now in PR in ststus tab i can see that contract created but i cant see the Contract doc no (Aggreement)
    Where as when i create PO with ref to Contract.....in this case also i m not able to see the PO created for the particular purchase requisiton.
    What can be the possible reason
    Whereas in case 2 if i create PR and then Contract
    then i am creating PO w.r.t Contract..............also  i m mentioning PR then it creates the link with PO in PR.. and i can see the agreememnt no also
    How to create the link in the above mention case..
    Is there any solution so that when i create PR after that Contract is created the that contract no should appear in PR
    regds
    shailesh

  • Which table contains both company code and Plant

    HI,
    Which table contains both company code and Plant?
    which table contains Purchase requisition number and Company code?
    Please help me.

    plant and company code <b>marc</b>
    MANDT     MANDT     CLNT     3     0     Client
    MATNR     MATNR     CHAR     18     0     Material Number
    WERKS     WERKS_D     CHAR     4     0     Plant
    Purchase requisition number and Company code in <b>ekpo</b>
    MANDT     MANDT     CLNT     3     0     Client
    BANFN     BANFN     CHAR     10     0     Purchase requisition number
    reward fi usefull

Maybe you are looking for