ABAP is a high-level programming language created by the German software company SAP. The syntax of ABAP is _somewhat_ similar to COBOL.

learn more… | top users | synonyms

9
votes
0answers
102 views

ABAP Excel data analyzer

I wrote this code years ago to analyze Excel data coming in from the clipboard. Please review for performance concerns and maintainability concerns. One minor note, from an OO perspective, a class ...