Daniel KnappSAP ABAP: Useful System Variables you should knowIn SAP ABAP several system variables can be used to influence program behavior or from which information can be obtained.Feb 21, 2021Feb 21, 2021
Daniel KnappSAP CAP: Create a ‘Hello World’ applicationIf you haven’t done so yet, please set up your local development environment first.Feb 14, 2021Feb 14, 2021
Daniel KnappSAP CAP: Set up your local development environmentBesides developing directly in the Cloud using SAP Business Application Studio it is also possible to use the SAP Cloud Application…Feb 13, 2021Feb 13, 2021
Daniel KnappSAP Fiori and SAPUI5: What is the difference?SAP Fiori and SAPUI5 are not the same. Even up until today both terms are mixed up, sometimes even interchanged.Feb 12, 2021Feb 12, 2021
Daniel KnappHow to execute a SQL query directly in SAPThere are situations where it comes in handy to run a database statement directly, without the need for ABAP programming.Feb 10, 2021Feb 10, 2021
Daniel KnappAdvantages of using INSERT INTO compared to APPEND TOIn the past, APPEND TO was my go-to for adding new entries to an Internal Table (itab). Revisiting my coding style, I will use INSERT from…Feb 9, 2021Feb 9, 2021
Daniel KnappTypes of Function Modules in SAP ABAPWhat is a Function Module (FM)?Feb 8, 2021Feb 8, 2021