Class Method list used by SAP ABAP Class CL_SWNC_TCOLL_JOBS (All About TCOLL Job Scheduling)
SAP ABAP Class
CL_SWNC_TCOLL_JOBS (All About TCOLL Job Scheduling) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_SWNC_CONSTANTS - GET_INSTANCE_NAME | General Constants | ||
| 2 | CL_SWNC_TCOLL_JOBS - GET_TCOLL_REPORTS | All About TCOLL Job Scheduling | SOURCE lt_tcoll = me->get_tcoll_reports( ). |
|
| 3 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE CALL METHOD log( event = me->log_job_open_fail |
|
| 4 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE progname = ip_rname |
|
| 5 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE tstmp = lv_sched_time |
|
| 6 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE text = lv_log_text ). |
|
| 7 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE CALL METHOD log( event = me->log_job_close_fail |
|
| 8 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE progname = ip_rname |
|
| 9 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE tstmp = lv_sched_time |
|
| 10 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE text = lv_log_text ). |
|
| 11 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE CALL METHOD log( event = me->log_job_sched_ok |
|
| 12 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE progname = ip_rname |
|
| 13 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE tstmp = lv_sched_time |
|
| 14 | CL_SWNC_TCOLL_JOBS - LOG | All About TCOLL Job Scheduling | SOURCE text = lv_log_text ). |
|
| 15 | CL_SWNC_TCOLL_JOBS - SCHEDULE_SINGLE_JOB | All About TCOLL Job Scheduling | SOURCE me->schedule_single_job( ip_rname = wa_tcoll-rname ip_delay = lv_index ip_target = wa_tcoll-altsy ). |
|
| 16 | IF_SYSTEM_UUID_STATIC - CREATE_UUID_C32 | Static Interface for 16 Byte System UUIDs |