Table/Structure Field list used by SAP ABAP Function Module ISU_DB_EPROPH_SELECT_ALL (INTERNAL: Reading of EPROPH records for a property (multiple access))
SAP ABAP Function Module
ISU_DB_EPROPH_SELECT_ALL (INTERNAL: Reading of EPROPH records for a property (multiple access)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | EPROPH - FROMDATE | Date from which time slice is valid | ||
| 2 | EPROPH - FROMDATE | Date from which time slice is valid | SOURCE VALUE(X_KEYDATE) LIKE EPROPH-FROMDATE |
|
| 3 | EPROPH - PROPERTY | Property | ||
| 4 | EPROPH - PROPERTY | Property | SOURCE VALUE(X_PROPERTY) LIKE EPROPH-PROPERTY |
|
| 5 | EPROPH - TODATE | Date at Which a Time Slice Expires | ||
| 6 | REGEN - DECISION | User decision (yes, no, cancel) | SOURCE VALUE(X_FUTURE_TIME_SLICES) LIKE REGEN-DECISION DEFAULT 'X' |
|
| 7 | REGEN - DECISION | User decision (yes, no, cancel) | ||
| 8 | REGEN - KZ_SORT | Indicator: select for IS-U select function modules | ||
| 9 | REGEN - KZ_SORT | Indicator: select for IS-U select function modules | SOURCE VALUE(X_SORT) LIKE REGEN-KZ_SORT DEFAULT 'K' |
|
| 10 | REGEN - MAXCOUNT | Maximum number of devices to be selected | ||
| 11 | REGEN - MAXCOUNT | Maximum number of devices to be selected | SOURCE VALUE(Y_COUNT) LIKE REGEN-MAXCOUNT |
|
| 12 | REGEN - MAXCOUNT | Maximum number of devices to be selected | SOURCE VALUE(X_MAXCOUNT) LIKE REGEN-MAXCOUNT DEFAULT 0 |
|
| 13 | REGEN - OVERFLOW | Indicator: overflow | ||
| 14 | REGEN - OVERFLOW | Indicator: overflow | SOURCE VALUE(Y_OVERFLOW) LIKE REGEN-OVERFLOW |