Table list used by SAP ABAP Function Module RH_GET_FREE_REQ_ASSIGNMENT (Ermittle die belegten/freien Zeitintervalle eines Bedarfs pro Tag)
SAP ABAP Function Module
RH_GET_FREE_REQ_ASSIGNMENT (Ermittle die belegten/freien Zeitintervalle eines Bedarfs pro Tag) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | HRSP_EMPLOYEE_TYPE | Shift Planning: Assigned Persons / Req. for Exact Interval | ||
| 2 | HRSP_INTERVALS | Shift Planning: Interval Table for Requirements | ||
| 3 | HRSP_REQ_ASSIGN | Shift Planning: Requirements and Assigned Persons | ||
| 4 | PDSPREQ | Shift Planning: Requirements Definition Interface | SOURCE VALUE(REQ_OBJID) LIKE PDSPREQ-REQ_OBJID |
|
| 5 | PERSONS_INTERVALS | Person-related Time Intervals | ||
| 6 | PERSONS_INTERVALS | Person-related Time Intervals | SOURCE P_ASSIGNED_INT STRUCTURE PERSONS_INTERVALS |
|
| 7 | REQUEST_INTERVALS | Requirements Time Intervals with Number | ||
| 8 | REQUEST_INTERVALS | Requirements Time Intervals with Number | SOURCE P_FREE_INT STRUCTURE REQUEST_INTERVALS |
|
| 9 | REQUEST_INTERVALS | Requirements Time Intervals with Number | SOURCE P_FREE_TIME_INT STRUCTURE REQUEST_INTERVALS |
|
| 10 | REQUEST_INTERVALS | Requirements Time Intervals with Number | SOURCE P_ASSIGNED_TIME_INT STRUCTURE REQUEST_INTERVALS |
|