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: 

Texts in F4 Help

Former Member
0 Kudos

Hi,

While displaying the F4 for any of the fields,

the source of Data is either of the following.

1. Match code/Search Help

2. Check Table

3. Value Range in the Domain

4. Value Table assigned to the Domain.

In the first three cases, it is possible and easy to show value, plus text description of the value.

But, in the fourth case, it might be like, the value reference is just a reference and text field is not available.

How do we know if the Text is available or not?

Or is it like, the non key fields form the Description?

Please suggest.

Thanks,

Suryakiran D.

1 ACCEPTED SOLUTION

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

You can get the descriptions of the data from Text tables Like :

TSTC : SAP Transaction Codes

TSTCT : Transaction Code Texts

r you looking for the same ?

Laxman

6 REPLIES 6

Former Member
0 Kudos

If you go to the value table in SE12 and in the menu, 'Go To--> Text table', if there is a text table, then you will see the descriptions. If not, you will not see them automatically.

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

You can get the descriptions of the data from Text tables Like :

TSTC : SAP Transaction Codes

TSTCT : Transaction Code Texts

r you looking for the same ?

Laxman

0 Kudos

Place the Text table in the Domain level properties.

0 Kudos

for that get the search help for that field from tables DD33s or DD31s.

and from search help you can get the texts for that field.

Thanks,

Aditya

0 Kudos

try to use get_fieldtab FM

0 Kudos

try to use FM HELP_VALUES_GET_WITH_CHECKTAB

pass check table,

fieldname

field name

Thanks,

Aditya