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 | ![]() |
Instance method | Public | Method | Error handling (exception, message, rabax, ...) | 19990119 |
2 | ![]() |
Instance method | Public | Method | Change structure (changing) | 19990119 |
3 | ![]() |
Instance method | Public | Method | Read structure (exporting) | 19990119 |
4 | ![]() |
Instance method | Public | Method | Send structure (importing) | 19990119 |
5 | ![]() |
Instance method | Public | Method | Read structure (returning) | 19990119 |
6 | ![]() |
Instance method | Public | Method | Calculate sum of two BCDs | 19990119 |
7 | ![]() |
Instance method | Public | Method | Calculate sum of two floats | 19990119 |
8 | ![]() |
Instance method | Public | Method | Calculate sum of two integers | 19990119 |
9 | ![]() |
Instance method | Public | Method | Change table (changing) | 19990119 |
10 | ![]() |
Instance method | Public | Method | Read table (exporting) | 19990119 |
11 | ![]() |
Instance method | Public | Method | Send table (importing) | 19990119 |
12 | ![]() |
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 | ![]() |
COUNTER | Value transfer | Type reference (TYPE) | INT4 | Zähler | 19990119 | ||
2 | ![]() |
MESSAGETYPE | Value transfer | Type reference (TYPE) | SYMSGTY | 'E' | Art der zu erzeugenden Message | 19990119 | |
3 | ![]() |
MODE | Value transfer | Type reference (TYPE) | SYDYNNR | '0' | Art des zu erzeugenden Fehlers | 19990119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | Dummy | 19990119 | ||
2 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | Dummy | 19990119 | ||
2 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | Dummy | 19990119 | ||
2 | ![]() |
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 | ![]() |
A1 | Value transfer | Type reference (TYPE) | RSVRMCP151 | 1. Summand | 19990119 | ||
2 | ![]() |
A2 | Value transfer | Type reference (TYPE) | RSVRMCP151 | 2. Summand | 19990119 | ||
3 | ![]() |
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 | ![]() |
A1 | Value transfer | Type reference (TYPE) | FLOAT | erster Summand | 19990119 | ||
2 | ![]() |
A2 | Value transfer | Type reference (TYPE) | FLOAT | zweiter Summand | 19990119 | ||
3 | ![]() |
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 | ![]() |
A1 | Value transfer | Type reference (TYPE) | INT4 | erster Parameter | 19990119 | ||
2 | ![]() |
A2 | Value transfer | Type reference (TYPE) | INT4 | zweiter Parameter | 19990119 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | dummy | 19990119 | ||
2 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | dummy | 19990119 | ||
2 | ![]() |
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 | ![]() |
FOO | Value transfer | Type reference (TYPE) | INT4 | dummy | 19990119 | ||
2 | ![]() |
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 |