Get Example source ABAP code based on a different SAP table
ABAP_DDIC - Naming Rules for DDIC Views The name of a view defined in the ABAP Dictionary must comply to the following rules:
It can have a maximum of 16 characters.
It must follow the naming rules for DDIC types>,
It must follow the special naming rules for DDIC structures>, with the exception, that it can always contain an underscore (_) at the second or third position.
It is located in the namespace of the data types> in ABAP Dictionary and by that the namespace of all global types> of an AS ABAP.