Tutorials¶
Longer-form walkthroughs that don't fit a single reference page — building a feature end-to-end, comparing approaches, or going deep on a tool.
Available tutorials¶
- How to upload an Excel file in ABAP —
ALSM_EXCEL_TO_INTERNAL_TABLEstep by step - How to send an email from ABAP — plain-text and HTML emails with attachments using
CL_BCS - How to debug ABAP programs — breakpoints, watchpoints, logpoints, and the ABAP Debugger
- How to call a REST API from ABAP — GET and POST requests using
CL_HTTP_CLIENT - Clean ABAP Quick Reference — modern ABAP syntax and best practices, before/after comparisons
Coming soon¶
- Building your first ALV grid with
CL_SALV_TABLE - Implementing a BAdI step by step
- Reading & writing a CSV file safely
- Unit testing with
CL_AUNIT
Have a tutorial topic you'd like covered? Open an issue.