ABAP - Naming conventions
How important is it nowadays to adhere to naming conventions or even to use naming conventions in the modern ABAP environment? We want to look at that in this a
ABAP - Use INSERT
APPEND already has a long history in ABAP, but this will play less and less of a role in the future. We'll show you why.
ABAP Obsolete - Assignment and calculation
How does it actually work with the assignments and the calculation in ABAP? Here you will find out the current language constructs and what you should avoid.
ABAP Obsolete - Ranges and Headers
Generate a decent range for an interface? Tables with or without header lines? We show you what is still possible and what you should rather be.
ABAP Obsolete - DESCRIBE
Again we have for you a most used ABAP term for which there is already a new alternative, this time not just one alternative.
ABAP Obsolete - TYPE-POOL
Type pools are obsolete, but the use continues. How best to deal with it in the future, you will find out here today.
ABAP Obsolete - Create GUID
How do you create a unique identification (ID) in the system? You probably know the answer, but is it still up to date?
ABAP Obsolete - Call Method
Of course, the obsolete command does not mean the use of classes, but rather the use of additional commands to call and use methods.
ABAP Obsolete - Form
When you are buidling a report in SAP the first thing you will need is a usefull structure, this is why many devolpers use Form for this. But what can you do no