2010 Feb 25 7:37 AM
2010 Feb 25 7:47 AM
Hi
You can use the READ TEXTPOOL to get the text.
data: prog TYPE PROGNAME VALUE 'Y_SGARANI_FEST_03',
itab TYPE STANDARD TABLE OF TEXTPOOL.
READ TEXTPOOL prog INTO itab LANGUAGE sy-langu.
if sy-subrc = 0.
endif.
Thanks
Subhanakr
2010 Feb 25 7:48 AM
Hi,
Text elements where your creating. In your custom report or in SO10 tcode.
You can use this FM READ_TEXT to read text elements.
Regards,
Shankar.
2010 Feb 25 7:49 AM
Component of an ABAP program. Contains texts that can be accessed in the ABAP program. Text elements are list headers (standard page header), selection texts, and text symbols. The text elements are created in multilingual text pools of the program and can be used when loading a text pool in the program.* Text element maintenance is called using the transaction code SE32*
Regards
Manthan
2010 Feb 25 8:27 AM
Hi,
RS38M----Table name whichScreen fields Text elements .
INUM-----Field in the table which stores Number of text element.
ITEX132--field name in the table which stores text
You have to use table:STXH and function module: READ_TEXT
points it if useful.
Regards,
Karthik