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: 

Report on Screen Field Labels showing Multi Languages

Former Member
0 Kudos
234

HI Gurus,

Please guide me for the following scenario

Develop a Report with the Following

1) Select Option --> Data Elemenet/Field name (as shown in F1 help of Screen Field)

2) Parameter --> For Language other than English

In Program English language is Considered as other Language

The Output display would be

Object Name | Description In English | Desciption in Lang entered in Selection Screen

For Example:-- we have in VA01 tcode Order Type followed by input field

but when we take F1 help it is showing the description of AUART i.e., Sales Document Type

when I debug the program ( MV45AF0T_TRANSAKTION_INIT PERFORM SCHLUESSELWORTE_SETZEN USING T180-TRVOG. ) the Text Order Type is maintained in a Text Symbol TEXT-011 in program SAPMV45A

now I need to get this Lable only for the Screen Field VBAK-AUART

Similarly for all other Languages--> For All the Screen Field Lables

Please guide me> in Realizing this Object> Since they are maintained at TEXT ELEMENT level not at Database Level

Regards

Ramchander Rao.K

1 ACCEPTED SOLUTION

former_member214857
Contributor
0 Kudos
200

Hi

To read Text information in SAP system you can use statement below

READ TEXTPOOL prog INTO itab LANGUAGE lang.

Best regards

2 REPLIES 2

former_member214857
Contributor
0 Kudos
201

Hi

To read Text information in SAP system you can use statement below

READ TEXTPOOL prog INTO itab LANGUAGE lang.

Best regards

0 Kudos
200

Hi Carlos,

Thanks for you reply

But based on Data Element or Field name how can we go to a perticular program and then read Text Pool Values

Pl guide me

Regards

Ramchander Rao.K