SAP ABAP Class /SLOAP/CL_PROVIDER (/SLOAP/CL_PROVIDER)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
/SLOAP/EXECUTION_API (Package) API to execution layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SLOAP/IF_PROVIDER | 20100205 |
Properties
| Class | /SLOAP/CL_PROVIDER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SLOAP/EXECUTION_API | API to execution layer |
| Created | 20100205 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SLOAP/CL_PROVIDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /SLOAP/IF_PROVIDER | 20100205 |
Friends
Class /SLOAP/CL_PROVIDER has no friend class.
Attributes
Methods
Events
Class /SLOAP/CL_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PROVIDER_INSTANCE | Private | See coding | 20100210 | tt_provider_instance TYPE SORTED TABLE OF ty_provider_instance WITH UNIQUE KEY analysis_guid
|
||
| 2 | TY_PROVIDER_INSTANCE | Private | See coding | 20100210 | BEGIN OF ty_provider_instance,
analysis_guid TYPE /sloap/guid,
instance TYPE REF TO /sloap/if_provider,
END OF ty_provider_instance
|
Method Signatures
Method CHECK_ACTIVITY_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ALLOWED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100209 | |||
| 2 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | /SLOAP/ACTIVITY | State transition activity | 20100209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100209 |
Method CHECK_RFC Signature
Method CHECK_RFC on class /SLOAP/CL_PROVIDER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100208 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ANALYSIS_STATE_LOG | Call by reference | Type reference (TYPE) | /SLOAP/T_ANALYSIS_STATE_LOG | Analysis state log | 20100309 | |||
| 2 | IT_MODULE_STATE | Call by reference | Type reference (TYPE) | /SLOAP/T_MODULE_STATE | Module state | 20100309 | |||
| 3 | IT_MODULE_STATE_LOG | Call by reference | Type reference (TYPE) | /SLOAP/T_MODULE_STATE_LOG | Module state log | 20100310 | |||
| 4 | IV_ANALYSIS_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | SLOAS Analysis Guid | 20100205 | |||
| 5 | IV_ANALYSIS_STATE | Call by reference | Type reference (TYPE) | /SLOAP/ANALYSIS_STATE | Analysis state | 20100309 | |||
| 6 | IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20100210 | |||
| 7 | IV_DEPLOYMENT | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20100823 | |||
| 8 | IV_LOCK_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | SLOAS: Guid | 20100215 | |||
| 9 | IV_OUT_PROFILE_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | SLOAS: Guid | 20100210 | |||
| 10 | IV_RFC_ID | Call by reference | Type reference (TYPE) | RFCDEST | Destination table for Remote Function Call | 20100210 | |||
| 11 | IV_SYSTEM_ID | Call by reference | Type reference (TYPE) | SYSYSID | Name of the SAP System | 20100210 | |||
| 12 | IV_SYSTEM_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/SYSTEM_TYPE | Release Status of SAP System | 20100210 |
Method CONSTRUCTOR on class /SLOAP/CL_PROVIDER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /SLOAP/IF_PROVIDER | 20100209 | ||||
| 2 | IV_ANALYSIS_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | Analysis GUID created in method if not provided by caller | 20100209 | |||
| 3 | IV_DEPLOYMENT | Call by reference | Type reference (TYPE) | /SLOAP/MODULE_DEPLOYMENT | 20100823 | ||||
| 4 | IV_OUT_PROFILE_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | 20100210 | ||||
| 5 | IV_TARGET_RFC_ID | Call by reference | Type reference (TYPE) | RFCDEST | 20100209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100408 |
Method DELETE Signature
Method DELETE on class /SLOAP/CL_PROVIDER has no parameter.
Method DELETE on class /SLOAP/CL_PROVIDER has no exception.
Method DEPLOY Signature
Method DEPLOY on class /SLOAP/CL_PROVIDER has no parameter.
Method DEPLOY on class /SLOAP/CL_PROVIDER has no exception.
Method DETERMINE_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CLIENT | Call by reference | Type reference (TYPE) | RFCCLIENT | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100326 | |||
| 2 | EV_SYSTEM_ID | Call by reference | Type reference (TYPE) | SYSYSID | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100326 | |||
| 3 | EV_SYSTEM_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/SYSTEM_TYPE | SLOAS system type | 20100326 | |||
| 4 | IV_RFC_ID | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20100326 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100326 |
Method EXECUTE Signature
Method EXECUTE on class /SLOAP/CL_PROVIDER has no parameter.
Method EXECUTE on class /SLOAP/CL_PROVIDER has no exception.
Method GET_RESULT Signature
Method GET_RESULT on class /SLOAP/CL_PROVIDER has no parameter.
Method GET_RESULT on class /SLOAP/CL_PROVIDER has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LOCK_RETRIEVED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100413 |
Method LOOKUP_ANALYSIS_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ANALYSIS_GUID | Call by reference | Type reference (TYPE) | /SLOAP/T_GUID | SLOAS guid table | 20100209 | |||
| 2 | IT_SELECTION | Call by reference | Type reference (TYPE) | /SLOAP/SCOL_SELECTIONS_T | Selection Criteria for Queries on Aspects | 20100209 |
Method LOOKUP_ANALYSIS_GUID on class /SLOAP/CL_PROVIDER has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /SLOAP/IF_PROVIDER | 20100209 | ||||
| 2 | IV_ANALYSIS_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | SLOAS: Guid | 20100209 |
Method OPEN on class /SLOAP/CL_PROVIDER has no exception.
Method REFRESH Signature
Method REFRESH on class /SLOAP/CL_PROVIDER has no parameter.
Method REFRESH on class /SLOAP/CL_PROVIDER has no exception.
Method RESET Signature
Method RESET on class /SLOAP/CL_PROVIDER has no parameter.
Method RESET on class /SLOAP/CL_PROVIDER has no exception.
Method SET_ANALYSIS_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE_NEW | Call by reference | Type reference (TYPE) | /SLOAP/ANALYSIS_STATE | Analysis state | 20100310 | |||
| 2 | IV_SYNCHRONOUS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100310 | |||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100310 |
Method SET_ANALYSIS_STATE on class /SLOAP/CL_PROVIDER has no exception.
Method SET_MODULE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODULE_GUID | Call by reference | Type reference (TYPE) | /SLOAP/GUID | SLOAS: Guid | 20100310 | |||
| 2 | IV_STATE_NEW | Call by reference | Type reference (TYPE) | /SLOAP/ANALYSIS_STATE | Analysis state | 20100310 | |||
| 3 | IV_SYNCHRONOUS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100310 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100310 |
Method SET_MODULE_STATE on class /SLOAP/CL_PROVIDER has no exception.
Method STOP Signature
Method STOP on class /SLOAP/CL_PROVIDER has no parameter.
Method STOP on class /SLOAP/CL_PROVIDER has no exception.
Method TERMINATE Signature
Method TERMINATE on class /SLOAP/CL_PROVIDER has no parameter.
Method TERMINATE on class /SLOAP/CL_PROVIDER has no exception.
Method UNLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UNLOCK_REMOTE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100211 |
Method UNLOCK on class /SLOAP/CL_PROVIDER has no exception.
Method UPDATE_STATE_LOCAL Signature
Method UPDATE_STATE_LOCAL on class /SLOAP/CL_PROVIDER has no parameter.
Method UPDATE_STATE_LOCAL on class /SLOAP/CL_PROVIDER has no exception.
Method UPDATE_STATE_REMOTE Signature
Method UPDATE_STATE_REMOTE on class /SLOAP/CL_PROVIDER has no parameter.
Method UPDATE_STATE_REMOTE on class /SLOAP/CL_PROVIDER has no exception.
Method WRITE_TO_DB Signature
Method WRITE_TO_DB on class /SLOAP/CL_PROVIDER has no parameter.
Method WRITE_TO_DB on class /SLOAP/CL_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2006_1_700 |