Table/Structure Field list used by SAP ABAP Function Module PROGRAM_INFO (Provides the header information (structure RHEAD) of a program)
SAP ABAP Function Module
PROGRAM_INFO (Provides the header information (structure RHEAD) of a program) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | RHEAD - COMP | Compiler version according to abformt.h | ||
| 2 | RHEAD - EOPL | Explicitly specified page footer lines with LINE-COUNT | ||
| 3 | RHEAD - FUNC | Number of function calls in program | ||
| 4 | RHEAD - LINC | Explicitly specified LINE-COUNT value from PROGRAM statement | ||
| 5 | RHEAD - LINS | Explicitly specified LINE-SIZE value from PROGRAM statement | ||
| 6 | RHEAD - MSGI | MESSAGE-ID from PROGRAM statement | ||
| 7 | RHEAD - PAGC | Explicitly specified PAGE-COUNT value from PROGRAM statement | ||
| 8 | RHEAD - TIMEST | Timestamp of an ABAP/4 program | ||
| 9 | RHEAD - VERS | Version no. of a program as specified in attributes (TRDIR) | ||
| 10 | RHEAD - VERS | Version no. of a program as specified in attributes (TRDIR) | SOURCE VALUE(VERSION) LIKE RHEAD-VERS |
|