String Functions, count, find, and match - ABAP Keyword...
The example demonstrates the string functionscount,find, andmatch. Source Code REPORT demo_find_and_match. CLASS demo DEFINITION. PUBLIC SECTION. CLASS-METHODS main. ENDCLASS. CLASS demo IMPLEMENTATION. METHOD main. DATA: text TYPE c LENGTH 120 ...