SAP ABAP Class IF_W3_API_SERVICE (ITS API: Service)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_W3_API_OBJECT | ITS API: General Functions | 19990802 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_W3_API_SERVICE | ITS API: Service | 19990803 |
Properties
Class | IF_W3_API_SERVICE | |
Short Description | ITS API: Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 19990802 | SAP |
Last change | 20050218 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_W3_API_SERVICE has no forward declaration.
Interfaces
Class IF_W3_API_SERVICE has no interface implemented.
Friends
Class IF_W3_API_SERVICE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR1 | X = Interface Parameter Available | 20000120 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create New Service | 19990802 |
2 | ![]() |
Instance method | Public | Method | Get Attributes | 19990802 |
3 | ![]() |
Instance method | Public | Method | Returns all Templates with Flow Logic for Service | 20001212 |
4 | ![]() |
Instance method | Public | Method | Get Service Interface Parameters | 20000119 |
5 | ![]() |
Instance method | Public | Method | Returns all JavaScript Files for Service | 20001221 |
6 | ![]() |
Instance method | Public | Method | Returns All MIMEs for a Service | 19990927 |
7 | ![]() |
Instance method | Public | Method | Returns All Language-Dependent MIMEs for a Service | 19990927 |
8 | ![]() |
Instance method | Public | Method | Get Service Name | 19990818 |
9 | ![]() |
Instance method | Public | Method | Get Service Parameters | 19990802 |
10 | ![]() |
Instance method | Public | Method | Returns All Resource Files for a Service | 19990927 |
11 | ![]() |
Instance method | Public | Method | Returns All Templates for Service | 19990927 |
12 | ![]() |
Instance method | Public | Method | Returns All Language-Dependent Templates for a Service | 19990927 |
13 | ![]() |
Instance method | Public | Method | Returns All Transactions Entered as Parameters for Service | 19991005 |
14 | ![]() |
Static method | Public | Method | Load Service | 19990802 |
15 | ![]() |
Static method | Public | Method | Publish Service | 19991006 |
16 | ![]() |
Instance method | Public | Method | Set Attributes | 19990802 |
17 | ![]() |
Instance method | Public | Method | Set Service Interface Parameters | 20000119 |
18 | ![]() |
Instance method | Public | Method | Set Service Parameters | 19990802 |
Events
Class IF_W3_API_SERVICE has no event.
Types
Class IF_W3_API_SERVICE has no local type.
Method Signatures
Method CREATE_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INTERFACE_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVINTFPARA_TABLETYPE | Schnittstellenparameter für Service | 20000119 | ||
2 | ![]() |
P_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVPARA_TABLETYPE | Initial-Parameter für Service | 19990930 | ||
3 | ![]() |
P_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_W3_API_SERVICE | Service Instanz | 19990802 | ||
4 | ![]() |
P_SERVICE_DATA | Call by reference | Type reference (TYPE) | W3SERVATTR | Service Daten | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer | 19990805 | |
2 | ![]() |
Service Verantworliicher existiert nicht als Benutzer | 19990802 | |
3 | ![]() |
Interner Fehler | 19990802 | |
4 | ![]() |
Ungültiger Parameter | 19990930 | |
5 | ![]() |
Fehlende Berechtigung für neuen TADIR Eintrag | 19990802 | |
6 | ![]() |
Service existiert bereits | 19990802 | |
7 | ![]() |
Service wurde bereits erzeugt (noch nicht auf DB!) | 19990802 | |
8 | ![]() |
Service Name fehlt oder konnte nicht interpretiert werden | 19990802 |
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3SERVATTR | Service Daten | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990802 | |
2 | ![]() |
Service ungültig | 19990802 | |
3 | ![]() |
Service gelöscht | 19990802 |
Method GET_FLOWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TEMPLATE_LIST | Call by reference | Type reference (TYPE) | W3_TEMP_NAME_LIST | Enthaltene Templates mit Flowlogik | 20001212 |
Method GET_FLOWS on class IF_W3_API_SERVICE has no exception.
Method GET_INTERFACE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INTERFACE_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVINTFPARA_TABLETYPE | Service Schnittstellen Parameter | 20000119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 20000119 | |
2 | ![]() |
Service ungültig | 20000119 | |
3 | ![]() |
Service gelöscht | 20000119 |
Method GET_JAVASCRIPTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_JAVASCRIPT_LIST | Call by reference | Type reference (TYPE) | W3_JSCR_NAME_LIST | Enthaltene JavaScript-Dateien | 20001221 |
Method GET_JAVASCRIPTS on class IF_W3_API_SERVICE has no exception.
Method GET_MIMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MIME_LIST | Call by reference | Type reference (TYPE) | W3_MIME_NAME_LIST | Enthaltene Mimes | 19990927 |
Method GET_MIMES on class IF_W3_API_SERVICE has no exception.
Method GET_MIMES_LANG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MIME_LIST | Call by reference | Type reference (TYPE) | W3_MIML_NAME_LIST | Enthaltene sprachabhängige Mimes | 19990927 |
Method GET_MIMES_LANG on class IF_W3_API_SERVICE has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SERVICE_NAME | Call by reference | Type reference (TYPE) | ITSAPPL | Service-Name | 19990818 |
Method GET_NAME on class IF_W3_API_SERVICE has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVPARA_TABLETYPE | Service Parameter | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990802 | |
2 | ![]() |
Service ungültig | 19990802 | |
3 | ![]() |
Service gelöscht | 19990802 |
Method GET_RESOURCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_RESOURCE_LIST | Call by reference | Type reference (TYPE) | W3_RESO_NAME_LIST | Namen der enthaltenen Resource Files | 19990927 |
Method GET_RESOURCES on class IF_W3_API_SERVICE has no exception.
Method GET_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TEMPLATE_LIST | Call by reference | Type reference (TYPE) | W3_TEMP_NAME_LIST | Enthaltene Templates | 19990927 |
Method GET_TEMPLATES on class IF_W3_API_SERVICE has no exception.
Method GET_TEMPLATES_LANG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TEMPLATE_LIST | Call by reference | Type reference (TYPE) | W3_TEML_NAME_LIST | Enthaltene sprachabhängige Templates | 19990927 |
Method GET_TEMPLATES_LANG on class IF_W3_API_SERVICE has no exception.
Method GET_TRANSACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TRANSACTION | Call by reference | Type reference (TYPE) | TCODE | Name der Transaktion | 19991005 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Transaktion in den Parametern eingetragen | 19991005 |
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_W3_API_SERVICE | Service Instanz | 19990802 | ||
2 | ![]() |
P_SERVICE_NAME | Call by reference | Type reference (TYPE) | ITSAPPL | Service Name | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990802 | |
2 | ![]() |
Service nicht auf Datenbank vorhanden | 19990802 | |
3 | ![]() |
Fehlende Berechtigung | 19990805 |
Method PUBLISH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PI_INVALIDATE_PPTS | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20031121 | |
2 | ![]() |
P_MESSAGES | Call by reference | Type reference (TYPE) | W3_ERROR_MESSAGES | Fehlermeldung des Publizierens | 19991006 | ||
3 | ![]() |
P_SERVICE_NAME | Call by reference | Type reference (TYPE) | ITSAPPL | Name des Service | 19991006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Daten auf der Datenbank ungültig | 19991006 | |
2 | ![]() |
Anderer Fehler | 19991006 | |
3 | ![]() |
Kein ITS-Server zum publizieren angegeben | 20000215 | |
4 | ![]() |
Template ist nicht vorhanden | 19991006 | |
5 | ![]() |
Fehlende Berechtigung (Anzeige) | 20000112 | |
6 | ![]() |
Fehler beim Publizieren | 19991006 |
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ATTRIBUTES | Call by reference | Type reference (TYPE) | W3SERVATTR | Service Daten | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unzureichende Berechigung zum Ändern eines Felds | 19990802 | |
2 | ![]() |
Service Verantworliicher existiert nicht als Benutzer | 19990802 | |
3 | ![]() |
Interner Fehler | 19990802 | |
4 | ![]() |
Service ist logisch gelöscht! | 19990802 | |
5 | ![]() |
Service ungültig | 19990802 | |
6 | ![]() |
Service nicht änderbar | 19990802 |
Method SET_INTERFACE_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INTERFACE_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVINTFPARA_TABLETYPE | Service Schnittstellenparameter | 20000119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unzureichende Berechigung zum Ändern eines Felds | 20000119 | |
2 | ![]() |
Interner Fehler | 20000119 | |
3 | ![]() |
Ungültiger Parameter | 20000119 | |
4 | ![]() |
Service ist logisch gelöscht! | 20000119 | |
5 | ![]() |
Service ungültig | 20000119 | |
6 | ![]() |
Service nicht änderbar | 20000119 |
Method SET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_PARAMETERS | Call by reference | Type reference (TYPE) | W3SERVPARA_TABLETYPE | Service Parameter | 19990802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unzureichende Berechigung zum Ändern eines Felds | 19990802 | |
2 | ![]() |
Interner Fehler | 19990802 | |
3 | ![]() |
Ungültiger Parameter | 19990802 | |
4 | ![]() |
Service ist logisch gelöscht! | 19990802 | |
5 | ![]() |
Service ungültig | 19990802 | |
6 | ![]() |
Service nicht änderbar | 19990802 |
History
Last changed by/on | SAP | 20050218 |
SAP Release Created in |