Monday, October 25, 2010

Read Text Object

Posted by Aries Wandari

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'
  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.
In any long text editor, go to menu Go To > Header.
image
There is Text Name, Language, Text ID, Text Object.
image

0 comments:

Post a Comment