SAP ABAP Class CL_VSCAN_SERVER (Virus Scan Server)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-VIR (Application Component) Anti-Virus Protection
     SVSCAN (Package) Virus Scan of SAP Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VSCAN_INSTANCE Provider of Virus Scan Services 20030817
Properties
Class CL_VSCAN_SERVER  
Short Description Virus Scan Server    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class VSCAN    
Program status P  SAP Standard Production Program 
Category 0   
Package SVSCAN   Virus Scan of SAP Objects 
Created 20030728   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_VSCAN_INSTANCE Provider of Virus Scan Services 20030817
Friends
Class CL_VSCAN_SERVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_MSGID_VSCAN Constant Private Type reference (TYPE) SYMSGID 'VSCAN' Message Class VSCAN 20030730
2 CON_SCANRC_ACTIVECONTENT_FOUND Instance attribute Private Attribute reference (LIKE) 20120124
3 CON_SCANRC_BAD_EXPRESSION Instance attribute Private Attribute reference (LIKE) 20070831
4 CON_SCANRC_BLOCKED_BY_POLICY Instance attribute Private Attribute reference (LIKE) 20120124
5 CON_SCANRC_CBC_TERMINATED Instance attribute Private Attribute reference (LIKE) 20070831
6 CON_SCANRC_CIO_FAILED Instance attribute Private Attribute reference (LIKE) 20070831
7 CON_SCANRC_CLEAN_FAILED Instance attribute Private Attribute reference (LIKE) 20041221
8 CON_SCANRC_CLEAN_OK Instance attribute Private Attribute reference (LIKE) 20041221
9 CON_SCANRC_DRIVER_FAILED Instance attribute Private Attribute reference (LIKE) 20070831
10 CON_SCANRC_END_FAILED Instance attribute Private Attribute reference (LIKE) 20041221
11 CON_SCANRC_EXPIRED Instance attribute Private Attribute reference (LIKE) 20041221
12 CON_SCANRC_INVALID_HANDLE Instance attribute Private Attribute reference (LIKE) 20070831
13 CON_SCANRC_INVALID_PARAM Instance attribute Private Attribute reference (LIKE) 20041221
14 CON_SCANRC_INVALID_SCANOBJECT Instance attribute Private Attribute reference (LIKE) 20070831
15 CON_SCANRC_IN_PROGRESS Instance attribute Private Attribute reference (LIKE) 20041221
16 CON_SCANRC_LOAD_FAILED Instance attribute Private Attribute reference (LIKE) 20041221
17 CON_SCANRC_MACRO_FOUND Instance attribute Private Attribute reference (LIKE) 20041221
18 CON_SCANRC_NOT_INITIALIZED Instance attribute Private Attribute reference (LIKE) 20041221
19 CON_SCANRC_NOT_SCANNED Instance attribute Private Attribute reference (LIKE) 20041221
20 CON_SCANRC_NOT_SUPPORTED Instance attribute Private Attribute reference (LIKE) 20041221
21 CON_SCANRC_NO_SPACE Instance attribute Private Attribute reference (LIKE) 20070831
22 CON_SCANRC_NULL_PARAM Instance attribute Private Attribute reference (LIKE) 20070831
23 CON_SCANRC_OK Instance attribute Private Attribute reference (LIKE) 20041221
24 CON_SCANRC_PATTERN_FOUND Instance attribute Private Attribute reference (LIKE) 20041221
25 CON_SCANRC_SCAN_FAILED Instance attribute Private Attribute reference (LIKE) 20041221
26 CON_SCANRC_VIRUS_FOUND Instance attribute Private Attribute reference (LIKE) 20041221
27 CON_STATUS_ACTS Constant Public Type reference (TYPE) VSCAN_SERVER_STATUS 'ACTS' Active, externally started 20030729
28 CON_STATUS_ACTV Constant Public Type reference (TYPE) VSCAN_SERVER_STATUS 'ACTV' Active with start on application server 20030729
29 CON_STATUS_INAC Constant Public Type reference (TYPE) VSCAN_SERVER_STATUS 'INAC' Not active on application server 20030729
30 CON_STATUS_NONE Constant Public Type reference (TYPE) VSCAN_SERVER_STATUS 'NONE' Not monitored by the CCMS 20030729
31 GF_GWY_GWHOST Instance attribute Private Type reference (TYPE) GWY_LHOST Gateway Host 20031104
32 GF_GWY_GWSERV Instance attribute Private Type reference (TYPE) GWY_SERV Gateway Service 20031104
33 GF_GWY_TPNAME Instance attribute Private Type reference (TYPE) GWY_LTP Program ID 20031104
34 GF_LOCAL_ASNAME Static Attribute Private Type reference (TYPE) VSCAN_SERVER_ASNAME Name of the Local Application Server 20030729
35 GF_MESSAGE_DUMMY Static Attribute Private Type reference (TYPE) STRING Dummy String for Where-Used-List Messages 20030731
36 GO_GROUP Instance attribute Private Object reference (TYPE REF TO) CL_VSCAN_GROUP Virus Scan Server Group Object 20030814
37 GS_CCMS_NODE_ALL Static Attribute Private Type reference (TYPE) ALGLOBTID Monitor Node for "Virus Scan Servers" Summary Node 20030730
38 GS_CCMS_NODE_LOG Instance attribute Private Type reference (TYPE) ALGLOBTID Monitor Node for the Log Attribute 20030730
39 GS_CCMS_NODE_PERF Instance attribute Private Type reference (TYPE) ALGLOBTID Monitor Node for the Performance Attribute 20030730
40 GS_CCMS_NODE_STATUS Instance attribute Private Type reference (TYPE) ALGLOBTID Monitor Node for the Status Attribute 20030730
41 GS_CCMS_NODE_VSCAN Instance attribute Private Type reference (TYPE) ALGLOBTID Monitor Node for this Virus Scan Server 20030730
42 GS_VSCAN_SERVER Instance attribute Private Type reference (TYPE) VSCAN_SERVER Customizing Entry for this Server 20030728
43 GT_VSA_INFO_BUFFER Static Attribute Private See coding VSA Information Buffer 20030822
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONFIGURATION Instance method Public Method Check Configuration Data and Return Messages 20030820
2 CHECK_INSTANCE_DIR Static method Public Method Checking availability of the VSCAN instance 20070814
3 CHECK_RFC_DESTINATION Static method Public Method Checking usability of an RFC destination 20030801
4 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20030729
5 CONSTRUCTOR Instance method Public Constructor Constructor 20030819
6 CREATE_MONITOR_NODE Instance method Private Method Generating monitor nodes up to virus scan server (inclusive) 20030730
7 GET_ENGINE_INFO Instance method Public Method Return Scan Engine Information 20030820
8 GET_INIT_REQUIRED Instance method Public Method Is Initialization Required? 20030805
9 GET_INSTANCE_BY_NAME Static method Public Method Fetching virus scan server using name 20030728
10 GET_INSTANCE_FOR_GROUP Static method Public Method Fetching instance for specified group (with load balancing) 20030815
11 GET_LOAD Instance method Public Method Return current utilization value of the virus scan server 20030730
12 GET_NAME Instance method Public Method Return Name of the Server Instance 20030831
13 GET_VSA_INFO Instance method Public Method Return VSA Information 20030820
14 INIT Instance method Public Method Initializing the virus scan server 20030804
15 IS_ALIVE Instance method Public Method Checking availability of the virus scan server 20030729
16 MONITOR_LOCAL_SERVERS Static method Public Method Monitoring all local servers 20030730
17 ONALERT Instance method Public Method Auto-Reaction Method for CCMS 20030731
18 PROCESS_SCAN Instance method Private Method Internal Scan Function of the Virus Scan Server 20050113
19 SCAN_BYTES Instance method Private Method 20041221
20 SCAN_FILE Instance method Private Method 20041221
21 SCAN_TEXT Instance method Private Method 20121031
22 START Instance method Public Method Starting the virus scan server on the target host 20030728
23 START_LOCAL_SERVERS Static method Public Method Starting all on the current system local server 20030730
24 START_ON_APPSERVER Instance method Public Method ONLY for use by VSCAN_SERVER_START 20030822
25 STOP Instance method Public Method Stopping the virus scan server on the target host 20030728
26 WRITE_CCMS_MESSAGE Instance method Public Method Sending T100 message to the status attr. or log attr. 20030730
27 WRITE_CCMS_PERF Instance method Public Method Writing a performance attribute 20030730
28 WRITE_CCMS_SELFMON_ERROR Static method Public Method Sending CCMS self-monitoring message 20030730
29 WRITE_CONFIG Instance method Public Method Write Configuration 20030821
Events
Class CL_VSCAN_SERVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_VSA_INFO_BUFFER Private See coding Buffer for last-read VSA information 20030822 BEGIN OF ty_s_vsa_info_buffer, name TYPE vscan_server_name, vsa_info TYPE vscan_rfc_vsa_info, server_info type vscan_rfc_server_info, parameters TYPE vscan_rfc_param_t, END OF ty_s_vsa_info_buffer
Method Signatures

Method CHECK_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit Nachrichten 20030820

Method CHECK_CONFIGURATION on class CL_VSCAN_SERVER has no exception.

Method CHECK_INSTANCE_DIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_INST_FILEPATH Call by reference Type reference (TYPE) VSCAN_SERVER_EXE_DIR Instanzpfad plus Dateiname 20070814
2 Exporting EF_INST_PATH Call by reference Type reference (TYPE) VSCAN_SERVER_EXE_DIR Instanzpfad 20070814
3 Importing IF_NAME Call by reference Type reference (TYPE) VSCAN_SERVER_INSTANCE_NAME Instanzname 20070814
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Die Instanz ist nicht verwendbar 20070814
2 NOT_AVAILABLE Das Verzeichnis existiert nicht 20070814

Method CHECK_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_GATEWAY_HOST Call by reference Type reference (TYPE) RFCGWHOST Eingetragener Gateway-Host 20030801
2 Exporting EF_GATEWAY_SERVICE Call by reference Type reference (TYPE) RFCGWSERV Eingetragener Gateway-Service 20030801
3 Exporting EF_PROGRAM_ID Call by reference Type reference (TYPE) RFCEXEC Eingetragene Program ID 20030801
4 Importing IF_RFCDEST Call by reference Type reference (TYPE) RFCDEST Name der RFC-Destination 20030801
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR RFC-Ddestination ist fehlerhaft konfiguriert 20030801

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_VSCAN_SERVER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_VSCAN_SERVER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VSCAN_SERVER Call by reference Type reference (TYPE) VSCAN_SERVER Datenbankstruktur von VSCAN_SERVER 20030819
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20030819

Method CREATE_MONITOR_NODE Signature

Method CREATE_MONITOR_NODE on class CL_VSCAN_SERVER has no parameter.
Method CREATE_MONITOR_NODE on class CL_VSCAN_SERVER has no exception.

Method GET_ENGINE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ENGINE_INFO Call by reference Type reference (TYPE) VSCAN_RFC_ENGINE_INFO Engine Informationen 20030820
2 Exporting ET_DRIVER_INFO Call by reference Type reference (TYPE) VSCAN_RFC_DRIVER_INFO_T Tabelle mit Treiberinformationen 20030820

Method GET_ENGINE_INFO on class CL_VSCAN_SERVER has no exception.

Method GET_INIT_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_LAST_INIT Call by reference Type reference (TYPE) TIMESTAMP Zeitpunkt der letzte Initialisierung (initial --> noch nicht 20030807
2 Exporting EF_REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL Initialisierung ist erforderlich 20030805

Method GET_INIT_REQUIRED on class CL_VSCAN_SERVER has no exception.

Method GET_INSTANCE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SERVER Call by reference Object reference (TYPE REF TO) CL_VSCAN_SERVER Instanz des Virus Scan Server 20030827
2 Importing IF_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE VSCAN_SERVER am Puffer vorbei lesen 20030801
3 Importing IF_NAME Call by reference Type reference (TYPE) VSCAN_SERVER_NAME Name des Virus Scan Server 20030728
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20030814
2 NAME_NOT_FOUND Kein Virus Scan Server dieses Namens gefunden 20030728

Method GET_INSTANCE_FOR_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SERVER Call by reference Object reference (TYPE REF TO) CL_VSCAN_SERVER Virus Scan Server 20030827
2 Importing IF_LOCAL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Nur lokale Instanzen suchen 20041202
3 Importing IF_SCANGROUP Call by reference Type reference (TYPE) VSCAN_SERVER_GROUP Virus Scan Server Gruppe 20030827
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20030827
2 NO_SERVER_AVAILABLE Kein freier Server verfügbar 20030827

Method GET_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_LOAD Call by reference Type reference (TYPE) I Auslastung in Prozent 20030730
2 Exporting EF_NOT_AVAILABLE Call by reference Type reference (TYPE) CHAR1 Temporär nicht verfügbar (Initialisierung...) 20030822
# Exception Resumable Description Created on
1 NOT_ALIVE Virus Scan Server nicht aktiv 20030730

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_NAME Value transfer Type reference (TYPE) VSCAN_SERVER_NAME Name des Servers 20030831

Method GET_NAME on class CL_VSCAN_SERVER has no exception.

Method GET_VSA_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_FROM_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Werte kommen aus dem Puffer 20030830
2 Exporting ES_SERVER_INFO Call by reference Type reference (TYPE) VSCAN_RFC_SERVER_INFO Server Informationen 20030825
3 Exporting ES_VSA_INFO Call by reference Type reference (TYPE) VSCAN_RFC_VSA_INFO VSA Informationen 20030820
4 Exporting ET_PARAMETERS Call by reference Type reference (TYPE) VSCAN_RFC_PARAM_T Tabelle mit Konfigurationsparametern 20030820
# Exception Resumable Description Created on
1 NOT_AVAILABLE Keine Daten vorhanden (auch nicht im Puffer) 20030824

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_REINIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Initialisierung im laufenden Betrieb 20030821
2 Importing IF_WAIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Warten auf Ende der Initialisierung 20030902
# Exception Resumable Description Created on
1 ALREADY_INITIALIZED Server ist schon initialisiert (Methodenaufruf wirkungslos) 20030902
2 CONFIGURATION_ERROR Fehler in der Konfiguration 20030815
3 INITIALIZATION_FAILED Die Initialisierung ist fehlgeschlagen 20030804
4 NOT_AUTHORIZED Keine Berechtigung zum Initialisieren 20030804

Method IS_ALIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_ALIVE Value transfer Type reference (TYPE) ABAP_BOOL Verfügbar 20030729

Method IS_ALIVE on class CL_VSCAN_SERVER has no exception.

Method MONITOR_LOCAL_SERVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE VSCAN_SERVER am Puffer vorbei lesen 20030801
2 Importing IF_NAME Call by reference Type reference (TYPE) VSCAN_SERVER_NAME Name eines einzelnen VSS, dessen Status zu updaten ist 20030805

Method MONITOR_LOCAL_SERVERS on class CL_VSCAN_SERVER has no exception.

Method ONALERT Signature

Method ONALERT on class CL_VSCAN_SERVER has no parameter.
Method ONALERT on class CL_VSCAN_SERVER has no exception.

Method PROCESS_SCAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_DATA Call by reference Type reference (TYPE) XSTRING Nur bei IF_DO_CLEAN: Bereinigte Bytefolge 20050113
2 Exporting EF_SCANRC Call by reference Type reference (TYPE) VSCAN_SCANRC Scan-Ergebnis (CON_SCANRC_...) 20050113
3 Exporting ET_BAPIRET Call by reference Type reference (TYPE) VSCAN_BAPIRET2_T Tabelle mit Meldungen (auch ET_SCANERROR und ET_INFECTION) 20050113
4 Exporting ET_CONTENTINFO Call by reference Type reference (TYPE) VSCAN_CONTENTINFO_T Tabelle mit Scan-Inhaltsbeschreibungen 20111012
5 Exporting ET_INFECTION Call by reference Type reference (TYPE) VSCAN_INFECTION_T Tabelle mit gefundenen Viren (Details) 20050113
6 Exporting ET_SCANERROR Call by reference Type reference (TYPE) VSCAN_SCANERROR_T Tabelle mit Fehlern beim Scannen (Details) 20050113
7 Importing IF_ACTIVE_CONTENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Zusätzlich Aktive Content erkennen 20070831
8 Importing IF_DATA Call by reference Type reference (TYPE) XSTRING Zu untersuchende Bytefolge 20050113
9 Importing IF_DO_CLEAN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Bytefolge bei Bedarf bereinigen 20050113
10 Importing IF_FILENAME Call by reference Type reference (TYPE) STRING Dateiname der lokal zu scannenden Datei 20050113
11 Importing IF_JOB_ID Call by reference Type reference (TYPE) VSCAN_JOB_ID Job-IDdes Auftrages 20050113
12 Importing IF_MIME_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ermittle den MIME Typ 20120124
13 Importing IF_NO_DETAILS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ermittele keine Details über die Aktion 20070831
14 Importing IF_PATTERN_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Aktiviere den Pattern Scan 20120124
15 Importing IF_SCAN_FILE Call by reference Type reference (TYPE) ABAP_BOOL Schalter: SCAN_BYTES oder SCAN_FILE 20050113
16 Importing IT_SCAN_PARAMETER Call by reference Type reference (TYPE) VSCAN_PARAM_T Tabelle mit Scan-Parametern 20050113
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20050113
2 DIFFERENT_HOSTS Virus Scan Server und Applikationsserver unterschiedlich 20050113
3 INTERNAL_ERROR Interner Fehler 20050113
4 NOT_AVAILABLE Interner Fehler 20050113

Method SCAN_BYTES Signature

Method SCAN_BYTES on class CL_VSCAN_SERVER has no parameter.
Method SCAN_BYTES on class CL_VSCAN_SERVER has no exception.

Method SCAN_FILE Signature

Method SCAN_FILE on class CL_VSCAN_SERVER has no parameter.
Method SCAN_FILE on class CL_VSCAN_SERVER has no exception.

Method SCAN_TEXT Signature

Method SCAN_TEXT on class CL_VSCAN_SERVER has no parameter.
Method SCAN_TEXT on class CL_VSCAN_SERVER has no exception.

Method START Signature

Method START on class CL_VSCAN_SERVER has no parameter.
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Konfigurationsfehler (Virus Scan Server oder RFC) 20030728
2 INTERNAL_ERROR Sonstiger Fehler 20030728
3 NOT_AUTHORIZED Keine Berechtigung 20030728
4 NOT_STARTED Virus Scan Server konnte nicht gestartet werden 20030728

Method START_LOCAL_SERVERS Signature

Method START_LOCAL_SERVERS on class CL_VSCAN_SERVER has no parameter.
Method START_LOCAL_SERVERS on class CL_VSCAN_SERVER has no exception.

Method START_ON_APPSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_COMMAND Call by reference Type reference (TYPE) STRING Kommandozeile 20030822
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20030822
2 INSTANCE_NOT_AVAILABLE Instanzverzeichnis nicht gültig oder vorhanden 20070814
3 NOT_AUTHORIZED Keine Berechtigung 20030822

Method STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_SHUTDOWN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Nicht nur Thread-Pool, sondern auch RFC-Server terminieren 20030901
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Keine Berechtigung zum Stop 20030729
2 NOT_STOPPED Virus Scan Server nach Wartezeit von 10 Sekunden noch aktiv 20030729

Method WRITE_CCMS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IS_STATUS_MESSAGE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Statusmeldung (W/E = Autoreaktion) 20030802
2 Importing IF_LOCAL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Keine RFC-Verbindung mehr 20030804
3 Importing IS_SY Call by reference Type reference (TYPE) SYST Komplette SY-Struktur (für SY-MSGID, ...) 20030731
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler. Nur bei IF_LCOAL_ONLY = X 20030804

Method WRITE_CCMS_PERF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PERF Call by reference Type reference (TYPE) I Prozentuale Auslastung des Virus Scan Server 20030730

Method WRITE_CCMS_PERF on class CL_VSCAN_SERVER has no exception.

Method WRITE_CCMS_SELFMON_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ERROR_TEXT Call by reference Type reference (TYPE) ANY Detailfehlertext von CCMS 20030801
2 Importing IF_FUNCTION Call by reference Type reference (TYPE) ANY Gerufene Funktion 20030730
3 Importing IF_LOCATION Call by reference Type reference (TYPE) ANY Fehlerstelle 20030730
4 Importing IS_SY Call by reference Type reference (TYPE) SYST Gesamte SY-Struktur 20030730

Method WRITE_CCMS_SELFMON_ERROR on class CL_VSCAN_SERVER has no exception.

Method WRITE_CONFIG Signature

Method WRITE_CONFIG on class CL_VSCAN_SERVER has no parameter.
# Exception Resumable Description Created on
1 CONFIGURATION_ERROR Fehler in der Konfiguration 20030821
2 NOT_AUTHORIZED Keine Berechtigung 20030821
History
Last changed by/on SAP  20130531 
SAP Release Created in 640