TERMAB, TERMBI fields belongs to which table in plant maintenace module

Hi gurus,
   I am looking for the tables of TERMAB, TERMBI fields.
If we run iw39 transcations
we will get so many fields,
in that   Duration: From:      To : fields are TERMAB, TERMBI fields , i want to know in which table  it will be get stored.
With Regards
Lohith Gowda

From SAP Help:
The respective reference dates are as follows:
1. for notifications, it is the notification date
2. for completed orders, it is the reference date of the order completion
3. for orders not completed, it is the order start date
This is the reference date period for which report should be shown.

Similar Messages

  • How to find out which field belongs to which table

    Dear all
             How to find out this "Field name:-  LFSNR" belongs to which table.
    regards
    M.Chandra mohan

    Hi
    You can go to SE84.
    ABAP Dictionary --> Fields --> Table fields
    Enter field name and execute. You will get list of table where this field is exist.
    hope it helps
    regards
    Srinivas

  • Field names from which table???

    Abapers,
    I have a question regarding a table used for retrieving the field names based on the message type?? Does anybody has any idea which table is used for this purpose.
    Any solution is really appreciated.
    Thanks,
    Naren

    You going to have to give us more than that......please.
    Need more input.
    Regards,
    Rich Heilman

  • Which table belong to which table

    Wanted to know which table belongs to which tablespace or datafile.
    example table name - ABC
    Facing problem ORA-01653: unable to extend table ABC but no tablespace is mentioned

    Richa wrote:
    Wanted to know which table belongs to which tablespace or datafile.
    example table name - ABC
    Facing problem ORA-01653: unable to extend table ABC but no tablespace is mentionedSELECT TABLESPACE_NAME FROM USER_TABLES WHERE TABLE_NAME = 'ABC';

  • Regarding assembly indicatr field in CS03(Which table can i fetch it from?)

    Hi,
    I have a simple query regarding the transaction CS03. When I give the Material Number, Plant and BOM Usage as input, I would get the list of components for this material.
    Inside the transaction, is a CHECKBOX field ASM - this Indicates that the component for this material has its own BOM or has further components).
    Could anyone tell me in which SAP table this information is stored i.e. an indicator to tell us if the component/material has further BOM or not.

    Dear MR.Ashwin,
    <b>There's no table to find out the field for STLKZ  - Assymbly Indicator.
    Try with Some Functional Modules for BOM.</b>
    Reward points & close this thread.
    Regards
    Mangal
    Message was edited by:
            Mangalraj

  • Need to find the text of the fields and in which table it stores  IN   (Pm)

    Hi  ,
            Just could any buddy let me know the field CALL_STATUS in transaction IP03 get stored .
    just help me out to fine the table where that gets stored .
    For refference u can fine the field in transaction IP03 In strip  schedule call item
    field lable name :  Date Type Status
    Thanks ,
    Vinay

    Hi,
    Directly if u want to get value of call_status from table, u need to combine many tables, instead u can use any call function which will return the status.
    example:
    CALL FUNCTION 'STATUS_TEXT_EDIT'
              EXPORTING
                client           = sy-mandt
                flg_user_stat    = 'X'
                objnr            = wa_orderno-objnr
                spras            = sy-langu
              IMPORTING
                user_line        = v_status
              EXCEPTIONS
                object_not_found = 1
                OTHERS           = 2.

  • ALV Layout set fields stored in Which table?

    HI All,
    I Developed ALV Report,and created Layout for that . I want to know where the all fields for particular layout set are stored?

    Hi
    i am getting the error, not_found.
    if i found the table entries i have 8 entries.
    CALL FUNCTION 'LT_VARIANT_LOAD'
      EXPORTING
      I_TOOL                      = 'LT'
        i_tabname                   = '1'
      I_TABNAME_SLAVE             =
       I_DIALOG                    = ' '
      I_USER_SPECIFIC             = ' '
      I_DEFAULT                   = 'X'
      I_NO_REPTEXT_OPTIMIZE       =
      I_VIA_GRID                  =
      I_FCAT_COMPLETE             =
    IMPORTING
      E_EXIT                      =
       ET_FIELDCAT                 = ttet_fieldcat[]
      ET_SORT                     =
      ET_FILTER                   =
      changing
        cs_layout                   = tcs_layout
        ct_default_fieldcat         = tct_default_fieldcat
        cs_variant                  = GT_disvari
    EXCEPTIONS
       WRONG_INPUT                 = 1
       FC_NOT_COMPLETE             = 2
       NOT_FOUND                   = 3
       OTHERS                      = 4
    IF sy-subrc <> 0.
          MESSAGE 'Error loading variant!' TYPE 'I'.
        ENDIF.
    any clue on this

  • How to find that from which table data is coming in datasource?

    Hi friends
    I want to find that from which tables data is coming into datasource 2LIS_04_P_COMP,2LIS_04_P_MATNR..
    I have searched in forums.. I also have checked in sap.help.. but I didnt get any tablename in field "Table of origin"..
    Please tell me how can I find that data is coming from which table into these datasources..
    I dont want name of the setup tables.. I want name of the original tables (in R/3)which has data..
    Regards
    Swati

    Hi......
    For  data source 2LIS_04_P_COMP............MCAFKO, MCAFPO, MCCOMP are the R3 communication structures...........
    Check these commonication Structure in SE11............I think u will get the required information........
    2LIS_04_P_MATNR is Material View from PP/PP-PI ..........check this..........
    http://help.sap.com/saphelp_nw70/helpdata/EN/88/7fc73c0c52085be10000000a114084/frameset.htm
    Check this each field in SE11....from there try to find out these fields belongs to which table..........as I hav explained u in another thread..........
    May be the extractor is using these fields from different tables.....
    Regards,
    Debjani........

  • How can i update the REMARK field in ADRT database table

    Hi all,
    How can i update the REMARK field in ADRT database table
    By using Function modules or BAPI’s
    Please reply me fast

    Hi,
    you can try this code:
        SELECT SINGLE * FROM KNA1 WHERE KUNNR = wa_kunnr.
        IF sy-subrc = 0.
          CLEAR adrct.
          SELECT SINGLE * FROM adrct WHERE addrnumber = kna1-adrnr.
          IF sy-subrc = 0.
            adrct-remark = wa_remark.
            MODIFY adrct.
          ENDIF.
        ENDIF
    best regards,
    Thangesh

  • Identiying in which table a field belongs to

    we have requirement to bring value of field NBW- BOOK VALUE AT FISCIAL YEAR END, WHICH is defined in a structure. now how to know in which table the value of this field is stored.
    thanks

    Hi,
    In Your structure for the field you want to find the table just click on the component type(data element) then click on the domain, there you could see three tabs- in that goto Value Range Tab and then check whether any Value table exist or not. This helps you to find table for a field in structure.
    Srikanth.

  • To which table the structure plknzea belongs

    i need to find out the table to which this sturcture(plknzea) belongs.
    how the table fplt is related to table aufk

    This structure is only used in two programs to hold certain data from screen fields.  Depending on certain values of these fields, it sets a value to view V_T350_P, which is a view over T350.
    Code from L0I04I10.
      IF PLKNZEA-SOFT EQ YAUSW.
        V_T350_P-PLKNZ = YAUFT_SOFT.
      ELSE.
        IF PLKNZEA-GEPL EQ YAUSW.
          V_T350_P-PLKNZ = YAUFT_GEPL.
        ELSE.
          IF PLKNZEA-UNGP EQ YAUSW.
            V_T350_P-PLKNZ = YAUFT_UNGP.
          ENDIF.
        ENDIF.
      ENDIF.
    It does something simular in the other program.
    Code from LCOIHI06.
      CLEAR CAUFVD-PLKNZ.
      IF  PLKNZEA-UNGP = YX.
        CAUFVD-PLKNZ = SPACE.
      ELSEIF PLKNZEA-GEPL = YX.
        CAUFVD-PLKNZ = 1.
      ELSEIF PLKNZEA-SOFT = YX.
        CAUFVD-PLKNZ = 2.
      ENDIF.
    Does this answer your question?
    Regards,
    Rich Heilman

  • In which table field DEPARTMENT

    hi all,
    In which table i can find field DEPARTMENT.
    Thanks,
    sappk25
    Moderator Message: Consult your Functional Consultant/Specifications.
    Edited by: kishan P on Sep 2, 2010 12:46 PM

    I have already tried that, but when I do an insertion on the join view, the data which is in the other table is not displayed, although it is already in the database.
    It is like the viewobject is not updated. Do you know how I can refresh the view object in order to get the the updated information?
    The query of the view object is at the bottom of this message, and data that is not displayed when I do the insert belongs to the tables CodigoGeografico, CodigoOrganico, SegOrganizacion, Estado and SegRol:
    SELECT SegUsuario.CODIGO,
    SegUsuario.USUARIO,
    SegUsuario.NOMBRE,
    SegUsuario.ROL,
    SegRol.NOMBRE_ROL,
    SegUsuario.CODIGO_GEOGRAFICO AS CODIGO_GEOGRAFICO1,
    CodigoGeografico.DESCRIPCION,
    SegUsuario.CODIGO_ORGANICO AS CODIGO_ORGANICO1,
    CodigoOrganico.DESCRIPCION AS DESCRIPCION1,
    SegUsuario.ORGANIZACION,
    SegOrganizacion.NOMBRE_ORGANIZACION,
    SegUsuario.CONECTADO,
    SegUsuario.STATUS,
    Estado.DESCRIPCION AS DESCRIPCION2,
    SegUsuario.BLOQUEADO,
    SegUsuario.MAQUINA,
    CodigoGeografico.ROWID AS ROW_ID1,
    CodigoOrganico.ROWID AS ROW_ID2,
    Estado.ROWID AS ROW_ID3,
    SegOrganizacion.ROWID AS ROW_ID4,
    SegUsuario.ROWID,
    SegRol.ROWID AS ROW_ID5
    FROM SEG_USUARIO SegUsuario, CODIGO_GEOGRAFICO CodigoGeografico, CODIGO_ORGANICO CodigoOrganico, ESTADO Estado, SEG_ORGANIZACION SegOrganizacion, SEG_ROL SegRol
    WHERE SegUsuario.ROL = SegRol.CODIGO_ROL AND SegUsuario.CODIGO_ORGANICO = CodigoOrganico.CODIGO AND SegUsuario.CODIGO_GEOGRAFICO = CodigoGeografico.CODIGO AND SegUsuario.ORGANIZACION = SegOrganizacion.CODIGO_ORGANIZACION AND SegUsuario.STATUS = Estado.CODIGO

  • Which table field I can confirm if the PO has done invoice receipt

    Hi,
    From which table field, I can confirm the PO has done invoice receipt. and in case of that with reference a PO, I have done the IR, but it was reversed, which means PO has not done invoice receipt.
    For this case, I don't want to read table EKBE to retrieve the invoice number, the read table RBKP to judge if there is a reverse IR for it.
    If there any status table field which indicate if the PO has done invoice receipt.
    Many thanks,
    Aries

    Hi Raj,
    For invoice receipt and credit memo, EKBE-BEWTP is all set with 'Q', so if there is reversed invoice. Also you can retrieve data from EKBE. But actually the PO also needs a invoice receipt. So it can not meets the requirement.
    Regards,
    Aries

  • How to Find out the from which table we can get the following fields?

    The following fields are from invoice data
    How to  know or from which table we get the following fields:
    Header Details:
    Manifest:, Finance Control #:, Alternate SID:, Carrier:, Container/Trailer #:, Hazmat Code:, Harmonizing Code, Freight Forwarder, Fiscal Rep., Ship From,  Notify Party
    Item Details:
    VAT/Tax Rate %, VAT/Tax Amount, Measurements, Net Weight, Gross Weight
    thanks

    Dear Krishnama
    Place your mouse on the required fields and press F1.  A box with header Performance Assistant will appear in front of you where you select "Technical information" (icon like hammer and spanner). 
    You can now see what table it is.
    thanks
    G. Lakshmipathi

  • Adding 2 new fields as Primary Key field in a Z Table which is existing PRD

    Hi Friends,
    I have to add two new fields as primary key fields in a Z TABLE, which is existing in Quality and Production Systems with Data.
    If I incorporate these two new fields (Primary Key fields) in development and if the TR is moved to Quality and Production sytems, is there any possibility of loss in data will happen at Quality and Prd systems?
    At present, Table is having 20 fields with 2 primary key fields and i have to add 2 more primary key fields.
    I have checked in SCN and not find relevant threads.
    Please help me out.
    Regards,
    Suresh.

    NO . It wont be a problem .
    For ex :
    If you have VBELN  , POSNR are key fields now , you have an unique reord with that combination .
    If you add one other field in it  fo ex  VKBUR  then records will be like this
    VBELN     POSNR     VKBUR   MATERIAL   QTY
    10020      10                            abcxyz      1
    10020      10            1234        abcxyz     1
    So your previous records before adding new primary keys , will have new fields balnk , and the new records will have data filled up in all primary key fields .
    However , if you try to update the existing records that will be in existing PRIMARYKEY combination only .
    for example if you try update record 1 above with VKBUR value 85858 , it creates a new record , it wont be updated in existing record.
    Hope this helps , Pls let me know if u have any more doubts.

Maybe you are looking for