2012 Feb 17 2:05 PM
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
2012 Feb 17 10:11 PM
Hi
To read Text information in SAP system you can use statement below
READ TEXTPOOL prog INTO itab LANGUAGE lang.
Best regards
2012 Feb 17 10:11 PM
Hi
To read Text information in SAP system you can use statement below
READ TEXTPOOL prog INTO itab LANGUAGE lang.
Best regards
2012 Feb 20 7:38 AM
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