Relation between tables BSEG and COEP

Hi,
I am developing a report where I want to know the relationship between BSEG and COEP or COBK table is there any field or other way to know.
Thanks in Advance.
Regards,
Kiran

BSEG contains is the line items of the Accounting Docs ( header is BKPF) . This are primary costing data.
On the other hand COEP is the line item data for secondary costing data. COBK is the header table for COBK.
Though you will find BELNR in both BKPF - BSEG and COBK-COEP, but if you look at the data elements, they are BELNR_D and CO_BELNR respectively.

Similar Messages

  • Link between table BSEG and BSET

    Helo All.
    Can you please tell me what is the link between tables BSEG and BSET in FICO?
    Regards

    Hi
    Please check below thread Ramesh answerd for same query
    Relation between RSEG Table and BSET Table
    Thanks,
    Syf

  • The relation between table mbew and mbewh

    MORNING!
      I wanna know the relation between table mbew and mbewh.
      I finded some materials in table mbewh have total valuated stock , but these materials don't have value .
      Thanks a lot !

    Hi Roy, please check this link.
    http://www.sapfans.com/forums/viewtopic.php?p=4330&sid=a1b0e2c950bb90aa410b796d9ce0a13c
    REgards,
    Rich Heilman

  • Relation between Table Type and CLOB

    Hello ALL,
    I am calling a procedure whose out parameter should be CLOB.
    I am getting the output into a out parameter of type TABLE.
    So how do we assign the table type data to CLOB variable.
    Please let me know.
    Kind Regards,
    Kumar.

    I presume you want to go through a pl/sql collection and agglomerate its contents to a clob. If so, this should give you teh general idea...
    SQL> create or replace procedure table_to_clob
      2    (  p_owner in varchar2, p_glom out clob )
      3  as
      4      l_ntab strings;
      5      c clob;
      6  begin
      7      dbms_lob.createtemporary(c, true);
      8      select table_name bulk collect into l_ntab
      9      from all_tables
    10      where owner = p_owner;
    11      for i in l_ntab.first()..l_ntab.last()
    12      loop
    13          dbms_lob.writeappend(c, length(l_ntab(i)), l_ntab(i));
    14      end loop;
    15      p_glom := c;
    16  end;
    17  /
    Procedure created.
    SQL> var lc clob
    SQL>
    SQL> exec table_to_clob(user, :lc)
    PL/SQL procedure successfully completed.
    SQL>
    SQL> print lc
    LC
    SEARCH_NOSGFP1P2GCENTITIESDOMAINSSHIPPINGSHIP_STATUSTSTADR$MYINDEX$IDR$
    SQL>Cheers, APC
    blog: http://radiofreetooting.blogspot.com

  • Linking table BSEG and PA0001 to display PA0001-SNAME

    I am working on a report where I am facing problem with field length compatibility.
    I have to pass value of field BSEG-HZUON to PA0001-PERNR and display SNAME in the output.
    But the field length of HZUON and PERNR does not match each time, hence SNAME is displayed as blank in the output for these cases.
    Please suggest a solution to this problem or possibility of using some other field as a linkage between tables BSEG and PA0001.

    Hi,
    Yes, you are right. You can not link based on these fields.
    Possible solutions:
    1. Within a SELECT and ENSSELECT on bseg
        move hzuon to a workfield
        SELECT on pa0001 using the workfield
    2. SELECT all BSEG data into an internal table (with an additional field PERNR)
        Loop over the internal table filling the pernr.
        SELECT all PA0001 data into an other internal table with the FOR ALL ENTRIES
        Combine the internal tables.
    Succes.

  • Relation between different GUID and tables in RPM

    Hi All,
    can you tell me the relation between different GUID and tables in RPM. Many thanks.
    Regards,
    J B

    Hi Deepesh,
    Try the foll. join :
        SELECT  fragment_guid  INTO  (some internal Table)
             FROM  comm_pr_frg_rod
             WHERE  product_guid  = (your product guid list)
    This should give u a complete match of the products.
    Hope this helps.
    Regards,
    Raviraj

  • Is there any table for relation between batch number and valuation type ?

    hi,
    I would like to know where i can find relation between batch number and valuation type ?
    thank you and Best regards
    Fernand

    Hello
    MCHA

  • Relation between GL Account and Invoice?

    Hi Experts,
    I am working with the FI reports for the first time and I do not have any idea on FI functional flow. I have some basic questions like
    What is the Relation between GL Account and Invoice?
    When will an Invoice be posted into BKPF, BSEG, BSAD, BSID, BSAK and BSIK? Is there any field in these tables which gives the Invoice number against which a GL Account is created?
    For example if I want to calculate " no of vendor invoices without PO how can I do that"? How can I know what are vendor invoices created against a PO or without PO?
    Thanks for any help in advance and I am bound to reward points.
    Sri

    <b>What is the Relation between GL Account and Invoice?</b>
    SAP's Glossary for GL Account is
    "A structure that records value movements in a company code and represents the G/L account items in a chart of accounts.
    A G/L account has transaction figures that record changes to the account during a posting period. These figures are totals that are used for G/L reporting."
    In accountancy, an account is a label used for recording and reporting a quantity of almost anything. For example when a company pays salary to its staff, They debit Salary account. This is to identify what is the nature of an expense.
    An invoice is a message to the buyer of goods or services that contains, among other things, Name of the goods or services, Quantity sent, & Remuneration due.
    Invoice is also a SD document used to charge a customer for a delivery of goods or for services rendered.
    <b>When will an Invoice be posted into BKPF, BSEG, BSAD, BSID, BSAK and BSIK? Is there any field in these tables which gives the Invoice number against which a GL Account is created?</b>
    If it were a vendor invoice. (i.e you purchase items or service and recieve invoice)
    Invoice get posted to the tables once someone makes a Logistics Invoice verification through t-code MIRO etc. The teble RBKP gets the first posting.
    If it were your own invoice to your customers, then VBAK and VBAP get the posting.  The connectivity of tables are available in http://www.erpgenie.com/abap/tables.htm As far as SAP is concerned an invoice is a document, so you can only trace invoice as a document number, field name is usually BELNR. Even if a vendor invoice arrive, an internal invoice number is generated where the vendor invoice is entered only as a reference field. This is because, each vendor can have inovices of different size and pattern.
    <b>How can I know what are vendor invoices created against a PO or without PO?</b>
    For a purchase order you can find in table EKBE for BEWTP = Q any invoice document.

  • Where can I find the relation between company code and plant?

    where can I find the relation between company code and plant?
    I need to the list of plants under a company code.
    Which table?

    yes,wayne weng   .What you said is right.
    Thank you very much!
    My MSN:[email protected]

  • Tool for viewing the relation between tables.

    Hi,
    I imported the schema dump in Oracle 10g R2 DB, there are about 800 plus tables in that schema. I would like to know the relataion between tables.So,What tools are available for viewing the relation between tables?. I have TOAD, and Oracles SQL Developer tolls, if there are any free tools for the same, please let me know the URLs.
    Regards,
    Sabdar Syed.

    Hmmm, for free, except what gave Eric earlier, not easy...
    Here already discuss about that :
    Re: Table Dependencies
    Nicolas.

  • Displaying Relations Between Tables In Oracle 10.2.0.3

    Hi Everyone;
    I am in urgent need to display all the relations between tables of a Dbase in Oracle 10.2.0.3 version dbase. I use a server 2003 R2 machine and a developer tool TOAD for oracle v9.7 as ODT. If anyone have a clue please i need it.Sincerely
    Best Regards
    Ömer KAYA

    Hi Ömer
    You can with those tools read the configuration and get the actual ERD model from the database, so you will be able to see the relation in the tables.
    Please try that tool
    http://www.download32.com/modelright-3-for-oracle-i38008.html
    Product stands "Do you need to design, visualize or document your Oracle database?"
    In TOAD tool you are also able to do it: Reverse engineer already existing database structures and see the existing database structure in form of a diagram.
    Regards,
    Hubert
    P.S. looking forward to get your "precious" points ;-)
    Edited by: Hub on Oct 27, 2008 2:28 PM
    Edited by: Hub on Oct 27, 2008 2:35 PM
    Edited by: Hub on Oct 27, 2008 2:54 PM

  • Relation between Business Partner and User

    Hi everyone.
    Where can i found the relation between the business partnes and user in the tables of CRM application.
    Thanks.
    Mauricio N.

    But in the database where is located this data, which is the table in the database that has the relation between business partners and users???
    Thanks,
    Mauricio N.

  • Relation between server's and runtime Data Model?

    I am working on a project utilizing the MVC architecture.
    After some doubts, I decided to create one DataModel class for each table of the server's normalized database and create the necessary relations at runtime and not in SQL prior to download.
    The database is only a few MB and I need the flexibility.
    I would appreciate some links to theoretical material regarding the relation between the runtime and the server's DB data model.
    Thanks,
    David

    Hi Anirudh/Deepa,
    As You said first I have created Outbound Connection Pool for DB adapter and given eis/DB/HRDBDataSource as JNDI name. It asked to save the file Plan.xml and i saved it in Oracle_soa1/Soa/Plan.xml
    Next I created datasorce with JNDI name jdbc/HRDBDataSource and provided all credentials.
    For AQ also i created connectionpool with JNDI name eis/AQ/MyAQ . Here also it asked to save the Plan.xml and Isaved it in Oracle_soa1/Soa/applications/Plan.xml
    In Jdev while configuring AQ adapter I have selected the database [for this only i created connection pool and datasource] and given the JNDI Name as eis/AQ/MyAQ . (I tried with and without giving datasorce value jdbc/HRDBDataSource in AQ adapter )
    Still I am getting the below error.
    *Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Enqueue' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. Queue:EnQueue [ Enqueue_ptt::Enqueue(EMP_MESSAGE_TYPE) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: No suitable driver found for . ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. No suitable driver found for 0*
    Please guide me
    Regards
    PavanKumar.M

  • Find relation between tables

    Hi experts,
    How can I find the relation between tables? I mean, I can go to se 11 and compare each field of 2 tables manually, but it's very time consuming. Is there any possibilty to compare tables and find all the fields that can be found in both table?

    Go to SQVI transaction... Create a qucik view.. ztest.. give desc..etc
    Select data source as table join.... enter
    now one screen will come with blank data (blue scrren)
    in that application toolbar second button .. click that.. enter VBAK..
    click that again.. enter VBAP.. now an image will come with links b/w vbak and vbap.. you can use any no. of tables there....

  • Relation between statistical document and the real document

    How do I get relation between statistical document and the real document.
    Actually I want to reverse the posted real document and then convert statistical document into real document.
    Problem is that I have the Main/Sub transaction of statistical document but not of real document. So how do i link both of them.

    Hello,
    LFA1 is just a master data table.
    To get the number of open items you refer table BSIK
    To get the number of cleared items, you refer table BSAK
    These two tables gives you the number of line items posted on vendors.
    Hope this is informative.
    Regards,
    Ravi

Maybe you are looking for

  • How do I resolve the App Store using another apple id within my family

    First time post - please forgive any errors. I've upgraded to an iPhone 6 from a 4S. I used iTunes on my home computer to perform the backup and restore. It worked great. I can purchase new apps and the correct apple id is shown. The problem is when

  • Issue with Presentation Hierarchy in obiee 11g

    Hi Guru's I am using a presentation hierarchy in obiee 11 g, but it is behaving weirdly when expanding the hierarchy for example i have a hierarchy for languages when i expand one country in the hierarchy all the countries which has similar childs ar

  • Trying to add a loading page

    Suppose I have an image called " myLoading " loaded with visible=false on canvasPage. En my code is something on the likes of myLoading.visible=true; code myLoading.visible=false. But this is not working. Also, I am aware that the section between  /*

  • Apps on dock??

    I assume there's no way of creating a apps folder icon on the dock?? i keep trying to drag the apps icon onto the dock but alas...

  • Tungsten E--no response to stylus input

    Last night my Tungsten E suddenly stopped responding to any input from the stylus.  The device turns on and off via the on/off switch and via the various buttons at the bottom (Contacts, Calendar, etc.), but none of those features "work."  It's as th