sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



READ REPORT - internal addition

ABAP_ADDITION:
... STATE state

What does it do? Programs in the repository can be in an active or inactive state. The addition STATE determines which state is taken into account when reading the program prog . State
can have the values "A" (for active ) and "I" (for inactive
). Without the STATE addition, "I" is implicitly used for all inactive programs of the current user, and "A" is implicitly used for all other programs.
If the state inactive is specified for state , this is assumed for the programs of the current user and the state active
is used for all other programs.



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








comments powered by Disqus