Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding upgradation

Former Member
0 Likes
307

Why we will replace function modules and some statements in new versions while upgrading as SAP has upward and lower compability?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
294

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..

1 REPLY 1
Read only

Former Member
0 Likes
295

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..