Need Tables for structures

Hi,
These are 4 fields are from different structure.We are unable to find tables for these structures.
All field and structures are from VA03 transaction in ECC.
*Name :Production Order Status    Structure : CAUFVD          FieldSTTXT*
*Name:Sales Order header Status    Structure VBSTT                 Field  GBSTA_BEZ*
*Name:Material Style (in SO).T(from Sales order)                  Field     ATWRT*
*Name; Sales Order line item Status*  
Please anyone can help us
Thanks,
Sridhar

Hi
It seems that you want test of the describ fields, for which you need to find relevant test table.
For Production order status use--->
Goto CAUFV
get the field - CAUFV-OBJNR
Pass this in JEST in field = OBJNR, object number and INACT = space
you will get severail entries for field STAT.
pass this field entries STAT to tabel TJ02T and field - ISTAT, language = EN
you will get status in the field TJ02T-TXT04 and text in field - TJ02T-TXT30.
or simply use FM- STATUS_TEXT_EDIT
Thank-You.
Regards,
Vinod

Similar Messages

  • Need table for customer and vendor carry forward balance

    Hi,
    I need to fetch the carry forward(opening) balance for GL, customer and vendor account for my report.
    I have table which contains c/f balance for GL accounts which is "GLT0" and now looking for a table for customer and vendor accounts.
    Please let me know if anyone have idea in which table i can get the c/f balance for customer and vendor accounts.
    Thanks in advance.
    Regards,
    Swati

    Hi Gurus
    The requirement from the client side in my case is to have opening balance in Tr code ZFBL1n, ZFBL3N and ZFBL5N.
    Now, from the above thread i got the Tables where i could find the Vendor and Customer Opening Balance but i also want Opening Balance for GL.
    and my 2nd query is how to get these opening balance in Z report, at Header Level.
    Thanks and Regards
    Dnyanesh

  • Need table for Transport Request component

    Hi,
    I need the name of the table that stores the TR name and all the Objects to be transported in them.
    Thnx in advance,
    Chirantan

    Check <b>E070</b>
    E070     Change & Transport System: Header of Requests/Tasks
    E070A     Change & Transport System: Attributes of a Request
    E070C     CTS: Source/Target Client of Requests/Tasks
    E070CREATE     Change & Transport System: Creation Date of Request
    E070DEP     Change & Transport System: Dependencies of Requests
    E070L     CTS: Index for Assigning Numbers to Requests/Tasks
    E070M     CTS: Target Development Class/Layer for Requests
    E070N     UNIX/SAP User Connection
    E070P     Path under which a C correction is created
    E070TC     Help Table for E070 for Client-Specific Imports
    E070USE     Use of Current Requests by Users
    E071     Change & Transport System: Object Entries of Requests/Tasks
    E071C     Change & Transport System: Client-Specific Lock Flag
    E071E     Lang. Transport: Positive List for Generic Object Selection
    E071K     Change & Transport System: Key Entries of Requests/Tasks
    E071KF     Change & Transport System: Nametab Information on Key Fields
    E071KFINI     Change & Transport System: Nametab Information on Key Fields
    E071L     Language Transport: Transport Information
    E07T     Change & Transport System: Short Texts for Requests/Tasks

  • Need tables for Budget

    HI All,
    I need  tables regarding Cost Center and its CC Budget amount & Internal Order and its IO Budget Amount.
    Could you please give some tables to fulfill my requirement
    Thanks in advance
    regard
    Vishnu

    hi check this
    BPIG                       
    BPIJ

  • Need Table for BOM selection with qunatity

    Hi experts,
    I'm unable to get the table for Alternate BOM, BOM component and Component qty in one table. Plz help me if any body having idea about this inform me.
    Thanking you,
    Narendra

    Hi,
    Please find below tables for BOM
                          STKO                    BOM - header
         STPO                    BOM - item
         STAS                    BOMs - Item Selection
         STPN                    BOMs - follow-up control
         STPU                    BOM - sub-item
         STZU                    Permanent BOM data
         PLMZ                    Allocation of BOM - items to operations
         MAST                    Material to BOM link
         KDST                    Sales order to BOM link
    I think use MAST,STKO ,STPO for your use
    Regards
    SANIL

  • How to find table for structure field ???

    Hi..
    i need your expert help on this.
    i am working on printing of terms of payment description. here there are explanation fields. it is coming from structure R052. and field name is TXT 02. here as per my understanding structure is coming from multiple tables so how i can find that from which table this field is coming??
    thanks
    h shah

    Dear,
    Well I cant say this is the solution for your issue, but have a look.
    http://it.toolbox.com/wiki/index.php/Find_data_in_your_SAP_system_and_know_which_tables_do_what
    DD02L - table properties
    DD02T - table texts
    DD03L - field properties
    DD03T - field texts
    How to find data related to a structure? With GREAT difficulty, but here are some ways (which will NOT work sometimes) to find specific fields if you know the structure's fieldname.
    1) First, goto SE11, and enter your structure name. Goto the field that holds your data, and double-click on the element name. Once inside the element, do a where-used list for that element, searching tables only. Then go into each table, and see if you can find the one holding your data. There may sometimes be a huge number of tables displayed, but a lot of them will be empty.
    2) Get the name of the program behind your transaction, goto SE80, and enter the program name. 99% of the time it will be part of a module-pool and bring up the pool. Goto the dictionary structures, and search each table there for the one holding your data.
    3) Open a new session with transaction ST05, select SQL Trace, click on the Trace On button, and go back to your transaction (while leaving the session with ST05 open). Submit your transaction, and go back to the ST05 session. Click on the Trace Off button, then select the List Trace button. Continue with standard selections, and a BASIC TRACE LIST will appear. search thru the tables displayed under ObjectName.
    and have a look at below.
    You do know any transaction in which (related) data is used: 1) start the transaction 2) position the cursor on the field you want to have info about 3) press F1, then F9 4) now you see the technical information of the data element, such as table name and field name. 5) if the table mentioned is what you're looking for, you're done. It is also possible that the data element is in a structure and not in a table. Now you can either analyze the structure via trx SE11, or you can double click on the 'data element' field. In the next screen, use the 'Where used' button to find the tables in which this data element is used.
    Additional tip: if you have found the table name, you can use trx SE36 to see the relationships of this table to other tables. You can use these relationships when defining queries, designing custom ABAP programs, etc. If you're lucky, one or more standard SAP logical database exist which contain the table you found in the previous steps. Proceed as follows: 1) start trx SE36 2) use the search help for the logical database name 3) enter the name of the table in the search help 4) press enter and, if you're lucky, you'll see a list of logical databases. Select one, press enter, select the radio button 'Structure' and press the view button. Now you'll see how this table is related to other tables.
    And finally, I prefer, the simpliest way to contact the ABAP consultant for help.
    Regards,
    Syed Hussain.

  • Table for structure ITSEGDIAE

    Hi everyone,
    i have a  req that i want to access the begin pplan date and actual delivery date from VL02n.
    i acess these fields by goto->header->dates and i select events... and i enter begin plan date and actual date.
    i see that these fields are stored in structure ITSEGDIAE.
    i want to know in which table they are actually stored...
    so that i can use them in my report...
    can anyone solve this....

    Hi,
         Use the database table TSEGE to find the values.
    you can retrieve the information using FM.
    First use the FM  'TSEG_READ' to read the data.
    then use TSEG_MODIFY_TST to modify the date.
    example.
    pa_ls_object = 'WSHDRLIKP'.
    CALL FUNCTION 'TSEG_INIT'.
    *   Define stucture to be read                                         *
      CALL FUNCTION 'TSEG_READ'
        EXPORTING
          if_object                = pa_ls_object
          is_object_wa             = pa_likp
        EXCEPTIONS
          object_not_found         = 0
          handle_not_found         = 0
          customizing_inconsistent = 0
          fatal_error              = 0
          OTHERS                   = 0.
    *   Modify the Event                                                   *
      CLEAR l_sysubrc.
      CALL FUNCTION 'TSEG_MODIFY_TST'
        EXPORTING
          if_handle     = pa_handle
          if_time       = pa_time
          if_even_cnt   = pa_evncnt
          if_even_verty = pa_verty
          if_even_vernu = pa_vernu
          if_time_tst   = pa_time_st
        IMPORTING
          ef_subrc      = l_sysubrc
        EXCEPTIONS
          fatal_error   = 1
          OTHERS        = 2.
    *   Update the Event                                                   *
      CALL FUNCTION 'TSEG_WRITE'
        EXPORTING
          if_object            = pa_ls_object
          is_object_wa         = pa_likp
    *   IF_UPDATE_TASK       = 'X'
    *   IF_HANDLE            = ' '
    * IMPORTING
    *   EF_UPDATE            =
       EXCEPTIONS
         fatal_error          = 0
         no_events            = 0
         OTHERS               = 0
    Note:
      -->   pa_handle - Handle
      -->   pa_time   - Begin / End Event name
      -->   pa_evncnt - Event count
      -->   pa_verty  - Version type
      -->   pa_vernu  - Version number
      -->   pa_time_st - Time stamp
      -->   pa_ls_object - Object
      -->   pa_likp - LIKP values
    Edited by: Niyaz Ahamed on Mar 19, 2008 12:07 PM

  • Need tables for tracking Invoice Items back to the Batch Numbers/Item codes

    Trying to build report to show the Inventory movement from a Sales Invoice Item back to the source items and the Batch Numbers for assigned along the way.  Having problems finding all the tables to connect the Batch information to the Invoice information.
    In B1 under batch management I can see fields that belong to tables RBTN, RITL and OBTN  but I can only find OBTN in Crystal.
    Are these tables hidden for some reason or are they Temporary tables that B1 creates when opening the form/report.

    You may check this: Re: To what table are Batch# saved to with SAP 8.8

  • I need tables for prepare the master data templates for PM

    Dear Experts,
    can we prepare the master data templates by using the tables? if its possible means how we can prepare and what we have to considered ? is it right way or wrong?
    please suggest me to prepare the masterdata templates for ever use. if any small corrections we can correct it at usage time.
    please help me
    thanks a lot in advance

    Dear Jalu,
    Master data Templates have to be prepared based on Client's requirement after understanding their Business.
    For example, in Equipment master there are ~ 60 to 70 feilds, no client requires all of them. Some are inherited.
    After client requirement freezing, record LSMW and based on that prepare the Template.
    Regards,
    MLN Prasad

  • Need tables for the fields

    Hi,
            I want to know the tables where these fields can be available...
         Field “SERNR1”  -  Serial Number
    •     Field “MATNR1” – Assy Matl
    •     Field “SERNR” – Assy Serial NO
    •     Field “ARKTX” – Assy Description
    Pls let me know as soon as possible..

    Hi,
    check table vbap / VBRP/ LIPS , in those tables you can get
    ARKTX,MATNR,SERNR  fields.
    But there is no field with the name sernr1 in standard databse tables. May be that you can find in customized tables created specific to your project.that we cant see .
    but about matnr1 you can get in the following tables.
    VCRSELA_RES      Cross Selling Analysis: Results     
    HBSRLS           Affected Building List              
    Regds
    Sivaparvathi
    Please reward points if helpful...
    Edited by: Siva Parvathi on Dec 20, 2007 11:34 AM

  • Table for structure field AFRUD-LTXA1

    I want to know where the contents of field LTXA1 are stored when we use transaction co11...
    please reply...

    Hello
    Try table AFRU

  • How to create internal table for a structure in BSP

    hi ,
    I have created a Structure in BSP.I want to create an internal table for that Structure. But in my coding ie.
    <% data: begin of itab_1 .
                     include type zuvendstr.
                     data:end of itab_1.
                     data wa_str like line of itab_1.
                     loop at itab_1 into wa_str. %>
                    <tr>
                     <td><%=wa_str-name%> </td>
                           <%endloop.%>
    In this zuvendstr is Structure ,wa_str is workarea and itab_1 is an Internal table.But it is showinng an error that itab_1 is unknown.But we cannot define internal tables for an Structure in Page Attributes.So,please resolve how to create internal table for Structure in BSPS

    Hi,
    You can define itab_1 like this (assuming zuvendstr is a structure type):
    DATA: itab_1 TYPE TABLE OF zuvendstr.
    Regards,
    Tanguy

  • Tables for Transformation's

    Hi friends,
    I'm using BI 7.0  and some DataSource's are mapped like DatsSource <>Infosource and some are DataSource<>Datataget in Transformations, now I want to know what are tables which are having all mapping details in BI 7.0
    Need Tables for :
    DatsSource <-->Infosource  (Transformations)
    DataSource<-->Datataget    (Transformations)
    Thanks
    Ganga.
    Edited by: Ganga on Jul 9, 2009 7:13 AM

    Hi Ganga ,
    Try out below mentioned tables. Hope they will solve your purpose.
    RSISOSMAP            Mapping Between InfoSources and DataSources (=OLTP Sources)
    RSOSFIELDMAP      Mapping Between DataSource Fields and InfoObjects
    RSKS                      Communications Structure (View) for Attributes for an InfoSource with Direct Update
    RSKSFIELD             Texts on InfoSources with Flexible Update
    RSISFIELD               InfoObjects of an InfoSource with Flexible Update
    Regards,
    Rohit Garg

  • Tables for DTP and Infopackage

    Hi ,
    My requirement is we need to write a custom ABAP Program to view properties and various tabs, details in the tab etc for DTP and Info package. So we need the list of tables or any sources from where the data is fetched for the each of details in DTP and Info packages.
    For example: Will get the Infopackage Data Selection details from table 'RSLDPSEL'. Like this we need table for each settings in Infopackage and DTP.
    Regards,
    Lavanya.

    HI,
    Infopackage related table:-
    RSLDPIO-     Links datasource to infopackages
    RSLDPIOT-infoPackage Text Description
    RSLDPRULE-ABAP source code for InfoPackages
    RSLDPSEL -Hardcoded selections in InfoPackages
    RSMONICDP-Contains the request-id number by data target
    RSPAKPOS-List of InfoPackage Groups / InfoPackages
    DTP Related Tables:-
    RSBKDTP       BW: Data Transfer Process Header Data
    RSBKDTPH      DTP: Historic Versions
    RSBKDTPSTAT      Status Information on Data Transfer Process
    RSBKDTPT      Texts on Data Transfer Processes
    RSBKDTPTH      Texts on Data Transfer Processes
    RSDDSTATDTP      Table for WHM Statistics. Details DTP
    RSOACUBE_DTP      BW: OLTP Direct Access: Directory of Assigned Remote DTPs
    RSBKDATAPAKSEL      DTP: Data Package Selections
    RSBKSELECT      Selections for DTP Request (Summary)
    RSBKREQUEST      DTP Request
    RSBKREQUEST_V      View of DTP Request
    RSBKBP      Breakpoints
    RSBKDATAINFO      Information on DTP Runtime Buffers
    RSBKDATAPAKID      DTP: Status Table for Data Packages
    RSBKSUBSTEP      Properties of Substeps in a DTP

  • Table for Individual capacity of Workcenter

    Hi friends,
    I am working on one requirement for which I need table which is used for storing 'Iindividual capacity' . I could not find the table. Please help.
    I am not intrested in Capacity table like KAKO , need table for 'Individual capacity' (which we do enter on cap header screen of work center - goto - individual capacities)

    Hi,
    you can get the Individual capcity in following table for work center.
      KAPA - ANZHL                      
       KAZY - ANZHL                      
       LDLBC  -AZNOR       
    Regards,
    Sundaresan

Maybe you are looking for