Hi All,
I use SAVE_TEXT to save long text to projct,But
I am uploading the long text using SAVE_TEXT function module
I can see the data in STXL table and i can use READ_TEXT to get the long text
but the Long text data is not diaplying on the scrreen.
Who know ,Please Help me
header-tdname = ‘D00000154'.
header-tdobject = 'PMS'.
header-tdid = 'LTXT'.
header-tdspras = '1'.
CALL FUNCTION 'SAVE_TEXT'
EXPORTING
client = sy-mandt
header = header
savemode_direct = 'X'
TABLE
lines = gt_tline[]
EXCEPTIONS
id = 1
language = 2
name = 3
object = 4
OTHERS = 5.
Best Regards
wangyuan