SAP DDIC STRUCTURES NAMES



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Naming Rules for Structures
Besides the general naming rules for DDIC data types, DDIC structures and also DDIC database tables must comply with the following additional naming rules:
A name must not end with an underscore (_).
A name must not start with QCM.
A name must not contain an underscore (_) at the second or third position if it does not start with J.
A name must not be a reserved name from the DDIC database table TRESE.
BEGIN_SECTION SAP_INTERNAL_HINT
These special rules seem to be partly based on IBM's Systems Application Architecture (<(>SAA<)>).
END_SECTION SAP_INTERNAL_HINT