|
After the object-oriented features were introduced to ABAP, it is termed as ABAP Objects. In the new language both the paradigms 'Structural' as well as 'Object-oriented' exist together. Millions of lines of code written in the earlier version of langauge exists at so many implementations and backward compatibility required to keep the earlier features intact. There are many of earlier statements marked as obsolete and documented in SAP Help and still supported but may not be supported in future SAP versions. In addition there are several statements which can't be used inside classes since there was no such compulsion of backward compatibility with the use of classes. Under the current topic, we will discuss the object-oriented features of ABAP Objects.
|
|