Top Method Summary
Options Name Purpose
ScanForGeneratedFiles (character, character, table) Scans the given directory tree for ABL source files (.cls, .i) carrying the @BusinessEntityGenerator annotation of the given Business Entity and adds them to the temp-table


Method Detail
Top

ScanForGeneratedFiles (character, character, table)

Purpose: Scans the given directory tree for ABL source files (.cls, .i)
carrying the @BusinessEntityGenerator annotation of the given
Business Entity and adds them to the temp-table
Notes: The annotation may be formatted across multiple lines and its
arguments (entityname, type) may appear in any order. Files
already contained in the temp-table are not added again, so
the method may be called for multiple (overlapping) root
directories. The caller is responsible for emptying the
temp-table before the first call

Parameters:
pcRootDirectory CHARACTER
The root directory to scan (including subdirectories)
pcEntityName CHARACTER
The fully qualified name of the Business Entity
ttStaleGeneratedFile TEMP-TABLE ttStaleGeneratedFile
INPUT-OUTPUT TABLE the matching files are added to, Stale flag initialized to false


Temp-Table Detail

Temp-Table ttStaleGeneratedFile

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       24.08.2026 05:56:10