SAP Function Modules

Share |

CREATE_TEXT SAP Function module - CREATE TEXT

Pattern for FM CREATE_TEXT - CREATE TEXT
Associated Function Group: V75T
Released Date: Not Released
CALL FUNCTION 'CREATE_TEXT' "
  EXPORTING
    fid =                       " thead-tdid    Text ID of the text to be created
    flanguage =                 " thead-tdspras  Language of the text to be created
    fname =                     " thead-tdname  Name of the text to be created
    fobject =                   " thead-tdobject  Object of the text to be created
  TABLES
    flines =                    " tline         Lines of the text to be created
  EXCEPTIONS
    NO_INIT = 1                 "               Creation of text did not work
    NO_SAVE = 2                 "               Saving of the text did not work
    .  "  CREATE_TEXT






Share |