SAP DERIVED TYPES STATE AREA ABAP Statements
Get Example source ABAP code based on a different SAP table
• %state_area ABAP_BDEF_DER_TYP_COMP
ABAP_USE
If this component is filled, the framework interprets a message as
In ABAP_EML , state messages can only be accessed via an ABAP_EML
The
ABAP_NOTE You must manually invalidate state messages, i. e. remove the assignment of persisted messages, in the RAP BO provider implementation. To identify the messages, use the respective key (
ABAP_EXAMPLE_VX5
%state_area = 'STATE_AREA_NAME' )
TO reported-rap_bo_entity.>
ABAP_EXAMPLE_END
You can also use a constant to invalidate all state messages for an instance:
ABAP_EXAMPLE_VX5
%state_area = if_abap_behv=>state_area_all )
TO reported-rap_bo_entity.>
ABAP_EXAMPLE_END
The component has the following type: