Skip to main content

Questions tagged [abap]

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

2 votes
1 answer
295 views

The code runs through multiple tables to perform a count for a given ID. the ID is given by the user and then the program would look through all of the tables to check how many records each table has, ...
Erik's user avatar
  • 155
24 votes
1 answer
448 views

I wrote this code many years ago to analyze Excel data coming in from the clipboard. Please review for performance and maintainability concerns. One minor note, from an OO perspective, a class level ...
konijn's user avatar
  • 34.4k