Hello World in ABAP
Every programming journey starts with Hello World. While ABAP traditionally requires SAP system access, the open-abap project lets us run ABAP code on Node.js by transpiling it to JavaScript.
Every programming journey starts with Hello World. While ABAP traditionally requires SAP system access, the open-abap project lets us run ABAP code on Node.js by transpiling it to JavaScript.
ABAP’s type system was built from the ground up for business applications. Where most languages offer generic integers and floats, ABAP provides packed decimals for currency, fixed-length …
Read more →Operators are the building blocks of every ABAP expression - from calculating an order total in SAP S/4HANA to comparing posting dates in a financial report. Because ABAP was designed for business …
Showing 1–3 of 3 posts (page 1 of 1)