Today user request me to download Notification long text. Function READ_TEXT need text id, text name, text object as parameters. Below are steps to find those parameters.
call function 'READ_TEXT'In any long text editor, go to menu Go To > Header.
EXPORTING
id = ?
language = sy-langu
name = ?
object = ?
TABLES
lines = lines
EXCEPTIONS
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7.
There is Text Name, Language, Text ID, Text Object.
0 comments:
Post a Comment