Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

field descriptions of table fields

Former Member
0 Kudos

hi experts,

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

6 REPLIES 6

Former Member
0 Kudos

Hello

Oddly to say, but this tables are ekko and ekpo.

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi kiran,

check out the table EBAN.

thanks

rahul

Former Member
0 Kudos

Hi Kiran,

Check this thread:

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi,

what i m able to understand from your question is you want to know where field description of data element is stored?

Because description of the field depends on the data element we select in a table.

and that description is stored in a structure DD04D and in field DDTEXT.

Kindly check and send me reply.

Thanks,

Bye

Former Member
0 Kudos

thanks for giving guidance, we can achive it through FM