Skip to Content
0
Former Member
Aug 27, 2007 at 07:05 AM

regarding FM Read_Text

18 Views

Dear all,

i have one Standard text named 'WARNING1' stored in ID 'zqty'.

now i want to call this FM in an include in a userexit.

if i call read_text it is asking for the following parameters.

CALL FUNCTION 'READ_TEXT'

EXPORTING

CLIENT = SY-MANDT

ID = 'ZQTY'

LANGUAGE = SY-LANGU

NAME =

OBJECT =

TABLES

LINES =

Please let me know what to pass in.

thanks in advance....