TABLES REQUIRED FOR  REPORTS

please any body CAN YELL ME THE TABLES INVOLVED IN THESE FOLLOWING TWO REPORTS  
VERY URGENT
IT IS SVERY USEFULE TO ME
PLEASE HELP ME
Contract Compliance Report : This report looks at the actual customer purchases (QTY) by period vs. targeted quantities.
          The report created will list all the contracts quantity vs. shipped quantity in the period specified for a given customer or material or sales organization or contract number along with details such as material numbers, contract start date, contract end date, etc.
     Contract Expiration Report : Contracts need to be monitored and quotations sent out for renewal as they approach their expiry date. A report is required to show the contracts expiring.
          This report will list all the contracts expiring in the period specified for a given customer or material or sales organization or contract number along with details such as equipment numbers, material numbers, contract start date, contract end date, etc.
WITH REGARDS
VENUMADHAV

Hi Venumadhav,
                         Check table EKKO , EKPO,VBAK,VBAP
Regards,
Hemant

Similar Messages

  • Table required for billing and RG1 output

    Dear all,
    pls give me the list of tables required for billing output and RG1 output

    Hello Digs,
    Just check out these sites and see if this is useful to you
    http://www.erpgenie.com/abap/tables_sd.htm
    http://www.erpgenie.com/saptech/transactions.ht
    <b>**Reward if this helps**</b>
    Regards
    AK

  • Error reading cluster table COIX for report 13BUD1A

    Hi All,
    We have issue when display report 13BUD1A using t.code CJE0 in ECC6 system. The error message appear as per below:-
    Error reading cluster table COIX for report 13BUD1A (ID=13BUD1A     KP  01RPSCO_X                        0)
    Message no. KH050
    Diagnosis
    The report structure for report 13BUD1A is stored in the cluster table COIX. An error occurred while the system was reading this data (ID = 13BUD1A     KP  01RPSCO_X                        0).
    Table TKEB1 (Report List) contains administration information for report 13BUD1A. Consequently, table TKEB1 has an entry for the report, but table COIX does not.
    The error may have resulted following a transport -- COIX has not yet been transported to the current client but TKEB1 is already there.
    Procedure
    If it is a transport problem, see if you can execute report 13BUD1A in client 000. If so, import it to the current client again.
    If it is not a transport problem, delete report 13BUD1A from Tables TKEB1 and TKEB2.
    Need you advice, how can we solve this error.
    Thank You.

    Dear AP,
    Thanks for your reply. FYI, we dont have access to client 000. And how to resolve this issue without access client 000?

  • Is separate licensing required for Report Builder 3.0 ?

    Is separate licensing required for Report Builder 3.0 ?

    No report Builder 3.0 is just the client side light-weight component to work with published reports & does not need any specific license however the server over which the reports are published (Eventually) must be appropriately licensed
    Good Luck! Please Mark This As Answer if it solved your issue. Please Vote This As Helpful if it helps to solve your issue

  • Zip files required for Reporting and Analysis

    Hi All,
    Kindly share me the Zip files(File Name) required for configuring the Report and Analysis for the version 11.1.1.3.
    Thank and Regards
    ChiDam

    Depends which products, have a look at - http://docs.oracle.com/cd/E12825_01/epm.111/epm_install_11114/frameset.htm?ch02s02s03.html
    It says 11.1.1.1.4 but just change it to 11.1.1.3
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hardware requirements for Reports 6i server

    Hi,
    I would like to know what are the hardware requirements for installing Reports 6i server. We we would like to deploy all reports through the web and expect a maximum of 50 users to fire reports at any given time during the day.
    Any help will be very much appreciated.
    Thanks.

    Hi Umesh. You need to read this http://service.sap.com/ides .Download  the documentation to that version which it is pleasant to you and in it there will be all corresponding information about hardware and e.t.c.
    Regards.

  • Minimum memory requirement for reports builders for 11g?

    as subject, may anyone please tell me? I cannot find the guide from Oracle Official site.

    Hello,
    The requirements for FMW 11g can be found here :
    http://download.oracle.com/docs/html/E18558_01/fusion_requirements.htm#BABHEJJI
    Regards

  • Tables needed for report

    Hi Experts,
    I need to build a report for the following requirement.
    Based on the input parameters: <b>MATERIAL NUMBER</b>,
                                      <b>BATCH</b>.
    I need to see in the output: <b>CUSTOMER SOLD-TO,
                                       SHIP-TO,
                                       QUANTITY,
                                       INVOICE DATE,
                                       PO,
                                       ORDER NUMBER.</b>
    Could you please let me know what are the tables i can used for this.
    Thnx a ton.

    You can get material and batch from table MCH1.
    Sales Document data comes from VBAK, and VBAP.  You can get the ship-to partner from VBPA, and you can get the invoice date via document flow table VBFA, or VBUK, VBUP.
    REgards,
    Rich Heilman

  • Fields required for report creation

    Hi Experts,
    In My report(Invoice distribution report for company wise) I need to add fields
    invoice number,
    invoice status,
    invoice type,
    invoice date,
    invoice period,
    customer number
    account document number,
    company code,amount in local,
    g/l amount
    currency,
    customer name ,
    city,
    state.
    I have taken tables VBRK,BSEG and KNA1.I fetch fields from these tables as follows
    VBRK-invoicenumber,invoice status,invoice type,invoice date,invoice period,customer number.
    BSEG-Account document number,company code,amount in local,G/L amount,currency.
    I planned to join VBRK-vbeln = BSEG-Vbeln,
    KNA1-customer name,city,state
    I planed to join VBRK-KUNAG = KNA1-KUNNR.
    In order to test whether the values are populating as expected I tried to create Quick viewer report.
    When I create report using data source;table join when I add table bseg I am getting error as bseg is not used in join condition.
    So I checked logical data base for these 3 tables but only for bseg and kna1 two ldb are common:BRF,DDF
    My Question are:
    1.How can I include BSEG in table join as data source in creating Quick viewer report.
    2.If I use LDB BRF or DDF I can fetch all fields except invoice status and invoice type where other fields mentioned in VBRK can also fetch in BSEG.How can I get invoice status and invoice type in report.
    3.Please let me know whether my field or table selection is wrong in creating report.
    Please let me know how to get above fields in convenient way. I am waiting for your reply.
    Thanks&Regards,
    narasimha.

    Hi,
    As you suggested when i am creating query using tables bseg,bkpf and kna1(logical database BRF) and vbrk,i am getting error as "query Specifications cannot be used to generate list" in SQ01.I linked BRF logical database with vbrk by using condition vbrk-vbeln = bkpf-awkey.
    Is my condition is wrong in linking VBRK to BRF logical database.please guide me how to solve this.
    If my joining is wrong means why I didn't get error in SQ02.??
    Required fields are:Invoice number(vbrk),invoice category(vbrk),invoice date(vbrk),account document number(bkpf),company code(bkpf),G/L account(bseg),currency(bseg),state(kna1),invoice amount(vbrk).
    Do i picked fields from wrong tables?
    Regards,
    narasimha.

  • Table Required for Delivered Qty field in Sales Order

    Hi friends
    I can see confirmed order qty, required qty, quantity committed  in VBEP table.
    But if you see in sales order Schedule Lines you'll see one more field named as
    Delivered Quantity.
    I am not able to find this Delivered Qty in any of the SD tables....
    pls help me to find this table and field
    Pts rewarded for helpful ans..
    Thanks and regards
    Snehal

    hi,
    delivery related data is stored in LIKP and LIPS tables
    related to sd.
    reward points if hlpful.

  • Software Requirements for Reports on NT

    I am testing Oracle Reports on my personal
    NT box and using SQL*Net to go against Oracle 8.0.5 on an NT server for my data. I will need the NT server/Oracle 8.0.5 to service my production reports. It is not clear what software (for Oracle Reports) will need to be installed on the server. Help please. I've seen references to a "Report Server" and don't know what that is or if it is needed or required. Any help would be appreciated.

    System requirements | Adobe Premiere Pro
    (for initial activation of individual licensees, an adobe connection is required.)

  • Is a database table required for temporary interfaces with flat file data set source ?

    Folks,  this is the situation I have in ODI 11.1.1.7
    I have a temporary interface (yellow), called MJ_TEMP_INT,  that pulls data from TWO data sets in the source into a temporary target (TEMP_TARG). The catch is one data set pulls from a from a table whereas the other data set pulls from a flat file.  A union is done on the data sets.
    I then create another interface, called MJ_INT, that uses the MJ_TEMP_INT as a source and the target is a real db. table called "REAL_TARGET"
    Two questions:
    When I execute my second interface  (MJ_INT), I get a message "ORA-00942: table or view does not exist" because it is looking for a real db table TEMP_TARG. Why must I have one ? because I am pulling from a flat file ?
    On my second interface (MJ_INT) when I look at the property sheet of my source interface MJ_TEMP_INT (yellow), the checkbox next to "Use temporary interface as Derived table" is DISABLED.  Why ? Is is also because my temporary interface is pulling from a flat file ?
    I have attached a file that shows a screen shot of my ODI studio.
    By the way,  IF my temporary interface source has only one data set pulling from a db. table into a temporary target table, say called MJ_TEMP2_TARG,  and then when I use this temporary interface as a source to another other real db. target table (REAL2_TARGET),  THEN, every thing works.  ODI does not require me to have a real db. table MJ_TEMP2_TARG and the checkbox for "Use temporary interface as Derived table" is NOT DISABLED and my REAL2_TARGET table gets populated.
    Thank you in advance.
    M. Jamal.

    Thanks SH. I thought so. 
    Though I understand the reason to materialize the file in a staging area, but that almost defeats the purpose of having a temporary interface in this case if we have to save the data in a permanent db. table first.  I assume the db. table sticks around and is not automatically dropped once the interface executing ends.  If the db. table sticks around then I also must truncate it first before executing the temporary interface each time. Right ?

  • Inputs or tables required for customizing purchase register

    Hi,
          I have encountered a problem regarding Purchase Register.
    The requirement of the Client is that, he wants to have the Tax Details populated in the Purchase Register with reference to Tax Code in the Invoice Screen.
    This should happen, once the Client enters the Details related to Invoice Document in the Selection Screen.
    I searched for Table and Field related to Tax code.
    I found the Field for Tax Code and it is MWSKZ.
    But, the Table is a Structure.
    So, please guide me how to find the link so as to fetch the Tax Details with respect to Tax Code in the Invoice Screen?
    Please reply as soon as possible.
    Waiting for your responsw,
    Thanks in advance.
    Thanks & Regards
    Srinivasa M.S
    +91-9910077829
    Edited by: Jeyakanthan A on Jul 4, 2011 4:36 PM

    hi
    Logic For tax register
    Table
    EKBE
    1)     BELNR=MATERIAL DOC= HERE MOVEMENT TYPE  BWART=101
    2) GJAHR=MATERIAL DOC YEAR=2011
           3) BUZEI=ITEM OF MATERIAL DOC=1 and 2
        4)  BUDAT=posting date of material doc=28.2.2011
       5) MENGE=GRN QTY=1 FOR LINE ITEM 1,1 FOR LINE ITEM 2
    FOR ABOVE COMBINATION IN TABLE EKBE
    WE WILL GET FOLLOWING FIELDS
    1)     Po number= =EBELN
    2)     Po line item=10 and 20=EBELP
    TABLE
    EKPO
    NOW PASS THIS FIELD EBELN AND EBELP INTO TABLE EKPO AND GET FOLLOWING FIELDS
    1)     MATERIAL CODE=MATNR
    2)     MATERIAL DICRIPTION=EMATN
    3)     MATERIAL GROUP=MATKL
    4)     ITEM CATEGORY=PSTYP
    5)     ACCOUNT ASSIGEMENT=KNTTP
    6)     TAX CODE=MWSKZ
    7)     PLANT=WERS
    8)     COMPANY CODE=BUKRS
    TABLE
    EKKO
    NOW PASS EBELN FROM EKPO INTO TABLE EKKO AND GET FOLLOWINGS
    1)     VENDOR CODE=LIFNR
    2)     PURCHASING GROUP=EKGRP
    TABLE
    LFA1
    NOW PASS LIFNR FROM TABLE EKKO INTO TABLE LFA1 AND GET FOLLOWINGS
    1)     VENDOR NAME=NAME1
    2)     CITY=ORT01
    TABLE
    MSEG
    NOW PASS  MATERIAL DOCBELNR=
    MATERIAL DOC YEAR=GJAHR=2011
    MATERIAL DOC ITEM= BUZEI=1 AND 2
    PO NUMBER =EBELN=
    PO ITEM NUMBER=EBELP=10 AND 20
    ALL FROM TABLE EKBE AND GET FOLLOWING FIELDS
    1)     PROFIT CENTER=PRCTR
    2)     WBS ELEMNT=PS_PSP+PNR
    TABLE
    RSEG
    PASS FROM TABLE EKPO
    PO NUMBER =EBELN
    PO ITEM =EBELP
    INTO TBALE RSEG AND GET FOLLOWING FIELDS
    1)     INVOICE DOC NUMBER=BELNR=
    2)     FISCAL YEAR=GJAHR=2010
    3)     INVOICE ITEM=BUZEI
    4)     VALUVATION CLASS=BKLAS=7900
    5)     REFERNCE =XBLNR=156
    TABLE
    T025T
    PASS VALUVATION CALSS FROM TABLE RSEG INTO TABLE T025T ,USE LANUAGE KEY EN AND GET  FOLLOWINGFIELD
    1)     VALUVATION CALSS DISCRIPTION=BKBEZ=SEMIFINISH PRODUCT
    TABLE
    BKPF
    NOW PASS BELNR+GHJAR ( 51056016262010) ,FIELD AWKEY OF TABLE BKPF
    FISCAL YEAR=GHJAR INTO TABLE BKPF FROM TABLE RSEG AND GET FOLLOWING FIELDS
    1)     FI DOC NUMBER=5100001482
    2)     FISCAL YEAR=GHJAR=2010
    3)     DOC TYPE=BLART=RE
    4)     DOC DATE=BLDAT=23.2.2011
    5)     POSTING DATE=BUDAT=28.2.2011
    6)     TRASNCTION CODE=TCODE=MIRO
    7)     REFERNCE=XBELNR=156
    TABLE
    BSET
    NOW PASS
    FI DOC NUMBER=BELNR
    FISCAL YEAR=GHJAR=2010
    AND GET FOLLOWING VALUES
    1)     CONDITION TYPE =KSCHL
    A)     VAT=JVRD=12127.29
    B)     JVRN=CST
    C)     SERVICE TAX=JSRT
    D)      ECESS ON SERVICE=JEC3
    E)     HECESS ON SERVICE=JES3
    HERE APPLY LOGIC TAXPS FIELD =1=ONE LINE ITEM FOR BELNR
    Table
    BSAK
    NOW PASS BELNR,GHJAR ,BEART FROM TABLE BKPF AND VENDOR NUMBER LIFNR FROM TABLE  EKKO
    AND PASS THIS INTO TABLE BSAK
    AND GET FOLLOWING FIELDS
    1)     CLEARING DOC NUMBER=AUGBAL
    2)     CLEARING DATE=AUGDT
    I)Logic For excise values flow
    B.E.D,=
    A.E.D=
    S.E.D. =
    ECESS=
    HECESS=
    Pass GRN number From EKBE field MBLNR ,material doc year= MJAHR ,AND BUZEI=ITEM OF MATERIAL DOC=1 and 2
    into table J_1IPART1 and get
    Following
    a)     Excise group=field EXGRP=30
    b)     EXCISE REGISTER TYPE=REGTYP=A
    c)     INTERNAL DOC NUMBER=DOCNO=8100000013
    d)     Year=DOCYR=2011
    e)     ITEM=ZEILE
    TABLE
    J_1IEXCDTL       
    PASS DOCNO, EXGRP, RGTYP,DOCYR,ZEILE  INTO TABLE J_1IEXCDTL        AND GET values
    B.E.D, =field EXBED =8772
    A.E.D=field EXAED
    S.E.D. =field EXSED
    ECESS=field ECS=175.44
    HECESS=field EXADDTAX1=87.72
    TABLE J_1IEXCHDR
    NOW PASS EXGRP AND DOCNO,DOCYR FROM TABLE J_1IPART2  AND VENDOR CODE LIFNR FROM TABLE EKKO INTO TABLE J_1IEXCHDR AND GET FOLLOWING VALUES
    VENDOR ECC NUMBER=EXCCD
    CST NNUMBER=CST NO
    TABLE
    J_1IMTCHID
    CHAPTER ID LOGIC FOR MATERIAL
    From table EKPO
    Pass material number=MATNER and Plant=WERS into table J_1IMTCHID and get following field
    Chapter id=J_1ICHID
    Selection parameter for tax registers
    1)     Company code( mandatory)
    2)     Plant
    3)     Fi doc fiscal year( mandatory=GHJAR)
    4)     Fi doc posting date( mandatory=BUDAT from table BKPF)
    5)     Doc type from table BKPF( Mandatory field BLART)
    6)     Excise group
    7)     Vendor number
    8)     Fi doc number ( BELNR FROM TABLE BKPF)
    9)     Purchasing group
    10)     Material doc =BELNR from ekbe
    11)     Tax code
    HERE
    FISCAL YEAR=2010
    FI DOC PSOTING DATE=28.2.2011
    FI DOC TYPE =BLART=RE
    COMPANY CODE=
    Regards
    kailas
    Edited by: kailasugale on Jul 4, 2011 5:47 PM

  • Tables required for field street2 street3 street4

    Hello All,
    I want to print customer/vendor street2, street3,street4 in my report.
    pls tell me the table(not structure addr1_data) and fields from which i can fetch this fields.
    Thanks
    Sunny

    Hi,
    Table is ADRC, you will need to get the address number for the customer or vendor as the key to the table.  KNA1 or LFA1 field ADRNR.
    Regards,
    Nick

  • Table required for GRN tax amount before invoice

    Dear guru's
    In which tabels we can split of basic value & taxes separately after GR is done for a Purachse order.
    I can see the total value in the material document in amount in Lc, but i need the split of total value into basic price & tax for preparing a report.
    Regards
    Praveen

    So now you only tell us that based on the GR can we find any table where these value will automatically get distributed....here i think you have to go for some indirect logic like for VAT or CST from the table KONV you can get the non-deductable tax amount for each po line item...now from MSEG you can get the PO and its line item & gr quantity..for the same PO & line item you can find out the original ordered quantity from EKPO as well as the non-deductable tax from KONV...so in the report in one column you can fetch the total amount from MSEG-DMBTR...in the tax column you enter a formula that (non-deductable tax from KONV / original ordered quantity from EKPO) * gr quantity...the last column for the amount without tax can be (Column1 - column 2)
    For service related you have to check each service line quantity & price from ESLL table
    I am not sure whether this will work or not but you can check & discuss the same with your ABAP person...also check for some expert comments
    Regards,
    Indranil

Maybe you are looking for

  • Text Wrap Problems

    Hello, I am new to InDesign, and am doing a trial for work. I am trying to create a flyer which involves wrapping text around a background image. I have followed instructions found online but cannot get any further that 'wrap text around image' as fo

  • How to use Multiple JDBC Drivers?

    Hi, I'm working with an application that connects to an Oracle 8 database and Oracle 10 databases as a single user/schema and then the application users all share the single Oracle user. When we use an Oracle 8 JDBC driver, then a module that inserts

  • [svn:cairngorm3:] 13464: Downgraded to Flex 3.3

    Revision: 13464 Revision: 13464 Author:   [email protected] Date:     2010-01-12 13:47:18 -0800 (Tue, 12 Jan 2010) Log Message: Downgraded to Flex 3.3 Modified Paths:     cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties Added Path

  • Pass Boolean into a Function

    Currently, My function is : FUNCTION BooleanToVarChar2(p_Boolean_i Boolean) RETURN VARCHAR2 IS BEGIN IF p_Boolean_i THEN RETURN 'TRUE'; ELSE RETURN 'FALSE'; END IF; END; But I face an error whenever I try to call this function. The error message is T

  • STS: Adjusting Notification Texts

    Hello Experts, I am trying to customize ZUPS_START_RUNDE text used in STS to notify receipients that a new planning session was started. I chose to modify SAP standard text for that, so I created modification named ZUPS_START_RUNDE_MOD1 and inserted