SAP ABAP Class CL_WS_CHECK_REPAIR (OBSOLETE: Use CL_WEBI_CHECK_REPAIR instead)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
⤷
SEWS (Package) ES Tools: Service Interfaces

⤷

⤷

Properties
Class | CL_WS_CHECK_REPAIR | |
Short Description | OBSOLETE: Use CL_WEBI_CHECK_REPAIR instead | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEWS | ES Tools: Service Interfaces |
Created | 20071219 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WS_CHECK_REPAIR has no forward declaration.
Interfaces
Class CL_WS_CHECK_REPAIR has no interface implemented.
Friends
Class CL_WS_CHECK_REPAIR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'CLASSIFICATION' | 128 character | 20071220 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'CONFIGURATION' | 128 character | 20071220 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'DATA' | 128 character | 20110525 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'DT_PROFILES' | 128 character | 20110524 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'ENDPOINT' | 128 character | 20071220 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR128 | 'GENERAL' | 128 character | 20071220 | |
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130418 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | VEPNAME | Name of a Service Definition | 20130418 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Adds complete Default Profile Info for Service Def | 20100810 |
2 | ![]() |
Instance method | Public | Method | Checks / Repairs General Inconsistencies | 20071220 |
3 | ![]() |
Instance method | Public | Method | Checks / Repairs VEPCROSSREF Inconsistencies | 20110524 |
4 | ![]() |
Instance method | Public | Method | Checks / Repairs WSHEADER Inconsistencies | 20120216 |
5 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130418 |
6 | ![]() |
Instance method | Private | Method | Check if service is inactive | 20130418 |
7 | ![]() |
Instance method | Private | Method | Checks / Repairs Classification Inconsistencies | 20071220 |
Events
Class CL_WS_CHECK_REPAIR has no event.
Types
Class CL_WS_CHECK_REPAIR has no local type.
Method Signatures
Method ADD_DEFAULT_PROFILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_ESD_MESSAGES | ESD: Messages | 20100810 | ||
2 | ![]() |
IR_VIF | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_VIF | Service Definition | 20100810 | ||
3 | ![]() |
IT_PROFILES | Call by reference | Type reference (TYPE) | VEP_PRO_SOAP_PROP_T | Table for complete Profile / SOAP APPL / Property / Values | 20110524 |
Method ADD_DEFAULT_PROFILES on class CL_WS_CHECK_REPAIR has no exception.
Method CHECK_GENERAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_ESD_MESSAGES | Message class | 20071220 |
Method CHECK_GENERAL on class CL_WS_CHECK_REPAIR has no exception.
Method CHECK_VEPCROSSREF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_ESD_MESSAGES | Message class | 20110524 |
Method CHECK_VEPCROSSREF on class CL_WS_CHECK_REPAIR has no exception.
Method CHECK_WS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_ESD_MESSAGES | Message class | 20120216 |
Method CHECK_WS_DATA on class CL_WS_CHECK_REPAIR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REPAIR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130418 | ||
2 | ![]() |
SD_NAME | Call by reference | Type reference (TYPE) | VEPNAME | Name of a Service Definition | 20130418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service : Exception | 20130418 |
Method IS_INACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INT_SD_NAME | Call by reference | Type reference (TYPE) | VEPNAME | Name of a Service Definition | 20130418 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | exists inactive | 20130418 |
Method IS_INACTIVE on class CL_WS_CHECK_REPAIR has no exception.
Method SERVICE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ERROR | Value transfer | Type reference (TYPE) | BOOLEAN | Have errors been found during check ? | 20071220 | ||
2 | ![]() |
IV_INT_SD_NAME | Call by reference | Type reference (TYPE) | VEPNAME | Internal Name of Service Definition | 20071220 |
Method SERVICE_EXISTS on class CL_WS_CHECK_REPAIR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 711 |