SAP ABAP Class CL_WSD_URL_REFERENCES (Cross References Between WSD and URL)
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_WSD_URL_REFERENCES | |
Short Description | Cross References Between WSD and URL | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEWS | ES Tools: Service Interfaces |
Created | 20040109 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WSD_URL_REFERENCES has no interface implemented.
Friends
Class CL_WSD_URL_REFERENCES has no friend class.
Attributes
Class CL_WSD_URL_REFERENCES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Checks whether URL exists for WSD | 20040109 |
2 | ![]() |
Static method | Public | Method | Deletes URL for WSD | 20040109 |
3 | ![]() |
Static method | Public | Method | Generates URL for WSD | 20040112 |
4 | ![]() |
Static method | Public | Method | 20050728 | |
5 | ![]() |
Static method | Public | Method | WSD Names for Relative URL of ICF Node for Web Service | 20040109 |
6 | ![]() |
Static method | Private | Method | Splits URL into two parts | 20040113 |
7 | ![]() |
Static method | Public | Method | Update URL for WSD | 20040112 |
Events
Class CL_WSD_URL_REFERENCES has no event.
Types
Class CL_WSD_URL_REFERENCES has no local type.
Method Signatures
Method CHECK_URL_FOR_WSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20040112 | ||
2 | ![]() |
WSD | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_WSD | Web Service Definition | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service Objekt interner Fehler | 20040112 | |
2 | ![]() |
Web Service Objekt ist Gesperrt | 20040112 |
Method DELETE_URL_FOR_WSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VARIANT_NAME | Call by reference | Type reference (TYPE) | VEPNAME | Name of a Service Definition | 20081218 | ||
2 | ![]() |
WSD | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_WSD | Name eines Web Service | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service Objekt ist Gesperrt | 20040112 | |
2 | ![]() |
Web Service Objekt existiert nicht. | 20040112 |
Method GENERATE_URL_FOR_WSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_IF_WS_MD_VIF | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_VIF | 20050721 | |||
2 | ![]() |
URL | Value transfer | Type reference (TYPE) | STRING | Die erzeugte URL | 20040114 | ||
3 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | R3STATE | ABAP: Programmstatus (aktiv, gesichert, transportiert...) | 20040112 | ||
4 | ![]() |
WSD | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_WSD | Web Services: Web Service Definition | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service Objekt interner Fehler | 20040112 | |
2 | ![]() |
Web Service Objekt ist Gesperrt | 20040112 | |
3 | ![]() |
Web Service Objekt existiert bereits. | 20040112 |
Method GET_URL_FOR_WSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_IF_WS_MD_VIF | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_VIF | 20050728 | |||
2 | ![]() |
URL | Value transfer | Type reference (TYPE) | STRING | 20050728 | |||
3 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20050728 | |||
4 | ![]() |
WSD | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_WSD | 20050728 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050728 |
Method GET_WSD_NAME_FOR_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL des ICF-Knotens | 20040109 | ||
2 | ![]() |
WSD_NAME | Value transfer | Type reference (TYPE) | WEBSNAME | Web Service Definition Name | 20040109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Argument ist zu lang. | 20040112 | |
2 | ![]() |
Web Service Objekt existiert nicht.. | 20040112 |
Method SPLIT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | 20040113 | |||
2 | ![]() |
URL_FIRST_PART | Call by reference | Type reference (TYPE) | WSRELURL_250 | Relative URL (des ICF-Knoten) eines Web Services | 20040113 | ||
3 | ![]() |
URL_LAST_PART | Call by reference | Type reference (TYPE) | WSRELURL_37 | Relative URL (des ICF-Knoten) eines Web Services | 20040113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service Objekt ist Gesperrt | 20040113 |
Method UPDATE_URL_FOR_WSD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_VIF | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_VIF | 20050728 | |||
2 | ![]() |
VERSION | Call by reference | Type reference (TYPE) | R3STATE | ABAP: Programmstatus (aktiv, gesichert, transportiert...) | 20040112 | ||
3 | ![]() |
WSD | Call by reference | Object reference (TYPE REF TO) | IF_WS_MD_WSD | Web Services: Web Service Definition | 20040112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Web Service Objekt interner Fehler | 20040112 | |
2 | ![]() |
Web Service Objekt ist Gesperrt | 20040112 | |
3 | ![]() |
Web Service Objekt existiert nicht. | 20040112 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |