These additions are for internal use only.
Do not use them in application programs.
1. ... SHORTDUMP-ID sid
2. ... TRACE-TABLE trt
3. ... REPLACING incl
4. ... FRAME ENTRY dir
5. ... ID id TABLE idt
6. ... FILTER flt
... SHORTDUMP-ID sid
: If a runtime error occurs, the field sid returns the maximum 30-character key of the corresponding
short dump.
... TRACE-TABLE trt
: Any trace outputs are stored in the internal table trt.
The trace output is controlled by the statements SYNTAX-TRACE ON and SYNTAX-TRACE OFF.
... REPLACING incl
: This addition can only be used together with the PROGRAM addition and under the following prerequisites:
The program text contained in the internal table itab does not include the main program, but instead contains an
Include program, and the program
named under PROGRAM is to be checked. However, if the
Include program specified in incl is integrated in this
program, the content of the internal table itab should be used instead.
... FRAME ENTRY dir
: The attributes required for checking the program (e.g.
logical database,
program type) are taken from the field
dir, whereby a structure of type TRDIR is expected for dir.
... ID id TABLE idt
: This addition writes information to the internal table idt. The identifier id controls the type of information that is written to the corresponding table itab.
For correction proposals (ID 'CORR'), the type group SLIN must be incorporated, and for other information, the type group SYNT. These type groups contain the required type specifications.
After ID, the following values can be entered for id, which generate the specified information:
... FILTER flt
: Only the ABAP statements specified in flt are taken into account in the check. flt must have the type SYNT_FILTER from the type group SYNT.
Possible values are: