Field descriptions of table fields

hi experts,
               can u help me to find the table which stores  field descriptions of ekko and ekpo table fields.

Tables : ekpo,ekko.
Data    : lv_len TYPE i.
DESCRIBE FIELD ekpo-EBELN length lv_len.
WRITE lv_len.
try other options like
1. ... LENGTH len
2. ... TYPE type
3. ... TYPE type COMPONENTS n
4. ... OUTPUT-LENGTH len
5. ... DECIMALS n
6. ... EDIT MASK mask
7. ... HELP-ID hlp
Regards,
Linda.

Similar Messages

  • Get description of tables and columns

    Good afternoon.
    Is there any option in SAP B1 to get a description of table and column dynamically? That is, without the "Tools -> Queries -> Query Generator"?
    I am developing an add-on, which lists all the tables and columns of the sap, and I have to bring the descriptions automatically. If you do not have to get the SDK route descriptions, as you suggest doing this?
    Edited by: Harley Rodrigues on Feb 1, 2012 9:38 PM

    Hi Harley,
    Welcome to the Forum!
    please refer to your SDK Help. you can find it from this path C:\Program Files\SAP\SAP Business One SDK\Help
    also alternatively you can view it from your MS SQL Server Management under Databases
    regards,
    Fidel

  • Fetch field names & Description for Table

    Hi,
       My requirement is if i enter the Table name i have to get all the field names and description .Please tell me how to do.
    Thanks,
    Mohan

    Hi,
    TABLES: DFIES,
            X030L.
    DATA: BEGIN OF INTTAB OCCURS 100.
            INCLUDE STRUCTURE DFIES.
    DATA: END OF INTTAB.
    PARAMETERS: TABLENM TYPE DDOBJNAME       DEFAULT 'MSEG',
                FIELDNM TYPE DFIES-FIELDNAME DEFAULT 'MENGE'.
          call function 'DDIF_FIELDINFO_GET'
            exporting
              tabname              = TABLENM
              FIELDNAME            = FIELDNM
              LANGU                = SY-LANGU
    *         LFIELDNAME           = ' '
    *         ALL_TYPES            = ' '
    *       IMPORTING
    *         X030L_WA             = WATAB
    *         DDOBJTYPE            =
    *         DFIES_WA             =
    *         LINES_DESCR          =
            TABLES
              DFIES_TAB            = INTTAB
    *         FIXED_VALUES         =
            EXCEPTIONS
              NOT_FOUND            = 1
              INTERNAL_ERROR       = 2
              OTHERS               = 3.
          if sy-subrc <> 0.
             WRITE:/ 'Field name not found'.
          endif.
          LOOP AT INTTAB.
             WRITE:/ INTTAB-TABNAME, INTTAB-FIELDNAME, INTTAB-FIELDTEXT.
          ENDLOOP.
    Thanks and regards,
    Ramani N

  • Modifying Short Description In Table Definition

    How Do Everyone!
    I have managed to add a new field on the infotype 0006
    screen (Addresses). The new field has been defined as
    char 1. The short desciption on the table PA0006 for this
    field as somehow been set to 'Single-character flag'.
    I can't seem to naviagte to the description property. It
    is all greyed out.
    Can someone tell me how can I chnage this ???
    Cheers
    Andy

    Hi Andy,
       When you add an new field to the existing table, you have to create a data element. In the description for that data element, you can give whatever description you want.
    Regards,
    Ravi

  • Urgent , where i can find the description of table ?

    Hello all ,
        Has anyone can tell me where i can find the description of transparent table ?
        also include the description of fields ...
        is these description saved in a special place ( i mean in another table )???? Mmmmm .......
        because i want to use crystal report XI to connect oracle 9i . but i can't find the description on the table list ... ...
        please let me know the true , many thanks ... ...
    thanks a lot !
    Best Regards,
    Carlos

    Hi Carlos,
    are you saying the description of the table doesn't show up in CR ?
    which connectivity are you using ?
    thanks
    Ingo Hilgefort
    Business Objects

  • Cost fileds description of table in KEPH

    Dear All,
    I am developing a query with table KEKO and KEPH for the material cost estimate. I need to run for several materials. CK13N is can be used for only one material.
    I am getting Cost estimate No from the table KEKO and passing the value to KEPH for the cost values. but in KEPH table there are 40 cost fields are there from KST001 to KST040.
    I need which cost filed is for which category like Purchases, Surchages,direct labour etc.... It would be great if anyone give us the details regarding the same.
    Please let me know for any clarification. Thanks in advance.
    Regards,
    Raja.A

    Hi,
    Based on your cost component strcuture , while running the KSPI ( Activity price calculation ) system allign the cost fields of KEPH table.
    Depending on your cost component setting - say you have ticked fixed and variable both then - two field in KEPH get alligned with that cost component - One for total cost and other for fixed cost. This is why if you notice there are 40 cost field in KEPH and in cost component structure maximum you can have 20 cost component.
    But allignement of KEPH table field to Cost component get restructured dynamically if you change your cost component sructure and do the KSPI.
    If you want to see your existing allignment , if in all your cost component allows fixed and variable , then straight away you can assume cost field 1 and  cost field 2 for your first cost component .. and cost feild 3 and cost field 4 for your second cost component. Cost field 1 for total of that cost component and cost field 2 for fixed cost of that cost component.
    I hope this explain you the structure. Please let me know if you need more information.
    Regards
    Ranjan Kumar

  • Error while trying to change the Column description in Table Control

    Hi,
    I have created a table control using the wizard in Module Pool.
    When i try to change the column description of the table control or adjust any other element which is already available on the screen and not in table control. It gives me an error
    Unable to transfer data. End Program?
    Any help would be appreciated.
    Thanks
    Sarves S V K

    Hi.,
    Check these  [Table Control Change Column Description|Add new columns in table control in custom screen program;
    and  [Add Columns in Table Control|Re: Table control columns]
    else  delete and create Table control Again..!!
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • How to insert into table, of table description of table

    Dear All,
    I need to take the table description of the table and i need to insert that description in to a new table column , please help me to how to write the query for these.
    many thanks in advance
    Sreenivasulu P

    user627163 wrote:
    Dear All,
    I need to take the table description of the table and i need to insert that description in to a new table column , please help me to how to write the >query for these.Why insert into a new column into the same table ? That would be madness. :) (kidding)
    You can explore with this :
    [oracle@g5 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jun 2 09:23:10 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> create table dtable (tablename varchar2(20),col_name varchar2(20),Not_null varchar2(1), datatype varchar2(20) );
    Table created.
    SQL> desc dtable
    Name                                      Null?    Type
    TABLENAME                                          VARCHAR2(20)
    COL_NAME                                           VARCHAR2(20)
    NOT_NULL                                           VARCHAR2(1)
    DATATYPE                                           VARCHAR2(20)
    SQL> set wrap off
    SQL> SELECT column_name "Name", nullable "Null?",
           CONCAT (CONCAT (CONCAT (data_type, '('), data_length), ')') "Type"
      FROM user_tab_columns
    WHERE table_name = 'EMP';
    Name                           N Type
    EMPNO                          N NUMBER(22)
    ENAME                          Y VARCHAR2(10)
    JOB                            Y VARCHAR2(9)
    MGR                            Y NUMBER(22)
    HIREDATE                       Y DATE(7)
    SAL                            Y NUMBER(22)
    COMM                           Y NUMBER(22)
    DEPTNO                         Y NUMBER(22)
    8 rows selected.
    SQL> INSERT INTO dtable
       SELECT 'emp', column_name, nullable,
              CONCAT (CONCAT (CONCAT (data_type, '('), data_length), ')') "Type"
         FROM user_tab_columns
        WHERE table_name = 'EMP';
    8 rows created.
    SQL> commit;
    Commit complete.
    SQL> select * from dtable;
    TABLENAME            COL_NAME             N DATATYPE
    emp                  EMPNO                N NUMBER(22)
    emp                  ENAME                Y VARCHAR2(10)
    emp                  JOB                  Y VARCHAR2(9)
    emp                  MGR                  Y NUMBER(22)
    emp                  HIREDATE             Y DATE(7)
    emp                  SAL                  Y NUMBER(22)
    emp                  COMM                 Y NUMBER(22)
    emp                  DEPTNO               Y NUMBER(22)
    8 rows selected.
    many thanks in advancecheers
    Sreenivasulu P

  • Description for Tables & Roles

    Hi,
    in which table can one find the text description of :
    1) roles
    2) transaction
    Thanks
    FedeX

    Hi,
    I tihink you will find the details for:
    1. Roles: in SU01
    2. Transactions in SE93
    Hope this helps. Kindly let me know if this the requirement
    Madhusudan

  • Need english municipality code description with table T5ITM4

    I have just applied note 1252443 and the table T5ITM4 has municipality code description blank.
    Someone told me that I will get the municipality code description in ITALIAN if I log in as Italian.
    But unfortunately Italian language is not installed in our system.
    I am wondering how I can get English municipality code description with the table T5ITM4
    Please help

    Hi,
    Please take a look at note 1426788
    Regards,
    Dilek

  • Which table stored  description for field name

    hi,
    for example,
    field name is  LIFNR , description (vendor number),
    which table stored this description (vendor number)  for that field name(LIFNR) ?

    1. From table DD03L, give your tablename and get all of its field names and corresponding data element names. 
    2. From table DD03T, get the description of each data element you have got in step 1. 
    3. Then Use Function Module DDIF_FIELDINFO_GET 
    DD02L : ALL SAP TABLE NAMES
    DD02T : DESCRIPTION OF TABLE NAMES
    DD03L : FIELDS IN A TABLE.
    Check the below link for more information.
    http://www.sap-img.com/abap/how-to-get-the-field-descriptions-of-a-table.htm
    Thanks,
    Balaji

  • Field and table needed

    please give the table and fieldname for object description and object number

    Venkat,
    Table for Object number is PRPS and field name is OBJNR. I don't see any field for object description, if you asking about WBS description the table is PRPS and field name is POST1.
    Thanks.
    BS

  • Is there a way to have the description field in a calendar list item to support enhanced rich text?

    We have a user who has a few hundred calendar items created in outlook. If you open the calendar item, the description includes tables with borders, shading, etc. It seems that the description field in Sharepoint calendars only support basic rich text,
    so if I copy the items from the user's calendar to the sharepoint calendar, the formatting is lost. Is there any way to create a custom calendar with enhanced rich text for the description field?

    This is a workaround that is working for us.  I created a new column "Event Description", selected "Plain Text" and then created a basic workflow that updated Description from Event Description.  #160 is no longer showing.
    Please be aware that the trick to this is that you must write everything in a string.  In other words, don't use the Enter key. 
    In my case it was worth it as we couldn't rebuild and the user needed a valid and quick fix.
    Cynthia Duke
    Cynthia Duke

  • Table for fields

    im developing an invoice.in that i have to display packaging material for a particular material.i have the info from cs01 tcode.in the second screen,material&it's components will be entered.
    material,
    component(field-idnrk):this particular number tells that this is a packaging material.
    component decsription:here some description will be there .based on the number in component we will come to know that this is a packaging material .
    in our case 400040 is assigned to packaging material.please tell me the tables in which material(matnr)&its packaging material is stored. i tried in stko(Bom header)& stpo(Bom item) tables but im unable to get material info from them though i have IDNRK & it's description.im panning to write the code like this:
    select (packaging material description)  from 'table' into 'itab' where matnr = 'material no' and idnrk =  400040.

    Simply you can use FM to get all the information -
    CS_BOM_EXPL_MAT_V2
    or  you can use MAST ,STKO and STPO Table

  • How to get description from the field name

    Hello fellow SAP Fanatics,
    I am trying to find an easy way to get the description of a field if I know the technical name. I know I can view them in tables but is there one place where I can just look up the field and get the description?
    Thanks.

    Hello
    For all the tables, descriptions and fields you can refer to these tables:
    DD02L : ALL SAP TABLE NAMES
    DD02T : DESCRIPTION OF TABLE NAMES
    DD03L : FIELDS IN A TABLE.
    Moreover you can always goto the menu on the selection screen of the table and goto Settings > User Parameters > Key word > Field name / label
    Hope this helps

Maybe you are looking for

  • Phone Software Update:  Razr v3c, Bluetooth and iSync...

    This morning, I found a software (read: firmware) update for my Razr. I installed the updated and was pleasantly surprised that on my Windows PC the OBEX file transfers started working. (Now I can finally get my pictures off of it.) After getting ups

  • How to change release date in UCM

    Hi How to change the date(release date) of the released content? Thanks Deepak

  • Mac mini server upgrade

    I have Mac mini Lion server and wnt to upgrade to Yosemite. Is it preferable to upgrade first the server osx or Yosemite. Just to avoid problems with the setups etc.

  • DR Best Practice

    Hello, We are designing a DR solution using Oracle Data Guard 11gR2. 1- Physical Oracle Data Guard with Primary / Standby database. 2- Use Maximum Availability Mode. 3- Use the Observer for automatic failover. 4- Turn on Flashback databases. 5- Use t

  • Is it possible my WES610N keeps crashing my modem (Sagemcom Connection Hub)?

    I have a Cisco WES610N Entertainment bridge. I also have a Sagemcom F@st 2864 modem (connection hub) with Bell Canada. When connected at first, the modem works, along with the bridge connected to my wireless amplifier. However after 1 to 5 days, the