SAP DERIVED TYPES FEATURES ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• %features ABAP_BDEF_DER_TYP_COMP

%features

ABAP_USE
%features is a component group in BDEF derived types.
It is used to return feature control information by marking the components. The components of %features are those elements for which feature control is specified in the BDEF. For accessing the components with %features , the syntax can, for example, be as follows: %features-%update , %features-%delete, %features-%action-action_name, or %features-%field-field_name.
Type
The components of the %features structure are typed with ABP_BEHV_FLAG.