Field & Table Name of ER1 Report

Dear Experts ,
I am working on customisation of ER1 report, I wanted to know the field names & table name of the below given data.
DETAILS OF GOODS OF GOODS MFGD
1.PRODUCT DESCRIPTION
2.CETSH
3.OPENING BALANCE
4 QTY MFGD
5.QTY RECVD
6.CLOSING BALANCE
7.ON WHICH DUTY IS PAID
8.OTHERS W/O PAYMENT OF DUTY -FOR EXPORTS
REMOVAL:
1.PRODUCT DESCRIPTION
2.QTY REMOVED
3.ASSESABLE VALUE
4.RATE OF DUTY (INCLUDING NOTIFICATION & RELEVANT SERIAL NO.)
5.TOTAL DUTY PAYABLE
6.TOTAL DUTY PAID
DUTY PAYMENT DETAILS
1.DATE OF PAYMENT
2.MODE OF PAYMENT
3.CENVAT
4.SDE
5.TOTALDUTY PAID
Thanks
DGN

Got no solution

Similar Messages

  • Table name changed in Reports 3.0

    My DBA asked me to change the table name from SA_AWARDS to SAFETY_AWARDS.
    I had already developed a report using table name SA_AWARDS.
    When I change the table name in my report to SAFETY_AWARDS, I get compilation errors.
    How can I fix it ?
    Thanks.
    Suresh

    Hi
    As i understand your problem , you have changed the table name in the query wizard and then tried to compile and it is giving errors ....
    well anytime you modify the sql (even add a space) the column names are renamed ... ie if you originaly had column Customer_name it would be renamed as customer_name1 ....
    now if in the original report you are using the columns for any computation etc it will not find the old column and will give compilaiton errors .... one way is to change the column names back to original names ... or better modify the sql once more by adding space and you will get back the original names most of the times .....
    the best way to avoid this is give alias name in the sql first time around , so it dosnt create problems ....
    once you take care of this i think your problem should be solved .....
    if not do let me know in more detail
    bye
    sudhir

  • Technical field/table for Non moving report

    Dear All,
    I want the technical table name and field name for the following to make the Slow/NON moving stock report.
    Material Number
    Decription
    stock in hand
    batch no
    UOM
    Value
    Exp Date
    Mfg Date
    Date of last consumption
    Total No of days from last consumption
    Where used FG
    Date of Purchase
    Vendor
    Thanks & Regards,
    Sandeep.

    for a non-moving report you have to look at the stock and need to compare it probably with movements directly or consumptions stored in infostructures.
    depending on the basis you want analyze you may have to read much more tables than you expect and you certainly have the below listed fields in many tables
    Material Number (MARD, MCHA1, MCHB)
    Decription - MAKT
    stock in hand - MARD, MCHB and many other tables in case of special stock
    batch no . MCHA, MCH1, MCHB
    UOM - MARA, MARM,
    Value - MBEW - and may other tables in case of special stock
    Exp Date - MCHA, MCH1
    Mfg Date - MCHA, MCH1
    Date of last consumption - MKPF, SO32
    Total No of days from last consumption - have to be calculated by yourself in the report
    Where used FG - STPO
    Date of Purchase - EKKO
    Vendor - EKKO, MCHA, MCH1

  • Table Name to take report of Open Sales Order items&its relevant GL Number.

    Hi,
    I wanted to take a report with Output as Open Sales Order Items and its relevant GL account numbers. is there any T Code in the Standard or atleast the table name.
    I have already fetched the Open Sales Order Items from T code VA05, but i need the relevant GL account numbers also.
    Any pointers on this will be appreciable.
    Rgds,

    Hi
    There are no standard reports where in you can fetch the data of the open sales order items and its G/L accounts with the output. But  by creating your own report using LIS then it is possible
    Regards
    Srinath

  • Field & Table name of tarnsport vendor in migo - Goods reciept

    Can anybody tell the table name and field name of transport vendor in MIGO Goods reciept. If I press the f1 then it shows the table name as GOFRIGHT field name VENDORNAME. but the GOFRIGHT is the structure not he table.
    Atul

    If you are looking ofr Freight Vendor entered in PO, then you can use table KONV & field name is LIFNR where KNUMV(Condition record) is equal to EKPO-KNUMV.
    Hope this clarifies your queries.
    Regards
    Bhavesh Mistry

  • Table Names in single report

    Can I dynamically pass a table name in a single report if I have the same column in 10 different tables.
    eg. would be: select from Col1, col2, col3......col10.. from table name.
    In this eg. can I dynamically pass a table name in a single report.

    Alias it...
    select t.col1, t.col2,... from &p_table_name t
    ...

  • Standards for creating fields & table names

    Hi All,
    I need to know if there are any SAP standards or standards from clients to be followed in creating new fields, tables & description.
    If there are any such data, please share with me.
    Urgent.
    Regards,
    Pramod

    Hi Pramod,
    mostly we're using a common Term for the field name. The field code is the field name in uppercase using MDM_ as prefix. As you have to replace blanks (a field code does not allow blanks) we use an _ instead. Note: if you want to distinguish between SAP created and custom fields, we recommend using a different prefix! Maybe you can start your Custom field codes with ZMDM or a prefix describing your customer? Currently we cannot enforce this in MDM as the MDM_ prefix is not yet protected. But if you follow our recommendation, it'll ease up your life and of course ours, too, as we can differentiate between SAP and customer fields in OSS messages.
    Edit: regarding descriptions
    If your field is somehow linked with a ERP field, you could reuse the description of ERP for example!
    Cheers
    Michael
    Edited by: Michael Theis on Jul 25, 2008 10:57 AM

  • Passing table name to a report.

    I am designing an application that will draw data from any of a number of different tables (all with different data formats, but the same column names), and wish for this data to be displayed in a report. In the table that contains the selection criteria, I have included columns for schema name and table name. How can I pass these values into the report, and in turn, into a graph?
    I've tried this, but it doesn't work.
    SELECT data_column FROM
    :schema_column.:data_column;

    HI ,
    the table name can be easily passed on to the sql use lexicaly parameter as below
    SELECT data_column FROM
    &table_name where &where_clause
    once you write this query it will give you a message that a bind variable was created . Now you can assign value to this through parameter form or write a code in the after parameter form trigger and also generate the where clause if required .
    do you have same column name in different tables with different data types ?? if so then i really dont know how to solve this problem other wise it should not be a problem
    bye
    sudhir

  • How to display a table name in the report

    Hi,
    I have a requirment about the display of pivot table. When we drag a column to see its result, we always see his column name, now what I want to show are both table name and column name..
    like:
    District_D
    Region District
    China Beijing
    India Chennai
    Regards,
    Anne
    Edited by: anne on Oct 25, 2011 2:39 AM

    Hi Anne,
    If you want to implement Dpka's solution (hardcoding table and column values in column heading and add line break in between), you will need to add the below entry in instanceconfig.xml file. Refer http://gerardnico.com/wiki/dat/obiee/hardenxss
    <HardenXSS>false</HardenXSS>
    This will enable the HTML elements to be treated as HTML and not plain text. After adding the above entry in the xml, restart your presentation services and test your solution.
    Thanks

  • System status field  table name

    Dear all,
    I required help from all of you for finding the table  name for system status of equipment
    Thanks
    Raghav

    Hi,
    JEST - Individual Object Status
    JCDS - Change Documents for System/User Statuses (Table JEST)
    TJ02T - System status texts
    TJ30T - Texts for User Status
    To access jest/jcds use EQUI-OBJNR.
    Regards,
    Maria João Rocha

  • How to use table name dynamically in report  procedure

    Hello every body
    I want to use table name dynamically means at runtime i want to pass table name.
    I can do this by lexical parameter in main query.
    But my problem is that i want to crate new format trigger or new function that use 1 cursor in which that lexical parameter : table name is used.
    so how to do that?
    i can not use that lexical parameter it is giving error.
    please help me how to do that.

    Call a database function which you pass the lexical parameter. Then in the database function you use dynamic sql or the execute immediate option to build the SQL string.
    Return the information from this function to build your business logic on in your format trigger.
    Marcos

  • Table name(s) to report on Sales Text

    Hi,
    I am searching a way to get a report of the Sales Text related to the material master per sales org. Ran through a bunch of tables, but none of them provide info on the Sales Text.
    Could anyone help me on which tables I need to combine to get to the desired result?
    Thanks!
    Geert

    Hiiiii
    go to the change mode in the Material Master s
    select the Long Text editor
    Select the menu option GOTO, select the header Option
    a pop up appears
    Goto se37 (Function module) give READ_TEXT
    CLICK ON EXECUTE
    give the Import parameters that are given in the Pop Up window
    CLIENT
    Text ID
    LANGUAGE
    NAME
    OBJECT mvke
    ARCHIVE_HANDLE
    LOCAL_CAT

  • Outbound Delivery - Header (Text field - Table Name)

    Hi All,
    In outbound delivery header - Texts tab i notice that we can maintain some texts. May i know which table i should refer to read the text entered.
    I can read the text type key from the table TTXTD, but i need to read the actual text entered by the user.
    Hope my question is clear, await your inputs.
    Regards,
    Vivek

    HI,
    SAP has already provided a various functions for read the text element. So you no need to get the value from table directly!
    There is some example
    CALL FUNCTION 'READ_TEXT'
           EXPORTING
              CLIENT           = SY-MANDT
              ID               = T_TEXT_ID
              LANGUAGE     = 'E'
              NAME          = T_UNIQUE_ID
              OBJECT          = T_TXTOBJ
         IMPORTING
              HEADER          = HTEXT
         TABLES
              LINES          = T_READ_LINE
         EXCEPTIONS
              ID               = 1
              LANGUAGE                    = 2
              NAME                            = 3
              NOT_FOUND                      = 4
              OBJECT                         = 5
              REFERENCE_CHECK     = 6
              WRONG_ACCESS_TO_ARCHIVE = 7
              OTHERS                  = 8.
    Let me explains as below parameters.
    T_TEXT_ID - Text id: example - '08000123', also is the document no.
    T_UNIQUE_ID - Text unique ID: example - 'ZD01'
    T_TXTOBJ - Text Object: example - VBBK
    That information can find it on relevant of document. In your case, you can fount it on the below path:
    VF01n/VF02n > GoTo -> Header -> Text -> detail (is the push small button, then it will go to the next screen) -> Goto -> Header.
    Return Value tales - THEXT and Table Line - T_Read_line
    You must declare this variable before,
    DATA: BEGIN OF HTEXT OCCURS 50.
            INCLUDE STRUCTURE THEAD.
    DATA  END OF HTEXT.
    DATA: BEGIN OF T_READ_LINE OCCURS 50.
            INCLUDE STRUCTURE TLINE.
    DATA: END OF T_READ_LINE.
    READ TABLE T_READ_LINE INDEX 1. "read the line value
    I hope this can help, so remembers reward the points

  • ARBPL & RUECK field table names

    hi,
         i have to link the confirmation number (RUECK) and workcentre(ARBPL) .pls suggest me the respectieve table so that i can link this two fields.
    Thanks in advance.

    AFRU- RUECK (Order confirmation table)
    From AFRU take AUFPL
    You should connect to AFVC  (operation within an order)
    Look for group no (PLNNR) in AFVC
    and connect to routing table to get the workcenter (ARBPL)
    If necessary your can connect AFVV also
    I guess you know about AFKO and AFPO table to start with
    Regard
    Manikandan .J

  • Tables name for Customer Payment Report

    hiiiiiiiiii
    can anyone tell us the tables name for the report customer payment receive..?
    Thanks & Regards
    Rekha sharma

    Hi Rekha
    when you pass following entry
    Bank dr  
    to Customer
    All header data like co code currecy ref , period etc goes to BKPF,
    line item - Bank Dr ( its a GL  entry ) goes to BSIS
    line item- Customer Cr ( its a AR entry ) goes to BSID or BSAD depends it is cleared or still open
    Also both the line items goes to BSEG
    Hope this helps.
    Regds
    Rajiv

Maybe you are looking for

  • Can I install a bootcamp on two raid 0 ssds?

    I have a 2012 macbook pro with a samsung evo 250 ssd and a standard 500gb macintosh hd (where the CD drive was) and im planning on replacing the hard drive with another ssd. If i raid the two ssds on raid zero will I be able to install a boot camp on

  • How do i access my photos sent to the cloud?

    My friend sent a good portion of my photos to the cloud to give me enough storage to download ios8. I can't figure out how to access the photos that were sent to the cloud.

  • Just now i am installed latest version of Flash Player but it still showing same message An Error occurred

    i have already posted a question and you send a answer to my mail and them i am updated flash plater but is still showing an error in youtube but in other browsers those liks are working

  • Java update for safari and os x

    i am having grave difficulty using thompson learning, because it does not support the common os x browsers, and netscape does not recognise the jre 1.5 that i have installed. can apple provide some serious update to safari, or could someone advice me

  • Query on Procurement with Vendor Agreeement

    Dear SAPients, I have a requirement from my Client. Vendor is having an Agreement that between a period say April to July, if the Procurement Qty is more than 1000 Kgs collectively, then for the first PO in August for any quantity, 20 Kgs will be giv