SAP DERIVED TYPES DATA ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• %data ABAP_BDEF_DER_TYP_COMP

%data

ABAP_USE
%data is a component group in BDEF derived types.
%data contains all primary key fields (i. e. it also includes %key ) and data fields of a RAP BO entity .
When specifying a data field, the use of %data-... is optional, i. e., the name of the data field can be used directly without %data-....
Type
The components of %data retain their original line type. In case of the use within %control, the type for the individual components is ABP_BEHV_FLAG)