Data Element list used by SAP ABAP Function Module /OSP/GETDATE_MONTHDAY (This fm will accept day and calculate the nearest start date of the job)
SAP ABAP Function Module
/OSP/GETDATE_MONTHDAY (This fm will accept day and calculate the nearest start date of the job) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | /OSP/DT_DATE | Start Date | SOURCE VALUE(IV_START_DATE) TYPE /OSP/DT_DATE OPTIONAL |
|
| 2 | /OSP/DT_DATE | Start Date | SOURCE REFERENCE(EV_JOB_START_DATE) TYPE /OSP/DT_DATE |
|
| 3 | /OSP/DT_DATE | Start Date | ||
| 4 | /OSP/DT_DAYOFMONTH | Day of month | SOURCE VALUE(IV_DAY_OF_MONTH) TYPE /OSP/DT_DAYOFMONTH DEFAULT 1 |
|
| 5 | /OSP/DT_TIME | Start Time | SOURCE VALUE(IV_TIME) TYPE /OSP/DT_TIME DEFAULT '23:59:00' |
|