SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → program editing → Dynamic Program Editing → text element → INSERT TEXTPOOL →INSERT TEXTPOOL - Internal addition
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.
Non-Catchable Exceptions