DELETE - delete text elements
Basic form
DELETE TEXTPOOL prog LANGUAGE lg.
Effect
Deletes all text elements
of the program specified in the field prog for the language
specified in the field lg from the library.
If you use the value '*' for lg , the text elements of all
languages are deleted.
Example
Delete all text elements of the program PROGNAME
in the language "English":
-
DATA: PROGRAM(8) VALUE 'PROGNAME'.
DELETE TEXTPOOL PROGRAM LANGUAGE 'E'.
Related
INSERT TEXTPOOL
, READ TEXTPOOL
Index
© SAP AG 1996