Ansicht
Dokumentation

ABAPDERIVED_TYPES_ACTION - DERIVED TYPES ACTION

ABAPDERIVED_TYPES_ACTION - DERIVED TYPES ACTION

Fill RESBD Structure from EBP Component Structure   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

%action

%action is a component group in BDEF derived types.

It is a structure containing the actions defined in the BDEF as components and used, for example, in the context of feature control to get or provide action control information or to get information in responses if an action failed. To do so, the component in the %action structure must be marked.

Type

The components of the %action structure are typed with ABP_BEHV_FLAG.

  • PERMISSIONS REQUEST
  • PERMISSIONS RESULT
  • FAILED [EARLY$|LATE]
  • REPORTED [EARLY$|LATE]
  • [INSTANCE$|GLOBAL] FEATURES REQUEST
  • [INSTANCE$|GLOBAL] FEATURES RESULT
  • [INSTANCE$|GLOBAL] AUTHORIZATION REQUEST
  • [INSTANCE$|GLOBAL] AUTHORIZATION RESULT

Example

The following source code section taken from DEMO_RAP_DERIVED_TYPES_PERM demonstrates the component %action. In this case, the request parameter, which is of type TYPE STRUCTURE FOR PERMISSIONS REQUEST, is specified for a GET PERMISSIONS statement.

The example BDEF Derived Type Components in the Context of Requesting Permissions demonstrates the use of various BDEF derived type components including %action with a managed RAP BO.






General Data in Customer Master   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 2282 Date: 20240419 Time: 155811     sap01-206 ( 29 ms )