/AWS1/CL_BDADAYOFMONTH¶
The day of the month on which a monthly sync runs. Specify exactly one of dayNumber or lastDayOfMonth.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_daynumber TYPE /AWS1/BDADAYOFMONTHNUMBER /AWS1/BDADAYOFMONTHNUMBER¶
A specific day of the month, from 1 to 28. Values are capped at 28, so a monthly sync runs in every month, including February.
io_lastdayofmonth TYPE REF TO /AWS1/CL_BDALASTDAYOFMONTH /AWS1/CL_BDALASTDAYOFMONTH¶
Set this option to run the monthly sync on the last calendar day of each month.
Queryable Attributes¶
dayNumber¶
A specific day of the month, from 1 to 28. Values are capped at 28, so a monthly sync runs in every month, including February.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAYNUMBER() |
Getter for DAYNUMBER, with configurable default |
ASK_DAYNUMBER() |
Getter for DAYNUMBER w/ exceptions if field has no value |
HAS_DAYNUMBER() |
Determine if DAYNUMBER has a value |
lastDayOfMonth¶
Set this option to run the monthly sync on the last calendar day of each month.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDAYOFMONTH() |
Getter for LASTDAYOFMONTH |