SAP COMPATIBLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

compatible
Except for reference variables, two non-generic data types are compatible if all their technical properties are the same. Any data type is compatible with a generic data type if the generic data type includes its technical properties. Data objects are compatible if their data types are compatible. Compatibility is the basis for checking the typing. In an assignment or comparison of compatible data objects, no conversion takes place.
ABAP_MORE_INFO