SAP ABAP Interface IF_RMC_SESSION (Public interface to session objects at RMC)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC (Application Component) RFC
     SRCX (Package) Development Class for Remote Communication: RFC and RMC
Properties
Interface IF_RMC_SESSION  
Short Description Public interface to session objects at RMC    
General Data
Package SRCX   Development Class for Remote Communication: RFC and RMC 
Created 19990102   SAP 
Last changed 00000000   SAP 
Unicode checks active    
Forward declarations
Interface IF_RMC_SESSION has no forward declaration.
Interfaces
Interface IF_RMC_SESSION has no interface.
Friends
Interface IF_RMC_SESSION has no friend.
Attributes
Interface IF_RMC_SESSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE Instance method Public Method Close connection to target system 19990102
2 CREATE_REMOTE_OBJECT Instance method Public Method Create a new object in target system 19990102
3 GET_LAST_ERROR Instance method Public Method Read last error message 19990102
4 GET_NAME Instance method Public Method Read name assigned 19990102
5 GET_STATUS Instance method Public Method Read current condition 19990102
6 GET_SYSTEM_INFO Instance method Public Method R%ead system information of target system 19990102
7 OPEN Instance method Public Method Open connection to target system 19990102
8 PING Instance method Public Method Ping into target system for connection check 19990204
9 SET_NAME Instance method Public Method Name assignment for connection 19990102
Events
Interface IF_RMC_SESSION has no event.
Types
Interface IF_RMC_SESSION has no local type.
Method Signatures

Method CLOSE Signature

Method CLOSE on Interface IF_RMC_SESSION has no parameter.
Method CLOSE on Interface IF_RMC_SESSION has no exception.

Method CREATE_REMOTE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS Value transfer Type reference (TYPE) SEOCLSKEY Klasse, zu der ein Objekt erzeugt werden soll 19990102
2 Exporting IREF Value transfer Type reference (TYPE) ANY Interface-Referenz auf das neue Objekt 19990102
# Exception Resumable Description Created on
1 CREATE_FAILURE Fehler beim Anlegen des Objektes im Zielsystem 19990102

Method GET_LAST_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGE Value transfer Type reference (TYPE) CHAR255 Fehlermeldung 19990102
2 Exporting TYPE Value transfer Type reference (TYPE) INT4 Fehlerart 19990102

Method GET_LAST_ERROR on Interface IF_RMC_SESSION has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NAME Value transfer Type reference (TYPE) CHAR32 vergebener Name 19990102

Method GET_NAME on Interface IF_RMC_SESSION has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STATUS Value transfer Type reference (TYPE) INT4 aktueller Zustand 19990102

Method GET_STATUS on Interface IF_RMC_SESSION has no exception.

Method GET_SYSTEM_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SYSINFO Value transfer Type reference (TYPE) RFCSI System-Information des Zielsystems 19990102

Method GET_SYSTEM_INFO on Interface IF_RMC_SESSION has no exception.

Method OPEN Signature

Method OPEN on Interface IF_RMC_SESSION has no parameter.
Method OPEN on Interface IF_RMC_SESSION has no exception.

Method PING Signature

Method PING on Interface IF_RMC_SESSION has no parameter.
Method PING on Interface IF_RMC_SESSION has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CHAR32 neuer Name für das Session-Objekt 19990102

Method SET_NAME on Interface IF_RMC_SESSION has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in