SAP ABAP Interface IF_RMC_VERI_TEST (Test remote interface for RMC (VERI))
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_VERI_TEST  
Short Description Test remote interface for RMC (VERI)    
General Data
Package SRCX   Development Class for Remote Communication: RFC and RMC 
Created 19990119   SAP 
Last changed 19990119   SAP 
Unicode checks active    
Forward declarations
Interface IF_RMC_VERI_TEST has no forward declaration.
Interfaces
Interface IF_RMC_VERI_TEST has no interface.
Friends
Interface IF_RMC_VERI_TEST has no friend.
Attributes
Interface IF_RMC_VERI_TEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 RAISE_ERROR Instance method Public Method Error handling (exception, message, rabax, ...) 19990119
2 STRUCT_CHG Instance method Public Method Change structure (changing) 19990119
3 STRUCT_GET Instance method Public Method Read structure (exporting) 19990119
4 STRUCT_PUT Instance method Public Method Send structure (importing) 19990119
5 STRUCT_RET Instance method Public Method Read structure (returning) 19990119
6 SUM_BCD Instance method Public Method Calculate sum of two BCDs 19990119
7 SUM_FLOAT Instance method Public Method Calculate sum of two floats 19990119
8 SUM_INT Instance method Public Method Calculate sum of two integers 19990119
9 TABLE_CHG Instance method Public Method Change table (changing) 19990119
10 TABLE_GET Instance method Public Method Read table (exporting) 19990119
11 TABLE_PUT Instance method Public Method Send table (importing) 19990119
12 TABLE_RET Instance method Public Method Read table (returning) 19990119
Events
Interface IF_RMC_VERI_TEST has no event.
Types
Interface IF_RMC_VERI_TEST has no local type.
Method Signatures

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COUNTER Value transfer Type reference (TYPE) INT4 Zähler 19990119
2 Importing MESSAGETYPE Value transfer Type reference (TYPE) SYMSGTY 'E' Art der zu erzeugenden Message 19990119
3 Importing MODE Value transfer Type reference (TYPE) SYDYNNR '0' Art des zu erzeugenden Fehlers 19990119
# Exception Resumable Description Created on
1 RAISE_EXCEPTION Anwendungsausnahme zum Testen von Exception/Message/Rabax 19990119

Method STRUCT_CHG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing STRUC Value transfer Type reference (TYPE) RSVRMCSTR2 Teststruktur 19990119

Method STRUCT_CHG on Interface IF_RMC_VERI_TEST has no exception.

Method STRUCT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOO Value transfer Type reference (TYPE) INT4 Dummy 19990119
2 Exporting STRUC Value transfer Type reference (TYPE) RSVRMCSTR2 Teststruktur 19990119

Method STRUCT_GET on Interface IF_RMC_VERI_TEST has no exception.

Method STRUCT_PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FOO Value transfer Type reference (TYPE) INT4 Dummy 19990119
2 Importing STRUC Value transfer Type reference (TYPE) RSVRMCSTR2 Teststruktur 19990119

Method STRUCT_PUT on Interface IF_RMC_VERI_TEST has no exception.

Method STRUCT_RET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOO Value transfer Type reference (TYPE) INT4 Dummy 19990119
2 Returning STRUC Value transfer Type reference (TYPE) RSVRMCSTR2 Teststruktur 19990119

Method STRUCT_RET on Interface IF_RMC_VERI_TEST has no exception.

Method SUM_BCD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A1 Value transfer Type reference (TYPE) RSVRMCP151 1. Summand 19990119
2 Importing A2 Value transfer Type reference (TYPE) RSVRMCP151 2. Summand 19990119
3 Returning RES Value transfer Type reference (TYPE) RSVRMCP151 Summe 19990119

Method SUM_BCD on Interface IF_RMC_VERI_TEST has no exception.

Method SUM_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A1 Value transfer Type reference (TYPE) FLOAT erster Summand 19990119
2 Importing A2 Value transfer Type reference (TYPE) FLOAT zweiter Summand 19990119
3 Returning RES Value transfer Type reference (TYPE) FLOAT Summe 19990119

Method SUM_FLOAT on Interface IF_RMC_VERI_TEST has no exception.

Method SUM_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A1 Value transfer Type reference (TYPE) INT4 erster Parameter 19990119
2 Importing A2 Value transfer Type reference (TYPE) INT4 zweiter Parameter 19990119
3 Returning RES Value transfer Type reference (TYPE) INT4 Resultat: Summe 19990119

Method SUM_INT on Interface IF_RMC_VERI_TEST has no exception.

Method TABLE_CHG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TAB Value transfer Type reference (TYPE) RSVRMCTAB1 Tabelle 19990119

Method TABLE_CHG on Interface IF_RMC_VERI_TEST has no exception.

Method TABLE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOO Value transfer Type reference (TYPE) INT4 dummy 19990119
2 Exporting TAB Value transfer Type reference (TYPE) RSVRMCTAB1 tabelle 19990119

Method TABLE_GET on Interface IF_RMC_VERI_TEST has no exception.

Method TABLE_PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FOO Value transfer Type reference (TYPE) INT4 dummy 19990119
2 Importing TAB Value transfer Type reference (TYPE) RSVRMCTAB1 tabelle 19990119

Method TABLE_PUT on Interface IF_RMC_VERI_TEST has no exception.

Method TABLE_RET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOO Value transfer Type reference (TYPE) INT4 dummy 19990119
2 Returning TAB Value transfer Type reference (TYPE) RSVRMCTAB1 tabelle 19990119

Method TABLE_RET on Interface IF_RMC_VERI_TEST has no exception.
History
Last changed by/on SAP  19990119 
SAP Release Created in