Tcode to find the fields ,tables based on description of fields

hi folks,
tcode to find the fields ,tables based on description of fields,POINTS  will be awarded for the answers ,plz give reply.

Hello Kumar
Table DD03T contains the field descriptions.
Regards
  Uwe

Similar Messages

  • From what table I can find the field STTXT?

    From what table I can find the field STTXT (Description of maintenance status)?
    Regards,
    Subhasish

    Hello,
    Have a look at thgis thread.
    what is STATUS_TEXT_EDIT function
    Vasanth

  • Could anyone tell me in which tables could I find the field DMSHB?

    Hi All
    Could anyone tell mein which tables could I find the field DMSHB?
    It's managed in the t.code f-32
    Thanks

    Hi,
    find the below tables;
    BWPOS
    DSKOP
    J_1AOIFWVL
    MHND
    RFASLD11B
    TBKOW
    TZIN3
    Thanks

  • How to find the data table sin CRM 4.0

    Dear Guru's
    I want to know where can i get all the data tables in crm 4.0 for example if i want to know the data table for the Reason in activity Management.with the help of data table only the ABAP people can work.....na
    Points willbe given
    With Best Regadrs
    Sreeram Raghu

    Hi Raghu,
    There are many techniques in which you could find the database tables, few of them are given below:
    - Place your cursor in the field for ex: reason in activity and press F1
    - In F1 screen(performance assistant), Click on Technical Information (fourth button from left), you can find here the database table name.
    Another Option:
    - Go to transaction SE11
    - In Database Table Field type few letters, for example to find all the activity table type * act * and then press F4, all the tables related to activity will be displayed
    Wish this was useful to you
    regards
    Srikantan

  • Why can't I find the field remark when I use LSMW to create customer master

    I want to create customer master data with LSMW.
    Object               0050   客户主记录
    Method               0000
    Program Name         RFBIDE00
    Program Type         B   Batch Input
    but I can't find the field 'Comments' which is in view general data -> address.
    pls help me to find it.
    tks!

    Hi,
    This is quiet simple.
    See when you enter your Tcode in LSMW & start recording, on the first screen where you enter the customer details to create, you see a tick below "Use central adress management"
    Just tick this & record you will get comment in your recording
    Hope this helps you
    Regards,
    Dhananjay

  • Can you find the fields

    hi all
    please can you find the fields from which table.These are the fields
    PUR.ORG
    PUR.GROUP
    TOTAL NET PRICE.
    P.O NUMBER.
    ITEM NO.
      MAT.NO.
       MATERIAL DES.
      ORDER QTY.
    NET PRICE.

    Hi Kiran,
    Check tables<b> EKKO</b> and <b>EKPO</b> to get the above fields.
    <b>PUR.ORG</b>  -  EKKO-EKORG
    <b>PUR.GROUP</b>  -  EKKO-EKGRP
    <b>TOTAL NET PRICE</b>  -  EKPO-NETWR
    <b>P.O NUMBER.</b> - EKKO-EBELN
    <b>ITEM NO.</b>   - EKPO-EBELP
    <b>MAT.NO.</b>  - EKPO-MATNR
    <b>MATERIAL DES.</b>  -
    <b>ORDER QTY.</b> - EKPO-MENGE
    <b>NET PRICE.</b>  - EKPO-NETPR
    Thanks,
    Vinay

  • "RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'name'. Make sure it exists and that its name is spelled correctly.

     When I run the code below I get the following error:"RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'False'. Make sure it exists and that its name is spelled correctly. Note that I do not call
    anything by the name of "false" anywhere in this code.
    The subject code (the underscored line of code is highlighted in the debugger when the error occurs):
    Option Compare Database
    Private Sub JobAssign_Click()
    MatLotListAvail_openform
    End Sub
    Function MatLotListAvail_openform()
    Dim dbsAPIShopManager2010 As DAO.Database
    Dim rstMaterialLotJobJoint As DAO.Recordset
    Dim strSQL As String
    Set dbsAPIShopManager2010 = CurrentDb
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID" = "tempvars!JobID" And "MatLotID" = "tempvars!MatLotID"
    Set rstMaterialLotJobJoint = dbsAPIShopManager2010.OpenRecordset(strSQL, dbOpenDynaset)
    If rstMaterialLotJobJoint.EOF Then
    DoCmd.OpenForm "JobAssignMatConf", acNormal, "", "", acEdit, acNormal
    Forms!JobAssignMatConf!PartapiIDVH = TempVars!PartapiID
    Forms!JobAssignMatConf!JobapiIDVH = TempVars!JobapiID
    Forms!JobAssignMatConf!JobIDVH = TempVars!JobID
    Forms!JobAssignMatConf!MaterialLotIDVH = TempVars!MatLotID
    Forms!JobAssignMatConf!Desc = TempVars!MatDesc
    Forms!JobAssignMatConf!recdate = TempVars!recdate
    DoCmd.Close acForm, "MaterialLotListAvailable"
    Else: MsgBox "This material lot has already been assigned to this job."
    DoCmd.Close acForm, "MaterialLotListAvailable"
    End If
    End Function

    I think the SQL statement should be
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID=" & _
    tempvars!JobID & " AND MatLotID=" & tempvars!MatLotID
    This assumes thatJobID and MatLotID are number fields.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • How to find the database table behind the xtags  varibles?

    if in xtags we find that some varibles are not having the right data coming from xml -> database tables so how can we find out the names of database table behind it .
    <!-- <xtags:variable id="msds" context="<%=specs%>" select="//header/msds"/>
    <a href="/MSDS/<%=msds%> target="#">MSDS</a>
    -->
    now how to find the database table and the column name of database table from which the value of id msds is coming
    Here they have stored the name of pdf file . from this code pdf file is displayed

    Hi,
    Thanks for your response. It is PM related.  When I run a T Code - IK18,  the field Total Counter Reading field appears. I am looking for that particular fields actual table name and field name.  I think I have found it in IMGR table. Now I want to get IMRG-READG in my report, but there is no common fields in neither MKPF or MSEG table. So what can I do to connect IMRG table with either of them ?

  • Query to find the Base tables of views

    Hi,
    Can you pl let me know the query to find the base tables on which the view is based.I looked into views like ci_view_definitions but i could not find them.
    Thanks for your help
    thanx,
    Suji.

    select vw.name viewname, nvl( tabdef.name, vwdef.name) "based on"
    from   ci_view_definitions vw
    ,      i$sdd_vwtab
    ,      ci_view_definitions vwdef
    ,      ci_table_definitions tabdef
    where  view_ref = vw.id
    and    table_ref = tabdef.id (+)
    and    table_ref = vwdef.id (+)

  • Finding the DB Table

    hi Guys ,
    VBMTV is  a structure i have to find out the corresponding table .. how to find the corresponding table
    can any give the solution for this ,,
    Regards,
    Y Ravichandra.

    Hi ,
    Structure VBMTV is not used directly in any table .
    But a few function modules and programs are using thisstructure.
    FM SD_SELECT_SALES_ORDERS_WWW using the the fields of the structure of VBMTV ,
    select records from the table like - -    VBKA , VBFA etc.
    To get more information use the where used list as described in the other posts.
    Regards
    Pinaki

  • I need find the fields to the work plan

    I need find the fields to the work plan customization of notification of approval of work plan
    I'm doing a customization in work plan, in notification of work plan
    The customer need some information in notification, but the developer not is finding some fields, i need for help to find this fields in table of project management.
    I need of one select to pick all information necessary what the customer need.
    The fields are:
    Physical Advancement general contractor
    Planned-Baseline Cost Variance
    Scheduled Finish - in days
    Baseline Finish - in days
    Scheduled-Baseline Finish Variance - in day
    show the difference between the values of the work plan submitted and the baseline

    Hi;
    Please check below and see its helpful:
    Workflow customization
    Re: Workflow Customization
    Also check:
    Oracle Workflow Best Practices Release 12 and Release 11i [ID 453137.1]
    Oracle® W ork?ow Administrator ’ s Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15852.pdf
    Oracle Workflow Developer's Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15853/T361836T362168.htm
    Regard
    Helios

  • How to populate data in the same table based on different links/buttons

    Hi
    I'm using jdeveloper 11.1.4. I have a use case in which i need to populate data in the same table based on click of different links.
    Can anyone please suggest how can this be achieved.
    Thanks

    I have a use case in which i need to populate data in the same table based on click of different linksDo you mean that you need to edit existing rows ?
    What format do you have the date in - table / form ?

  • Delete PSA Request - unable to find the PSA table to see latest request ...

    Hi, I wanted to delete request thru an ABAP program in a process chain. I'm not planning to use the Process Chain variant because it will a conditional delete and I want the latest request to be deleted.
    I'm unable to locate the PSA table where I can find the reuqest. Any help is appreaciated.

    Hey,
    You can get the PSA technical name from the data source.
    Double click on data source --> from menu bar --> goto -> Technical Attributes
    Here you can find the PSA table name.
    or you can fine the PSA Table name from the below table.
    RSTSODS - Operational Data Store for the trans
    here the entry in the filed -ODSNAME_TECH while provide you the tehcnical name of the PSA table.
    Regards
    KP

  • How to find the new tables and columns in a schema

    hi..good morning to all...
    I have a schema ABC which owns some objects.
    Now some days before I have made another schema XYZ which was a replica of ABC schema.
    between these days some new tables, new columns in the existing tables(with or without default value), comments on the columns are being added in the new schema i.e XYZ schema.
    Now I have to find the extra things which are present in the new schema. I need to find the new tables, new columns in hte existing tables, their default values and descriptions of those.
    Can u plss help me how can I find it?
    I am guessing that I have to write a SQL query with a minus clause but I am not able to write it and also dont know where should I execute it.
    plss help. thanks in advance.

    And moreover, when I am executing the query to get the desired result, then it is throwing "illegal use of long datatype" error and pointing to the b.data_default area of my query..
    select a.table_name, a.column_name, b.data_default, a.comments from all_col_comments a, dba_tab_columns b
    where a.TABLE_NAME=b.TABLE_NAME
    and a.OWNER=b.OWNER
    and a.OWNER=XYZ
    minus
    select c.table_name, c.column_name, d.data_default, c.comments from all_col_comments c, dba_tab_columns d
    where c.TABLE_NAME=d.TABLE_NAME
    and c.OWNER=d.OWNER
    and c.OWNER='ABC'
    order by 1, 2;
    plss help...

  • How can i find the fields for &DOPOS_CPY-WRBT1(I13.0)&

    Hi All,
    In sapscripts, what is the meaning for (13.0)?
    how can i find the fields for &DOPOS_CPY-WRBT1(I13.0)&?
    Thanks.

    meaning for (13.0) is write to form this variable's 13 character non decimal and 0 character decimal places.
    shortly not write decimal places.
    DOPOS_CPY-WRBT1 is exist in form caller program. check in abap program not in sapscript.
    take care
    Çağatay

Maybe you are looking for

  • How to include Material Cost in the SD report

    Hi, I am working on Cube 0SD_C03 for the Sales and Distribution Report "Sales Contribution - Product Wise u2013 KPI" where I have to show the following information which are given below. 1. Total Sales Qty. 2. Total Sales Value 3. Total Material Cost

  • Source System in BI

    Hello All I have following questions related to Source system in BI. RSA1 --> Source Ssytem 1) We have following source system connection   BI (DEV)  BWDCLNT400 ---> ECDCLNT400,   BI (QA)     BWQCLNT400   --> ECQCLNT400  and   BI (PROD)   BWPCLNT400 

  • Need info on Mass Run FKK_EBS_TOI_COPA

    HI, For SAP FS-CD project,  We want to post data into CD by generating the IDOC through LSMW in Delayed Status (With out posting) and will be posted using Mass Run FKK_EBS_TOI_COPA. What is the standard process of posting throguh IDOC.  when i post t

  • To know my laptop is sufficient or not

    my laptop specifications are i5 3rd gen processor,4 gb ram,1 tb hard disk,1 gb graphic      is it sufficient to run premeirepro and after effects

  • ICS and Hotmail

    Ok - I've had the same problems with ICS as everybody else here (and every other forum). Some questions were answered by people here (which I appreciate - and then I go help someone else out on other forums). [Just FYI - before someone mentions clear