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: 

How to insert the long text associated with a domain into internal table

Former Member
0 Kudos

HI , I have a internal table and on field corresponds to values in a domain . I want to add a field of type string and it should store the long text associated with the field , can this be done .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

This is possible. Check function module TXX_GET_TABL_FIELD_DESCRIPTION which can get Field long text. You can populate internal table field description using this fm.

ashish

3 REPLIES 3

Former Member
0 Kudos

This is possible. Check function module TXX_GET_TABL_FIELD_DESCRIPTION which can get Field long text. You can populate internal table field description using this fm.

ashish

0 Kudos

Ashish ,

The FM doesnt exist , I am on 4.6c ,

thankyou

0 Kudos

If you have the domain name, check table DD01T, which gives domain descriptions.

Also check these tables -

DD02T SAP DD: SAP Table Texts

DD03T DD: Texts for fields (language dependent)

DD04T R/3 DD: Data element texts

A SELECT on any of this table will help you.

ashish

PS: I have just checked and DD04T table seems to storing information which you require. Please check it.

Message was edited by:

Ashish Gundawar