‎2008 Feb 19 6:47 AM
Why we will replace function modules and some statements in new versions while upgrading as SAP has upward and lower compability?
‎2008 Feb 19 6:55 AM
hi,
Classical ABAP is an evolutionary-grown language, containing obsolete statements and overlapping concepts. In ABAP Objects, that is in classes and methods, many obsolete statements and additions are forbidden, many implicit syntax completions must be made explicit, and potentially incorrect handling of data is detected and obviated.
do reward if helpful..
‎2008 Feb 19 6:55 AM
hi,
Classical ABAP is an evolutionary-grown language, containing obsolete statements and overlapping concepts. In ABAP Objects, that is in classes and methods, many obsolete statements and additions are forbidden, many implicit syntax completions must be made explicit, and potentially incorrect handling of data is detected and obviated.
do reward if helpful..