SAP ABAP Interface IF_W3_API_MIME (ITS API: MIME Data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-WAB (Application Component) Web Application Builder
⤷
SW3_API (Package) ITS: API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_W3_API_MIME | ITS API: Data for MIME | 19990721 |
Properties
Interface | IF_W3_API_MIME | |
Short Description | ITS API: MIME Data |
General Data
Package | SW3_API | ITS: API |
Created | 19990721 | SAP |
Last changed | 20040518 | SAP |
Unicode checks active |
Forward declarations
Interface IF_W3_API_MIME has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_W3_API_OBJECT | ITS API: General Functions | 19990811 |
Friends
Interface IF_W3_API_MIME has no friend.
Attributes
Interface IF_W3_API_MIME has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create New MIME | 19990811 |
2 | ![]() |
Instance method | Public | Method | Get attributes | 19990811 |
3 | ![]() |
Instance method | Public | Method | Get MIME Name | 19990818 |
4 | ![]() |
Instance method | Public | Method | Get MIME Source | 19990811 |
5 | ![]() |
Static method | Public | Method | Load MIME | 19990811 |
6 | ![]() |
Static method | Public | Method | Load All MIMEs in Service | 19990908 |
7 | ![]() |
Static method | Public | Method | Publish MIME | 19991006 |
8 | ![]() |
Instance method | Public | Method | Set Attributes | 19990811 |
9 | ![]() |
Instance method | Public | Method | Set MIME Source | 19990811 |
Events
Interface IF_W3_API_MIME has no event.
Types
Interface IF_W3_API_MIME 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_DATALENGTH | Call by reference | Type reference (TYPE) | I | -1 | Länge des MIMEs | 20010619 | |
2 | ![]() |
P_MIME | Call by reference | Object reference (TYPE REF TO) | IF_W3_API_MIME | Mime Instanz | 19990811 | ||
3 | ![]() |
P_MIME_CONTENT | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | Mime Inhalt (z.B. Bilddaten) | 19990816 | ||
4 | ![]() |
P_MIME_DATA | Call by reference | Type reference (TYPE) | W3MIMEATTR | Mime Daten | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch durch den Benutzer | 19990811 | |
2 | ![]() |
Mime Verantworliicher existiert nicht | 19990811 | |
3 | ![]() |
Interner Fehler | 19990811 | |
4 | ![]() |
Fehlende Berechtigung für neuen TADIR Eintrag | 19990811 | |
5 | ![]() |
Mime existiert bereits | 19990811 | |
6 | ![]() |
Mime wurde bereits erzeugt (noch nicht auf DB!) | 19990811 | |
7 | ![]() |
Mime Name fehlt | 19990811 |
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) | W3MIMEATTR | Mime Daten | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990811 | |
2 | ![]() |
Mime gelöscht | 19990811 | |
3 | ![]() |
Mime ungültig | 19990811 |
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MIME_NAME | Call by reference | Type reference (TYPE) | IACIKEYM | Mime-Name | 19990818 |
Method GET_NAME on Interface IF_W3_API_MIME has no exception.
Method GET_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DATALENGTH | Call by reference | Type reference (TYPE) | I | Länge eines MIMEs | 20010619 | ||
2 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | Inhalt des Mimes | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990811 | |
2 | ![]() |
Mime gelöscht | 19990811 | |
3 | ![]() |
Mime ungültig | 19990811 |
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MIME | Call by reference | Object reference (TYPE REF TO) | IF_W3_API_MIME | Mime Instanz | 19990811 | ||
2 | ![]() |
P_MIME_NAME | Call by reference | Type reference (TYPE) | IACIKEYM | Mime Name | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Daten auf Datenbank ungültig | 19990826 | |
2 | ![]() |
Interner Fehler | 19990811 | |
3 | ![]() |
Mime nicht auf Datenbank vorhanden | 19990811 | |
4 | ![]() |
Fehlende Berechtigung | 19990811 |
Method LOAD_ALL_IN_SERVICE 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_LIST | Liste der geladenen Mimes | 19990908 | ||
2 | ![]() |
P_SERVICE_NAME | Call by reference | Type reference (TYPE) | ITSAPPL | Name des Service | 19990908 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Interner Fehler | 19990908 | |
2 | ![]() |
Service nicht auf Datenbank vorhanden | 19990908 | |
3 | ![]() |
Fehlende Berechtigung | 19990908 |
Method PUBLISH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_LONG_NAME | Call by reference | Type reference (TYPE) | IACEOBJID | Externe Objekt-ID für Web-Objekte einer IAC | 19991209 | ||
2 | ![]() |
P_MESSAGES | Call by reference | Type reference (TYPE) | W3_ERROR_MESSAGES | Fehlermeldungen des Publizierens | 19991006 | ||
3 | ![]() |
P_MIME_NAME | Call by reference | Type reference (TYPE) | IACIKEYM | Name des Mimes | 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 | ![]() |
Mime 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) | W3MIMEATTR | Mime Daten | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unzureichende Berechigung zum Ändern eines Felds | 19990811 | |
2 | ![]() |
Mime Verantworliicher existiert nicht | 19990811 | |
3 | ![]() |
Interner Fehler | 19990811 | |
4 | ![]() |
Mime ist logisch gelöscht | 19990811 | |
5 | ![]() |
Mime ungültig | 19990811 | |
6 | ![]() |
Mime nicht änderbar | 19990811 |
Method SET_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DATALENGTH | Call by reference | Type reference (TYPE) | I | -1 | Länge eines MIMEs | 20010619 | |
2 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | Inhalt des Mimes | 19990811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unzureichende Berechigung zum Ändern eines Felds | 19990811 | |
2 | ![]() |
Interner Fehler | 19990811 | |
3 | ![]() |
Ungültiger Mime-Inhalt | 19990811 | |
4 | ![]() |
Mime ist logisch gelöscht! | 19990811 | |
5 | ![]() |
Mime ungültig | 19990811 | |
6 | ![]() |
Mime nicht änderbar | 19990811 |
History
Last changed by/on | SAP | 20040518 |
SAP Release Created in |