SAP DERIVED TYPES TARGET ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• %target ABAP_BDEF_DER_TYP_COMP

%target

ABAP_USE
%target is a component group in BDEF derived types.
It is used to address the target (i. e. a child entity, for example) of compositions. The components of %target are comprised of the target's primary key and data fields.
Type
Standard table whose components are comprised of %cid, %key , %data and %control.