SAP STRUC COMP NAMES - Guide
Get Example source ABAP code based on a different SAP table
Names of Structure Components
ABAP_BACKGROUND
When ABAP programs are executed, the names of data objects usually only have the task of identifying the data objects uniquely. The ABAP statements operate directly with the objects in question without attaching any special meaning to their names. The names of structure components are an exception here. They are evaluated in the following cases:
In these language constructs, the names of the components of the structures in question are compared and the operation is executed using the identically named components (if not overridden by a mapping rule).
ABAP_RULE
Give the components of structures that have the same meaning within a data model the same names
ABAP_DETAILS
This rule mainly applies to data models defined in ABAP Dictionary (including ABAP CDS). If one of the
ABAP_EXAMPLE_BAD
The database tables
ABAP_EXAMPLE_END
ABAP_EXAMPLE_GOOD
Columns of the familiar structures used in the flight data model in training and documentation that have the same semantics usually also have the same names.
ABAP_EXAMPLE_END