Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

File metadata and controls

19 lines (14 loc) · 1.18 KB

Examples

Quick-reference snippets that complement the numbered chapters. They are grouped by topic rather than by chapter number, since they are needed together regardless of which chapter you are working through.

File Topic
String-Functions.md String manipulation, case conversion, FIND/REPLACE, built-in string functions
Date-Time.md Date/time formatting, parsing, calculations, time zones
Conversion.md ALPHA, CONV, CORRESPONDING, timestamp conversions

📝 These files mix CURRENT / RECOMMENDED forms with LEGACY / HISTORICAL REFERENCE ones you will still meet in existing code. Each obsolete construct is labelled where it appears — see 21-Classic-vs-Modern-ABAP.

Looking for range tables (RANGES / SELECT-OPTIONS)? They are covered in 06-Loops, not here.

🔗 Related Chapters