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 Class Method  CL_SWNC_CONSTANTS - GET_INSTANCE_NAME General Constants
2 Class Method  CL_SWNC_TCOLL_JOBS - GET_TCOLL_REPORTS All About TCOLL Job Scheduling SOURCE lt_tcoll = me->get_tcoll_reports( ).
3 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE CALL METHOD log( event = me->log_job_open_fail
4 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE progname = ip_rname
5 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE tstmp = lv_sched_time
6 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE text = lv_log_text ).
7 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE CALL METHOD log( event = me->log_job_close_fail
8 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE progname = ip_rname
9 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE tstmp = lv_sched_time
10 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE text = lv_log_text ).
11 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE CALL METHOD log( event = me->log_job_sched_ok
12 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE progname = ip_rname
13 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE tstmp = lv_sched_time
14 Class Method  CL_SWNC_TCOLL_JOBS - LOG All About TCOLL Job Scheduling SOURCE text = lv_log_text ).
15 Class Method  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 Class Method  IF_SYSTEM_UUID_STATIC - CREATE_UUID_C32 Static Interface for 16 Byte System UUIDs