ABAP Keyword Documentation → ABAP - Reference → program editing → Dynamic Program Editing → text element → INSERT TEXTPOOL
INSERT TEXTPOOL - Internal addition
Other versions: 7.31 | 7.40 | 7.54
This addition is for internal use only. It must not be used in application programs.
Addition
... STATE state
Effect
Determines whether the text elements are stored in the repository in an active
or an inactive state. state can have the values
'A' (for active) and 'I'(for inactive). Inactively
stored text elements are only visible to the user currently editing them. All other users work with the active version of the text elements.
Without the STATE addition, the inactive state
is used implicitly for the inactive text elements of the current user, and the active state is used for the text elements of all other programs.
Exceptions
Non-Catchable Exceptions
-
Cause:
statehas a value other than "A" or "I".
Runtime Error:INSERT_REPORT_ILLEGAL_STATE