How to Know real table of Me23n,Me22n or Me21n ?

Dear All Senior,
just want to ask you all senior. what a me23n table name of the Item Level - Tab Invoice - Tax Code field name.
I want to know what table name not a structure name. thanks

I'm not that old...if I'm interpreting correctly then you are looking for table EKPO.
Greetings
Thomas

Similar Messages

  • How to know which table in the database a form is accessing

    Actually Im new to oracle applications,
    Im getting an error when i open a form from system administrator responsibility saying that table doesnot exist.
    My basic doubt is, how to know which table in the database a form is accessing.
    Any response is higly appreciated.
    Thanks,
    Praveen
    Edited by: user10239520 on Sep 10, 2008 7:07 AM

    Take a look at the following thread:
    Is there a query log in EBS?
    Re: Is there a query log in EBS?

  • How to know the tables for a datasource like 2lis_17_order

    Hi,
    How to know the tables for a data source like 2lis_17_order, i have checked in Extract structure of that data source, only fields are visible but how will i know that these fields are getting extracted from so and so tables?
    pls respond. thanks in advance

    Hi,
    Go to RSO2 at source system, Enter data source and click on display.
    if its table based then you can see table name there it self.
    if its view based then notedown the view name and go to  SE11, provide view and click on display. see joined table names there.
    Thanks

  • How to know the table name of an InfoCub if we know cube technical name?

    How to know the table name of an ODS if we know the ODS technical name?
    Thanks
    Message was edited by: Kevin Smith

    hi kevin
    if the ODS is a standard ODS then you check the following way in SE16
    (for custom ODS objects)
    /BIC/A<ODS technical name>00 (Active Data Table)
    /BIC/A<ODS technical name>40  (Activation Queue)
    /BIC/B<10 digit number> (Change Log Table)
    (for SAP defined ODS Objects)
    /BI0/A<ODS technical name>00 (Active Data Table)
    /BI0/A<ODS technical name>40  (Activation Queue)
    /BI0/B<10 digit number> (Change Log Table)
    and for Transactional ODS Object you will have only the active data Table. So you need to check with /BIC/A<ODS technical name>00 for the custom ODS objects and /BI0/A<ODS technical name>00 for SAP defined ODS objects.
    hope this helps.
    regards
    vijaykumar

  • How to know which table has got referencial integrity constraint

    Dear All,
    How can i know which table has got referencial integrity constraint on which table ?
    Ex : Department id column is a primary key in departments table whereas it is a foreign key in employees table. From where can i find the info regarding the relation between employees and departments table ?
    Waiting for your reply.
    Regards,
    Shyam

    you can use dba_constraints or all_constraints to help.
    http://download.oracle.com/docs/cd/B14117_01/server.101/b10755/statviews_1037.htm
    Example:
    select owner, CONSTRAINT_NAME,CONSTRAINT_TYPE,TABLE_NAME from dba_constraints where R_OWNER=':A' and R_CONSTRAINT_NAME=':B'
    A = owner of primary key
    B = constraint name (primary key name)

  • How to know the tables used in a program?

    Hi,
    Please tell me, how to know all the tables that have been used in a program?

    Hello Vijay
    Have you had a look at fm RS_PROGRAM_TABLES already?
    See also tables from prog
    Regards
      Uwe

  • How to know a table's column name and its types

    if there has one table called "myEmp" stored in my database, it uses to hold employees' information. when a newcomer is hired, the HR will use a register page to register his/her information. for the flexible purpose, i couldn't know how many columns in this table, since it may be added two columns or deleted one column in one day, all i should do is show all fields in the register page and get all data to insert into this table.
    so, how can i know one table's structure in java? i know there has a method in DatabaseMetadata class: getTables(catalog, schema, tablename, tabletype), it's return is resultset . i wrote a code below:
    DatabaseMetaData md = conn.getMetaData();
    ResultSet md.getTables(null, null, tablename, types);
    i set catalog and schema both are null since i don't know what else can i set?
    the ResultSet doesn't contain the information i want.
    is there anyone can tell me where i am wrong and the right method? thanx a lot!
    sincerely
    Jasmine

    use ResultSetMetaData to get Column names

  • How to know the tables used in an Extractor?

    Hi Friends,
    Is there any method to find out the underlying tables used in an extractor?
    For example , 2LIS_11_VAITEM datasource uses tables  VBAP and VBUP( item status). For LOs we can see it in Lo **** pit. So If any extractor uses more than one table ..then how do you see those?? . If it is generic ds which is based on Functional Module, then what is the procedure other going into table tab.
    Actuall i would like to know for DS of FICA Open items 0FC_OP_01 .
    Thank in advanace
    Murthy

    Hi If it is LO extractor:
    Use transaction code LBWE  in the R/3
    Go to the extractor for which you want to see the data( Logistic app->Extractors)
    Go to maintenance
    You will get an option to update just click yes and then you will get option to create request.Just check the display, it will lead you  top the window where you can see where all the fields are and from which table it is available.
    check the Roberto's blog:
    /people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins

  • How to know a table is using in any packeges or procedures

    Dear All
    How can I know that a table is using in any packege or procedure or function ?
    I mean , let say I have 10 Packages , 10 Procedures and 5 Functions .
    I need to know in which Packages , Procedures or Functions are using the table EMP .
    How can I search ? Is there any command or I need to open all the procedures and then search one by one ?

    Hi everyone,
    Did anyone interest in the topic search for dependencies between objects in the database?
    I want to see the PL/SQL code which is an appeal to a particular procedure or function or package and where and how does an object use in any PL/SQL code.
    Often do you have a need to get answers to these questions?
    I say about an object usage presentation, not about its relations only.
    Do you want to know, how opbject used?
    If it's a table - what's DML?(insert/select/...)
    If it used in a package - which procedure of package uses in?
    The object usage in an external objects - Oracle*Forms/Reports,Flat/Word files, Informatica.
    I'll want to know, if everybody interested to one.

  • How to know a table column name in HTML (Hyperion Interactive Reporting).

    Hello,
    I have a Hyperion Interactive Reporting dashboard section with an embembed table section on it.
    The dashboard it will be open only in HTML.
    I put the table as Active, so i can interact with her.
    So, what I need to know now is how can I know the column name or number when I double click in one cell of the table.
    Can anyone help me with this?
    Thank you in advance,
    Carlos

    Views don't have primary keys though their underlying tables might. You'd need to pick apart the view to determine where it's columns are coming from.
    You can select the text of the view in question from user_views.

  • How to know which table affected at server side application.

    Hello all,
    I am new to sql developer and I am accessing oracle database 11g of some xyz company and there application from other machine.
    I want to know that is it possible to monitor there application, that on saving/retrieving data which tables are used and what sql statements that forms(in application) are using.
    If it is possible then please tell me how ?
    I have used Sql monitor Toad to trace such statements on the same machine.
    But I cant use toad, all I have sql developer.
    Thanks

    [sorry, deleted irrelevant wrong answer]

  • How to know the table names n field names 2

    hi,
    with the use of the below fileds
    Vendor number, material number, PO number, Purchasing group/Buyer, PO creation date, PO delivery date, PO created by
    I should get the out put with the fields....
    PO, PO date, PO group/buyer, purchasing org, vendor, PO line, order quantity, Unit, Material, Description, ST LOC SHELF BIN, ST LOCBULK BIN, QTY TO BE RECV, QTY  RECEVED.
    Can anyone let me know  the corresponding fields and tables based upon the input fields
    SRI

    Hi,
    1.   press F1 functional key on the field you required
    2. Click on the technical information button which will be beside the book button
    3. Then Double click on the field name
    4. IF the display one is a structure then double click on the data type
    5. Now you are in Domain of the field name.. keep a cursor on the domain
        and  choose the where used list (with arrows)
    6. As MIGO transaction is related to the GOODS receipt..
        check one among the following tables:
        1. MKPF,
        2. MSEG,
        3. EKBE
        4. MVER
        5. SO31
        6 SO13
        7. SO 11.
    Award points if it is helpful
    Br,
    Laxmi

  • How to know the table field for RMCLM- ANZRE

    Hi experts,
    I need to know table for structure field RMCLM - ANZRE.
    In CL02, it indicates 'display relavent' for character.
    Thanks in advance.
    zak.

    CABN-ATVIE. (look at OSS [Note 488831 - Relevance fields are missing|https://service.sap.com/sap/support/notes/488831] found by keyword ANZRE, in the correction you will find the "move")
    Regards

  • How to extend the table control of ME22N ?

    Can somebody tell how to add a field to the tablecontrol of ME22N ? I think that it is not possible to do it via classic enhancements (ME22N). I suppose the wright way is via an BADI. But how, which one, adding the field via an ci-include via customizing or how ? How of you has experience with this issue and will help me by replaying.
    Thanx in advance folks.

    Hi,
    User-exits are not the best solutions for the Enjoy transaction.
    You have to look for BADIs instead of exits.
    To search BADi go to customizing (SPRO transaction) - Material Management - Purchasing - Business Add In for purchasing - Enjoy...
    Here click on the documentation icon.
    Use the following transaction to hadle BADi-s: SE19
    Use the following transaction to handle classes: SE24
    You have to create an instance. Always copy the instance from the original and add a "Z" letter befor it.
    You have to copy all relevant objects from its original (FM-s, etc) and write the modifications into it.
    This is very "deep water" will took a long time until you will be finished
    Regards
    Sudheer

  • How to know location table transaction or document?

    We use the SBO 2005 A PL 43 SP1 and want to ask the location of the table where the field exponent type of transaction / document. The delivery = DN; Receive Good = SI.DN and SI is located where?
    Thanks for the solution.
    Regards,
    Agung

    Good question,
    I always thought it is hard coded in one of the Store Proc writtem from SAP related to the OJDT.TransType table.
    Anybody else?
    Frederic

Maybe you are looking for

  • I unregistered my phone number with my apple id and now i need to register it back

    I went from an iPhone 4 to a Samsung Galaxy s4.  When I made the switch I was unable to receive text messages from iPhone users, so I "unregistered" my phone number from my apple id.  I also called tech support and they had to remove the license from

  • Mass creation of gl-accounts

    Hi, Is there any way to do a mass creation of gl-accounts in the chart of accounts? I have to create more than 300 accounts. Thanks Moderator: Please, search SDN

  • Pharmaceuticals Best Practice - 21 CFR Part 11

    I work for a SAP partner and our company would like to learn more about and provide support for 21 CFR Part 11 compliance - tracking changes and who made the changes.  Do we need to have the pharmaceuticals best practice installed in our SAP installa

  • Help Needed to learn Material Master

    Hi MDM Gurus, I need your help. I have gone through all the MDM toots like console, import manager, data manager and syndicator. I have assigned a task to work on MDM Material Master. But i have no experience in that. Please tell where should i start

  • Flash Player for Windows 8.1

    I upgrade to 8.1 and now everything I try to do says I need the latest Version of Flashplayer. I cannot find what to do to get it. I get a pop up page that tells me to test flashplayer and then tells me I do not have it. Can I take the old FP out of