Get Example source ABAP code based on a different SAP table
Structure Fragment View The structure fragment view splits a structure into fragments. A fragment is a grouping of structure components of the same or similar data types. In nested structures, the elementary components on the lowest nesting depth are considered when forming fragments. The following parts of a structure are each grouped to form fragments:
Consecutive flat> character-like components of the types c>, n>, d>, and t>, between which there are no alignment gaps>, form character-like fragments.
Consecutive flat byte-like components of the type x>, between which there are no alignment gaps, form byte-like fragments.
Consecutive, similar numeric components of type (b>, s >), i>, int8>, decfloat16>, decfloat34>, or f>, between which there are no alignment gaps, each form a common fragment.
Consecutive time stamp fields of the type utclong>, between which there are no alignment gaps, form a separate fragment.
Each individual numeric type p> component forms a separate fragment. For this type of fragment, the length is important, but not the number of decimal places.
In deep> structures, each deep component (reference) forms a separate fragment.
Each component with an enumerated type > forms a separate fragment of this type.
Each alignment gap is considered a fragment.
Latest notes:
In nested structures, alignment gaps can occur before and after aligned substructures.