hi,
In program..
DATA lt_text LIKE tline OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
id = 'ST'
language = sy-langu
name = 'ZTEST'
object = 'TEXT'
TABLES
lines = lt_text
.
In Sapscript...
USE INCLUDE COMMAND........
/: INCLUDE ZTEST OBJECT TEXT ID ST
Regards
CNU
Pls close the thread if ur problem is solved and reward to all helpful answers.
Add a comment