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: 

CDPOS-TABNAME & CDPOS_FNAME

Former Member
0 Kudos

I have an internal table with two fields

CDPOS-TABNAME & CDPOS-FNAME

Now suppose in most cases CDPOS-TABNAME = KNA1

and CSPOS-FNAME = STRAS OR ORT01 OR .....

Now in this internal table I have another field as 'description'.

Requirement is that description field should contain "FIELD Decsription of CDPOS-FNAME from the corresponding database table'

How can I do this.

3 REPLIES 3

Former Member
0 Kudos

hi,

i cant get you.pls clarify me once again.

thanks

nagendra.

ThomasZloch
Active Contributor
0 Kudos

Lookup the field description in table DD03T with TABNAME and FNAME (FIELDNAME).

Thomas

0 Kudos

Hi,

Open the table DD03T and then provide name of table in TABNAME field and language in DDLANGUAGE fieldf and Name of field (For which you need description) in FIELDNAME. The Field Description will be in DDTEXT field.

Regards,

Prashant