Skip to content

/AWS1/CL_BDASYNCSCHEDULE

The recurring schedule on which a managed knowledge base connector automatically syncs its data source. Specify exactly one of daily, weekly, or monthly.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_daily TYPE REF TO /AWS1/CL_BDADAILYSCHEDULE /AWS1/CL_BDADAILYSCHEDULE

A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.

io_weekly TYPE REF TO /AWS1/CL_BDAWEEKLYSCHEDULE /AWS1/CL_BDAWEEKLYSCHEDULE

A weekly sync that runs once a week on the specified day of the week.

io_monthly TYPE REF TO /AWS1/CL_BDAMONTHLYSCHEDULE /AWS1/CL_BDAMONTHLYSCHEDULE

A monthly sync that runs once a month on the specified day of the month.


Queryable Attributes

daily

A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.

Accessible with the following methods

Method Description
GET_DAILY() Getter for DAILY

weekly

A weekly sync that runs once a week on the specified day of the week.

Accessible with the following methods

Method Description
GET_WEEKLY() Getter for WEEKLY

monthly

A monthly sync that runs once a month on the specified day of the month.

Accessible with the following methods

Method Description
GET_MONTHLY() Getter for MONTHLY