Application Development and Automation 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: 
Read only

fields names and fields labels

Former Member
0 Likes
1,745

Hello everybody!!

I would like to know if there is a way to know the name of a field in a dynpro knowing its description.

Eg:

I know the field label _(description)--> vendor, and I want to guess the field name (lifnr)

thank you very much!

Hello everybody!!

I would like to know if there is a way to know the name of a field in a dynpro knowing its description.

Eg:

I know the field label _(description)--> vendor, and I want to guess the field name (lifnr)

thank you very much!

5 REPLIES 5
Read only

Former Member
0 Likes
1,058

Hi,

Press F1 on the field..Press the technical info button (F9) you will see the screen details..along with the fieldname..

THanks,

Naren

Read only

0 Likes
1,058

I`m meaning in my program , in run time

Read only

0 Likes
1,058

you can also navigate from the technical name to see the table/structure name.

that can be known by experience. or else you can referr to the declaration part say

vendor -> declaration as lfa1-lifnr. you can know like this or else if its declared as vendor(10) type c then you have to know only by experience.

Read only

Former Member
0 Likes
1,058

Hi,

You can check the table DD04T...to get the data element for the corresponding text..

Is this what you want??

If you want to know in debugging..I believe it is not possible to get the field name for the field description..

Thanks

Naren

Read only

Former Member
0 Likes
1,058

Goto SE11. In Data type field press F4 and select 'search for data elements'.

In the field label enter 'vendor'.

You would get all the possible entries.

Thanks,

Santosh