SAP ABAP Class CL_RCC_ADMIN_FUNCTIONSTORE (Function Memory for Admin Functions)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-RCC (Application Component) Remote Control and Communication Framework
     RCC_ADMIN (Package) RCCF: Administrative Tasks
Properties
Class CL_RCC_ADMIN_FUNCTIONSTORE  
Short Description Function Memory for Admin Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RCC_ADMIN   RCCF: Administrative Tasks 
Created 20080320   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)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IF_RCC_COMMUNICATION_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RCC_FILE_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RCC_ADMIN_FUNCTIONSTORE has no interface implemented.
Friends
Class CL_RCC_ADMIN_FUNCTIONSTORE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_APP_ENGINES Static Attribute Private Type reference (TYPE) RCCT_ENGINE=> Table of Application Engines 20080320
2 MT_DESTINATIONS Static Attribute Private Type reference (TYPE) TY_MT_DEST 20080320
Methods
# Method Level Visibility Method type Description Created on
1 CALL_LOGSCREEN Static method Public Method Calls the log screen 20080320
2 CALL_SESSIONSCREEN Static method Public Method Calls the session screen 20080320
3 CALL_VERSIONSCREEN Static method Public Method Calls the version screen 20080320
4 CHECK_AUTHORITY Static method Public Method Checks for Correct Authorizations for Use of the TX 20080320
5 CREATE_ICON Static method Public Method Generates an Icon and Returns It Immediately 20080320
6 DISPLAY_FILE Static method Public Method Display File 20080320
7 DISPLAY_LOG Static method Public Method Display Application Log 20080320
8 DO_CONNECTION_TEST Static method Public Method Checks All Destination Addresses for Connectivity 20080320
9 GET_APP_ENGINE Static method Private Method Retrieves the Engine Parameter of a Particular Applic. Eng. 20080320
10 GET_ENGINE_FILENAME Static method Public Method Delivers the Correct Filename Including Time Stamp 20080320
11 GET_ENGINE_VERSION Static method Public Method Retrieve Engine Version 20130418
12 GET_ENGINE_VERSIONS Static method Public Method Retrieve Engine Version 20080320
13 SET_STOP_FLAG Static method Public Method Sets Stop Flag for Certain Engine Run 20080320
14 TRANSFER_ARCHIVE Static method Public Method Transfer Archive File 20080320
15 TRANSFER_FILE Static method Public Method Transfer File 20080320
Events
# Event Type Visibility Description Created on
1 PROCESSING_DESTINATION Static Event
(1)
Public
(2)
Reading Version of a Destination Address. 20080320
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MS_DEST Public See coding 20080320 BEGIN OF ty_ms_dest, dest_id TYPE RCC_DEST_ID, dest_stext TYPE RCC_STEXT, dest_active TYPE char255, dest_active_cause TYPE char255, dest_connective TYPE char255, dest_connective_cause TYPE char255, dest_ok type char255, dest_ok_cause type char255, END OF ty_ms_dest
2 TY_MT_DEST Public See coding 20080320 ty_mt_dest TYPE STANDARD TABLE OF ty_ms_dest WITH KEY dest_id
Method Signatures

Method CALL_LOGSCREEN Signature

Method CALL_LOGSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no parameter.
Method CALL_LOGSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method CALL_SESSIONSCREEN Signature

Method CALL_SESSIONSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no parameter.
Method CALL_SESSIONSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method CALL_VERSIONSCREEN Signature

Method CALL_VERSIONSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no parameter.
Method CALL_VERSIONSCREEN on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSACTION Call by reference Type reference (TYPE) TCODE Transaction Code 20080320
2 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20080320

Method CHECK_AUTHORITY on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method CREATE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ICON_D Icon in Text Fields (substitute display, alias) 20080320
2 Importing IV_TIP Call by reference Type reference (TYPE) CHAR255 Tool Tip for Icon 20080320
3 Returning RV_ICON Value transfer Type reference (TYPE) CHAR255 Ready Made Icon 20080320

Method CREATE_ICON on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method DISPLAY_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FILESTORE Call by reference Type reference (TYPE) RCCS_FILE_PATH_STORE The File Path of a File on the Engine Server 20090728
2 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
3 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID ID of Destination Address of External Engine in RCCF 20080320
4 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) INT4 0 text = 0 [default], html = othwerise 20080418
5 Importing IV_FILEPATH Call by reference Type reference (TYPE) RCC_FILE_PATH File Path of a File on the Engine Server 20090728
6 Importing IV_TRANSFERMODE Call by reference Type reference (TYPE) RCC_FILE_TRANSFERMODE IF_RCC_FILE_C=>GC_TRANSFERMODE_ASCII File Transfer Mode in RCCF 20080320

Method DISPLAY_FILE on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method DISPLAY_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DISPLAY_PROFILE Call by reference Type reference (TYPE) BAL_S_PROF Application Log: Preparation Profile for Log Output 20080320
2 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20080320

Method DISPLAY_LOG on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method DO_CONNECTION_TEST Signature

Method DO_CONNECTION_TEST on class CL_RCC_ADMIN_FUNCTIONSTORE has no parameter.
Method DO_CONNECTION_TEST on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method GET_APP_ENGINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
2 Returning RS_APP_ENGINE Value transfer Type reference (TYPE) RCCS_ENGINE Information for Application Engline 20080320

Method GET_APP_ENGINE on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method GET_ENGINE_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
2 Importing IV_CUSTOMIZINGID Call by reference Type reference (TYPE) RCC_ENGINE_CUSTID Customizing ID of the Engine Profile 20080320
3 Importing IV_DESTID Call by reference Type reference (TYPE) RCC_DEST_ID ID of Destination Address of External Engine in RCCF 20080320
4 Importing IV_FILETYPE Call by reference Type reference (TYPE) C IF_RCC_FILE_C=>GC_TRACEFILE Type of File to Be Created (Trace, Dump...) 20080320
5 Importing IV_PROFILE Call by reference Type reference (TYPE) RCC_ENGINE_PROFILE Engine Profile 20080320
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) RCC_ENG_TIMESTAMP Engine Run Status 20080320
7 Returning RV_FILENAME Value transfer Type reference (TYPE) RCC_FILE_NAME File Name in RCCF 20080320

Method GET_ENGINE_FILENAME on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method GET_ENGINE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20130418
2 Importing IV_CALLER Call by reference Type reference (TYPE) RCC_PARAM_STRING_VALUE 'USER' leave as it is, if you are unsure what you are about to do 20130418
3 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID Destination ID of External Engine in RCCF 20130418
4 Returning RS_VERSION Value transfer Type reference (TYPE) RCCS_ADMIN_VERSION RCCF: Engine Version Information 20130418

Method GET_ENGINE_VERSION on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method GET_ENGINE_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALLER Call by reference Type reference (TYPE) RCC_PARAM_STRING_VALUE 'USER' leave as it is, if you are unsure what you are about to do 20080909
2 Returning RT_ENGINE_VERSIONS Value transfer Type reference (TYPE) RCCT_ADMIN_VERSION Engine Version Table 20080320

Method GET_ENGINE_VERSIONS on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method SET_STOP_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID Destination ID of External Engine in RCCF 20080320
2 Importing IV_IS_STOPPED Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Stop Flag; Default Sets Yes 20080320
3 Importing IV_SLOT_NR Call by reference Type reference (TYPE) RCC_SLOT_NUMBER Slot Number of Load Distribution in RCCF 20080320

Method SET_STOP_FLAG on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method TRANSFER_ARCHIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_PATH Call by reference Type reference (TYPE) STRING 20080320
2 Importing IT_FILEPATHS Call by reference Type reference (TYPE) RCCT_FILE_PATH_STORE Table of Multiple File Paths 20080320
3 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
4 Importing IV_COMMMODE Call by reference Type reference (TYPE) RCC_COMTYPE IF_RCC_COMMUNICATION_C=>GC_COMM_TYPE_RFC Art der Kommunikation mit externen Engines 20080320
5 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID ID of Destination Address of External Engine in RCCF 20080320
6 Importing IV_NEW_FILE_EXTENSION Call by reference Type reference (TYPE) CHAR03 Character Field for IDocs (Length: Three Characters) 20080320
7 Importing IV_OUTFILE Call by reference Type reference (TYPE) RCC_FILE_PATH File Path of a File on the Engine Server 20080320

Method TRANSFER_ARCHIVE on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.

Method TRANSFER_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_PATH Call by reference Type reference (TYPE) STRING Path of Last Save 20080320
2 Importing IS_FILESTORE Call by reference Type reference (TYPE) RCCS_FILE_PATH_STORE The File Path of a File on the Engine Server 20090728
3 Importing IV_APP Call by reference Type reference (TYPE) RCC_APP RCCF Application ID 20080320
4 Importing IV_COMMMODE Call by reference Type reference (TYPE) RCC_COMTYPE IF_RCC_COMMUNICATION_C=>GC_COMM_TYPE_RFC Art der Kommunikation mit externen Engines 20080320
5 Importing IV_DEST_ID Call by reference Type reference (TYPE) RCC_DEST_ID ID of Destination Address of External Engine in RCCF 20080320
6 Importing IV_FILEPATH Call by reference Type reference (TYPE) RCC_FILE_PATH File Path of a File on the Engine Server 20090728
7 Importing IV_NEW_FILE_EXTENSION Call by reference Type reference (TYPE) CHAR03 File Extension for New File 20080320
8 Importing IV_TRANSFERMODE Call by reference Type reference (TYPE) RCC_FILE_TRANSFERMODE IF_RCC_FILE_C=>GC_TRANSFERMODE_COMPRESSED File Transfer Mode in RCCF 20080320

Method TRANSFER_FILE on class CL_RCC_ADMIN_FUNCTIONSTORE has no exception.
Event Signatures

Event PROCESSING_DESTINATION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_DEST_ID Exporting Value transfer Type reference (TYPE) RCC_DEST_ID ID of Destination Address of External Engine in RCCF 20080320
2 IV_PERCENTAGE Exporting Value transfer Type reference (TYPE) F 20080320
History
Last changed by/on SAP  20130531 
SAP Release Created in 604