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....