sapdev logo background
sapdev logo sapdev logo
Comments

ABAP READ TEXTPOOL INTERNAL Statement syntax, information and example SAP source code



Return to Statement index



READ TEXTPOOL - Internal addition

ABAP_ADDITION:
... STATE state

What does it do? Text elements in the
repository can have the status active or inactive . The addition STATE determines which status is used when the text elements of the program prog are read. state can have the values "A" (for active ) and "I" (for inactive ). Without the STATE addition, "I" is used implicitly for the inactive text elements of the current user and "A" is used for all other text elements.
If the state inactive is specified for state , this is used for the text elements of the current user and active is used for all other text elements.



Runtime Exceptions
Non-catchable Exceptions

Reason for error: state has a value other than "A" oder "I".
Runtime error: INSERT_REPORT_ILLEGAL_STATE
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




READ_TEXTPOOL
RECEIVE




comments powered by Disqus