SAP ABAP Class CL_RSMRM_JOB (Job mit Logs)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-CRM (Application Component) Customer Relationship Management
     RSMRM_GENERAL (Package) MRM: General objects
Properties
Class CL_RSMRM_JOB  
Short Description Job mit Logs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMRM_GENERAL   MRM: General objects 
Created 20031215   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSANY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSMRM_JOB has no interface implemented.
Friends
Class CL_RSMRM_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _JOBCOUNT Instance attribute Protected Type reference (TYPE) TBTCM-JOBCOUNT Job ID 20031215
2 _JOBDATE Instance attribute Protected Type reference (TYPE) RSAN_DATE Date and Time, Current (Application Server) Date 20031215
3 _JOBID Instance attribute Protected Type reference (TYPE) GUID_32 Job ID 20031215
4 _JOBNAME Instance attribute Protected Type reference (TYPE) TBTCM-JOBNAME Background job name 20031215
5 _JOBPARAMS Instance attribute Protected Type reference (TYPE) STRING Job Parameter 20031215
6 _JOBSTATUS Instance attribute Protected Type reference (TYPE) RSAN_JOB_STATUS Job Status 20031215
7 _JOBTIME Instance attribute Protected Type reference (TYPE) SYUZEIT Date and Time, Current Application Server Time 20031215
8 _JOBTYPE Instance attribute Protected Type reference (TYPE) STRING Job Type 20031215
9 _JOBUSER Instance attribute Protected Type reference (TYPE) RSAN_USER User 20031215
10 _MODELNAME Instance attribute Protected Type reference (TYPE) STRING Model Name 20031215
11 _T_LOG_CHANNEL_HANDLES Instance attribute Protected Type reference (TYPE) RSANY_T_LOG_CHANNEL_HANDLES Handles 20031215
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL Instance method Public Method Cancel Job 20031215
2 CLOSE Instance method Public Method Close 20031215
3 DELETE Instance method Public Method Delete Job 20031215
4 DISPLAY_LOG Instance method Public Method Display Logs 20031215
5 EXECUTE Instance method Public Method 20031215
6 GET_DATE Instance method Public Method 20031215
7 GET_ID Instance method Public Method Get Job ID 20031215
8 GET_LIST Static method Public Method Find Jobs 20031215
9 GET_LOG Instance method Public Method Get Log 20031215
10 GET_MODELNAME Instance method Public Method 20031215
11 GET_PARAMS Instance method Public Method 20031215
12 GET_RESULT Instance method Public Method 20031215
13 GET_SERVER Instance method Public Method 20031215
14 GET_STATUS Instance method Public Method 20031215
15 GET_STATUS_LINE Instance method Public Method 20031215
16 GET_TIME Instance method Public Method 20031215
17 GET_TYPE Instance method Public Method 20031215
18 GET_USER Instance method Public Method 20031215
19 IS_ACTIVE Instance method Public Method 20031215
20 LOAD Instance method Public Method Read job 20031215
21 OPEN Instance method Public Method Open 20031215
22 SAVE Instance method Public Method Save Job 20031215
23 SET_MODELNAME Instance method Public Method 20031215
24 SET_PARAMS Instance method Public Method 20040108
25 SET_RESULT Instance method Public Method 20031215
26 SET_STATUS_LINE Instance method Public Method 20031215
27 SET_TYPE Instance method Public Method 20031215
28 _GET_STATUS_KEY Instance method Protected Method 20031215
Events
Class CL_RSMRM_JOB has no event.
Types
Class CL_RSMRM_JOB has no local type.
Method Signatures

Method CANCEL Signature

Method CANCEL on class CL_RSMRM_JOB has no parameter.
Method CANCEL on class CL_RSMRM_JOB has no exception.

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOG Call by reference Object reference (TYPE REF TO) CL_RSAN_LOG Protokoll 20031215
2 Importing I_FAILED Call by reference Type reference (TYPE) BOOLEAN Fehlgeschlagen 20031215
3 Importing I_LOGNAME Call by reference Type reference (TYPE) C 'GENERIC' Protokoll-Subtyp (von RSAN) 20031215
# Exception Resumable Description Created on
1 FAILED Fehlgeschlagen 20031215

Method DELETE Signature

Method DELETE on class CL_RSMRM_JOB has no parameter.
Method DELETE on class CL_RSMRM_JOB has no exception.

Method DISPLAY_LOG Signature

Method DISPLAY_LOG on class CL_RSMRM_JOB has no parameter.
# Exception Resumable Description Created on
1 FAILED 20031215

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BREAKPOINTS Call by reference Type reference (TYPE) RSANY_T_STRINGS 20031215
2 Importing IT_PARAMS Value transfer Type reference (TYPE) RSPARAMS_TT rsparams-Tabelle 20031215
3 Importing I_JOB_PARAMS Call by reference Type reference (TYPE) TBTCSTRT Beschreibung des Starttermins / Wdh.Periode eines Batch-Jobs 20040126
4 Importing I_NAME Call by reference Type reference (TYPE) STRING 20031215
5 Importing I_REPORT Call by reference Type reference (TYPE) STRING 20031215
6 Importing I_START_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Application-Server-) Datum 20031215
7 Importing I_START_TIME Call by reference Type reference (TYPE) SYUZEIT Datum und Zeit, aktuelle Application-Server-Zeit 20031215
# Exception Resumable Description Created on
1 FAILED 20031215

Method GET_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DATE Value transfer Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Application-Server-) Datum 20031215

Method GET_DATE on class CL_RSMRM_JOB has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_JOB_ID Value transfer Type reference (TYPE) GUID_32 GUID in Format 'CHAR' in Großbuchstaben 20031215

Method GET_ID on class CL_RSMRM_JOB has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_JOBIDS Value transfer Type reference (TYPE) RSANY_T_GUIDS 20031215
2 Importing I_JOBTYPE Call by reference Type reference (TYPE) STRING 20031215
3 Importing I_MODELNAME Call by reference Type reference (TYPE) STRING 20031215

Method GET_LIST on class CL_RSMRM_JOB has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_LOG Value transfer Object reference (TYPE REF TO) CL_RSAN_LOG Protokoll 20031215

Method GET_LOG on class CL_RSMRM_JOB has no exception.

Method GET_MODELNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NAME Value transfer Type reference (TYPE) STRING 20031215

Method GET_MODELNAME on class CL_RSMRM_JOB has no exception.

Method GET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_PARAMS Value transfer Type reference (TYPE) STRING 20031215

Method GET_PARAMS on class CL_RSMRM_JOB has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) STRING 20031215
2 Importing I_NAME Call by reference Type reference (TYPE) STRING 20031215

Method GET_RESULT on class CL_RSMRM_JOB has no exception.

Method GET_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SERVER Value transfer Type reference (TYPE) STRING 20031215

Method GET_SERVER on class CL_RSMRM_JOB has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STATUS Value transfer Type reference (TYPE) STRING 20031215

Method GET_STATUS on class CL_RSMRM_JOB has no exception.

Method GET_STATUS_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STATUS_LINE Value transfer Type reference (TYPE) STRING 20031215

Method GET_STATUS_LINE on class CL_RSMRM_JOB has no exception.

Method GET_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TIME Value transfer Type reference (TYPE) SYUZEIT Datum und Zeit, aktuelle Application-Server-Zeit 20031215

Method GET_TIME on class CL_RSMRM_JOB has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TYPE Value transfer Type reference (TYPE) STRING 20031215

Method GET_TYPE on class CL_RSMRM_JOB has no exception.

Method GET_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NAME Value transfer Type reference (TYPE) STRING 20031215

Method GET_USER on class CL_RSMRM_JOB has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FLAG Value transfer Type reference (TYPE) BOOLEAN Boolesche Variable (X= wahr, -=falsch, leer=unbekannt) 20031215

Method IS_ACTIVE on class CL_RSMRM_JOB has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBID Call by reference Type reference (TYPE) GUID_32 GUID in Format 'CHAR' in Großbuchstaben 20031215
# Exception Resumable Description Created on
1 FAILED Fehler 20031215

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBID Call by reference Type reference (TYPE) GUID_32 SPACE GUID in Format "CHAR" in Großbuchstaben 20031215
2 Importing I_JOBPARAMS Call by reference Type reference (TYPE) C SPACE Job-Parameter 20031215
3 Importing I_JOBTYPE Call by reference Type reference (TYPE) C Jobtyp (Anwendung) 20031215
4 Importing I_MODELNAME Call by reference Type reference (TYPE) C SPACE Modellname 20031215

Method OPEN on class CL_RSMRM_JOB has no exception.

Method SAVE Signature

Method SAVE on class CL_RSMRM_JOB has no parameter.
Method SAVE on class CL_RSMRM_JOB has no exception.

Method SET_MODELNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20031215

Method SET_MODELNAME on class CL_RSMRM_JOB has no exception.

Method SET_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMS Call by reference Type reference (TYPE) STRING 20040108

Method SET_PARAMS on class CL_RSMRM_JOB has no exception.

Method SET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING 20031215
2 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20031215

Method SET_RESULT on class CL_RSMRM_JOB has no exception.

Method SET_STATUS_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS_LINE Call by reference Type reference (TYPE) CLIKE 20031215

Method SET_STATUS_LINE on class CL_RSMRM_JOB has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) STRING 20031215

Method SET_TYPE on class CL_RSMRM_JOB has no exception.

Method _GET_STATUS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STATUS_KEY Value transfer Type reference (TYPE) STRING 20031215

Method _GET_STATUS_KEY on class CL_RSMRM_JOB has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 331