Table name for a structure

How can i find the table name for a structure?.

hi,
your question is not clear.
do you want to know the table name where the structure is used
then goto se11------> give your structure name in data type
press where used list
reward if helpful
prasanth

Similar Messages

  • Table name for the structure MEPO1211

    Hi Friends,
    I want to find out the the Purchase Orders created with USD currency.   This currency indicator is not available in the table EKPO.  On checking the PO, the currency field is in the strucure MEPO1211.
    Kindly let me know the table name where the PO with currency is stored or the table name for the structure MEPO1211.
    Thanks in advance.
    Regards,
    Mark K

    Hello Mark
    If the fields belong to the PO header then EKKO is the table you should look for.
    In case of item related data the table is EKPO.
    In any case structure MEPO1211 just belongs to screen 1211 in the PO application.
    Further Reading:
    [Purchase order item - cl_po_header_handle_mm|https://wiki.sdn.sap.com/wiki/display/ABAP/Purchaseorderitem-cl_po_header_handle_mm]
    Regards
      Uwe

  • Need Table name for the structure

    hello guru's,
    I am using the tcode AW01N , In that i need to fetch a field that field contanis structure named
    AW01_DEP_PAR.  My field name is RSTNDJ,RSTNDP . can u tell me from which table its stored .
      AW01_DEP_PAR-RSTNDJ,   AW01_DEP_PAR-RSTNDP.
    Regards
      vinoth.v

    Vinoth,
    We can find it using ST05.
    Activate the trace in ST05
    Run the transaction in which you want to find the table for the corresponding structure.
    After completing the entire transaction Process go to ST05 decactivate the trace and display the trace.
    Now in the menu bar go to Trace List>>Summarise trace by tables or press Ctrl+F8.This you will get to know all the tables that are getting updated when a particular transaction is Executed.If you explore it then you will be able to find out the corresponding table for a structure.Hope this may give you some lead.
    K.Kiran.

  • How to find table name for a structure field

    There is a field in contract display screen (VA43). Item overview tab. The name of the field is Value released (RV45A-AWERT). Can anybody let me know the name of the table and field that has this value. I have to display this value in a custom report.

    Hi Chandra,
    You can the see list of tables used for VA43 through transaction SE80.
    If you want to see the field is used by tables then go to transaction code SE84.
    1) Select ABAP dictionary->Data elements.
    2) Give the field name in the Data element under Standard selections and click on execute.
    3) Check the data element and click on where-used-list(CtrlshiftF3)
    4)Check table fields
    5)It will display list of table fields used by this field.
    Thanks,
    Vinay

  • Find Transparent table name for correspoding Dictionary Structure SRM 7.0

    Hi,
    I am not able to find Transparent table name for correspoding Dictionary Structure in Webdynpro Component for a field in  SRM 7.0.
    Please let me know.
    Thanks,
    Monica

    Hi Monica
    please tell the transaction name and the name of field seen in webdynpro
    regards
    andrea

  • What is the table name for structure field MUEBS???

    Hi...Experts...
        How can I know the table for a screen-field if i get structure from it F1 Technical settings....
    Ex: Here MUEBS is the screen field (Char. Display) in one of the subscreens of VA41. And it is from
          RV45A structure...
    Now how can I know the table name for this field MUEBS.
    I know some methods but they r not help ful.. please try it and get back to me.
    Thanks,
    Naveen.I

    Naveen,
    Table field                    Short Description                                                                               
    VBMUE            Sales Document: Characteristic Overview           
    MUEBS                          Characteristic display                                                                               
    VBMUEZ           Sales Document: Characteristic Overview Assignments
    MUEBS                          Characteristic display                                                                               
    VBMUET           Sales Document: Characteristic Overview Description
    MUEBS                          Characteristic display
    You can find same by SE15>Abap dictonary>fields>table fields.
    Amit.

  • Table name for the AMOUNT field in header details of costomer invoice

    hi experts,
                    I need the table name for the field AMOUNT(wrbtr) which is in header details in fb70 tcode .I have checked many tables like bseg bsid,  there its showing the amount but at item level.

    Hi,
    the table behind structure INVFO is RBKP (Header level).
    For item level you have table RSEG.
    These tables refer to MM.
    Once the MM documents are completed and you post the corresponding invoice RBKP data goes to BKPF and RSEG data goes to  BSEG data.
    The relattion between MM(RBKP/RSEG) and FI(BKPF/BSEG) documents is in field BKPF-AWKEY. This field usually contains (RBKP-BELNRRBKP-GJAHR that is MM documentMM year).
    e.g. (BKPF-AWKEY = 51056024412009)
    Best regards.

  • Table name for pick qty field in outbounddelivery

    Hi all
    can anybody please give the table name for the  field pick qty in the outbound delivery.
    regards
    chandra

    Hi,
    The picked quantity is used in the structure LIPS, field PIKMG. It doesnu2019t belong to any transparent table.
    this issue was been discussed in the abaper forum :
    about "Pick quantity".

  • Table name for ANZSO

    Hi Experts,
    What is the table name for field ANZSO which is prasent in structure RF05L.
    REGARDS..........

    If u find this field in any transaction just activate the trace in ST05 before entering the transaction and
    later check the tables it is hitting in the trace...
    u may find some clue....
    tell me the tcode containing this field?
    regards,
    lavanya

  • Table name for the transaction BNK_APP

    Hi,
              I want to know the table name for the fields like Batch pymt no , company code , batch currency used in structure BNK_STR_BATCH_REL_APPR .
    Thanks & Regards

    Can you share answered reply please for benifit of all
    Thanks

  • MD04 table name for stock statistics

    hi, all
    i'm wondering how can i find out the table name for MD04- stock statistics - Fixed receipts, the structure's name MDSTA-SUM02.
    I tried use ST05 to trace the update table name, i created a Production order, this "fixed receipts" field is updated. but i counldn't find out the right updated table for this particular field.
    does anyone know how to find it or if anyone knows the right table name for it! thanks

    Depending what you're trying to do, you can do a test run on MD_STOCK_REQUIREMENTS_LIST_API.  The only information you need to enter is the plant and material.  You'll want the results in E_MDSTA.  That will only be reasonable if you're trying to find the value for a single plant and material, though (or a handful).  If you need this information for all materials at all plants and need it frequently, which would seem more likely, your ABAPers can use this function in their report.  Again, the only info they'll need to pass to it are the plant and material.  Hope that works out for you.

  • How to find Table names for PO & Invoices in SRM Standalnoe system SRM 7.0?

    Hi,
    How to find Table names for PO & Invoices in SRM Standalnoe system SRM 7.0? Please let me know.
    Thanks,
    Monica

    Hi,
    In SRM for all objects like SC ( BUS21210),BID,PO(BUS22010),Confirmation (BUS2203),invoice etc all the data stored
    in BBP_PDHGP and BBP_PDBEI  tables only, These is no separate tables..
    for your reference below are the few SRM tables
    BBP_PDACC  Account Assignment 
    BBP_PDATT  Document Attachment 
    BBP_PDBEH  Backend Specific Header Data 
    BBP_PDBEI  Backend Specific Item Data 
    BBP_PDBGP  Partner Extension Gen. Purchasing Data 
    BBP_PDBINREL  Transaction Object Linkage (EBP) 
    BBP_PDHCF  Set for Tabular Customer and Solution Fields on Hdr 
    BBP_PDHGP  Business Transaction Purchasing Information 
    BBP_PDHSB  Bid Invitation 
    BBP_PDHSC  Header Extension for Customer Fields 
    BBP_PDHSS  Hdr Extension for SAP Internal Enhancements (IBUs and so on)
    BBP_PDICF  Set for Tabluar Customer and Solution Fields on Itm 
    BBP_PDIGP  Business Transaction Item-Purchasing Information 
    BBP_PDISB  Bid Invitation/Bid-Specific Item Data 
    BBP_PDISC  Item Extension for Customer Fields 
    BBP_PDISS  Item Ext. for SAP Internal Enhancements (IBUs and so on) 
    BBP_PDLIM  Value Limit 
    BBP_PDORG  Purchasing Organizational Unit 
    BBP_PDPSET  Further Procurement Information 
    BBP_PDTAX  Tax 
    CDCLS  Cluster structure for change documents 
    CDHDR  Change document header 
    CDPOS_STR  Additional Change Document - Table for STRINGs 
    CDPOS_UID  Additional Table for Inclusion of TABKEY>70 Characters 
    CRM_JCDO  Change Documents for Status Object (Table JSTO) 
    CRM_JCDS  Change Documents for System/User Statuses (Table JEST) 
    CRM_JEST  Individual Object Status 
    CRM_JSTO  Status Object Information 
    CRMD_LINK  Transaction - Set - Link 
    CRMD_ORDERADM_H Business Transaction 
    CRMD_ORDERADM_I Business Transaction Item 
    CRMD_PARTNER  Partners 
    SROBLROLB  Persistent Roles of BOR Objects 
    SROBLROLC  Persistent Roles of Business Classes 
    SRRELROLES  Object Relationship Service: Roles 
    Thanks & Regards,
    Prasad S

  • 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

  • Table name for opening and closing stock

    Hi gurus,
    i want table name for opening and closing stock .  How to calculate this opening and closing stock in report.
    Murali.

    Murali,
    Check out in OINM, which maintains all the details of the stock transactions..
    Hope it might help you..
    Regards
    Gattu

  • Field  and Table name for purchaser

    I want to know the field and table name for purchaser id and purchaser name.
    Plz help me.

    Dear
    Purchaser name are define in Header level data in Purchase Order EKKO & Purchase ID define as a Purchasing Group
    Purchser Name EKKO-ERNAM
    Purchase I D  EKKO-EKGRP
    Regards
    Aamir

Maybe you are looking for

  • Windows Blue Screen "unmountable_boot_volume"

    Hi! I'm using Bootcamp on a MacBook Pro in order to install Windows XP Professional. After successful installation of Windows XP Professional (re-formated bootcamp partion by windows setup with NTFS file system) a Windows blue screen appears with "UN

  • Jdbc to file scenario - base mapping error

    hello all, i am facing a similar issue discussed in this thread, Re: JDBC to FILE scenatio: How to map the resultSet? 1. i changed the document name and namespace 2. i checked for the occurence of the filed elements 3. i tried using the documentname

  • Load Java-Applet in a Webpage

    Hi everybody I've got a Errormessage while I loading my Java-Applet! I want to load a website with a Java-Applet! Then I get this Errormessage... Java VM version: 1.4.2 Java VM vendor: Sun Microsystems Inc. Class could not be loaded: gui Backtrace: j

  • HT203128 how do I get itunes to sync my outlook calendars and contacts to my iphone?

    ITunes no longer gives me the opportunity to sync my calendars and contacts with Microsoft outlook. How do I get this to work again?

  • MS Project Professional 2010 - Tasks and Formatting Lost

    I am using MS Project to manage the SRM Program.  This Program has over a thousand tasks and over a hundred milestones.  As we complete tasks and milestones I am formatting the backgrounds differently for ease of use.  I am shading tasks grey and mil