SAP ABAP Class CL_IAC_MIME (Mime data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-ITS (Application Component) SAP Internet Transaction Server
⤷
SITS_ABAP (Package) ITS ABAP Components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IAC_OBJECT | Shared Functions for IAC Objects | 20030812 |
Properties
| Class | CL_IAC_MIME | |
| Short Description | Mime data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SITS_ABAP | ITS ABAP Components |
| Created | 20030812 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IAC_OBJECT | Shared Functions for IAC Objects | 20030812 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_IAC_MIME_LANG | 20031218 | Mime Data (Language-Dependent) | |
| 2 | CL_W3_API_HELPER | 20031218 | ITS API: API Help Methods |
Attributes
Class CL_IAC_MIME has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Whether Particular Object Exists | 20031008 | |
| 2 | Static method | Public | Method | Check External Name and Existance of Prerequisites | 20031007 | |
| 3 | Static method | Public | Method | Check SMODILOG for Deleted Entries | 20031022 | |
| 4 | Instance method | Public | Method | Converting from Version Management to Text Table | 20040830 | |
| 5 | Instance method | Private | Method | Construct Database Identification | 20030813 | |
| 6 | Static method | Public | Method | Determine the Long Name of Mimes and Templates | 20031208 | |
| 7 | Instance method | Public | Method | Get Content of a Mime Object from Database | 20030821 | |
| 8 | Instance method | Public | Method | Get Service Description | 20031008 | |
| 9 | Instance method | Private | Method | Delete Mime Cache | 20031030 | |
| 10 | Static method | Public | Method | Determine Short Name if Long Name is Given | 20030813 | |
| 11 | Instance method | Public | Method | Determine Short Name if Long Name is Given | 20030820 | |
| 12 | Instance method | Public | Method | Write Content of a Mime Object to Database | 20030813 |
Events
Class CL_IAC_MIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_DATABASE_ID | Private | See coding | 20030813 | begin of t_database_id,
versiontype type iacversiontype,
mime type iacikeym,
end of t_database_id
|
Method Signatures
Method CHECK_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_MIMENAME | Call by reference | Type reference (TYPE) | IACNAME | 20031008 | ||||
| 2 | PI_SERVICE | Call by reference | Type reference (TYPE) | IACSERVIC_ | 20031008 | ||||
| 3 | PI_THEME | Call by reference | Type reference (TYPE) | IACTHEME | 20031008 | ||||
| 4 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 'D' | 20031008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20031008 |
Method CHECK_EXTERNAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_LONGNAME | Call by reference | Type reference (TYPE) | IACKEYLONG | 20031007 | ||||
| 2 | PI_CHECK_RESOURCE_EXISTENCE | Call by reference | Type reference (TYPE) | FLAG | 'X' | 20031007 | |||
| 3 | PI_EMPTY_RESOURCE_OK | Call by reference | Type reference (TYPE) | FLAG | ' ' | leeres theme erlaubt | 20081017 | ||
| 4 | PI_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20031007 | |||
| 5 | PI_SERVICE | Call by reference | Type reference (TYPE) | IACSERVIC_ | 20031007 | ||||
| 6 | PI_THEME | Call by reference | Type reference (TYPE) | IACTHEME | 20031007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Theme/Sprachressource für Template/Mime noch nicht vorhanden | 20031007 | ||
| 2 | Service nicht vorhanden | 20031007 | ||
| 3 | unbekannter Fehler | 20031007 | ||
| 4 | unbekannte Sprache | 20031007 | ||
| 5 | Name zum Objekt nicht erlaubt | 20031007 |
Method CHECK_SMODILOG_FOR_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PC_DELETED_OBJECTS | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20031022 | ||||
| 2 | PI_ADDITIONAL_CONDITIONS | Call by reference | Type reference (TYPE) | STANDARD TABLE | obsolet | 20031022 | |||
| 3 | PI_DISTINCT_FIELDS_AT_SMODILOG | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20031022 | ||||
| 4 | PI_INACTIVE_CONDITION | Call by reference | Type reference (TYPE) | CL_IAC_HELPER=>T_INACTIVE_CONDITION | 20110503 |
Method CHECK_SMODILOG_FOR_DELETED on class CL_IAC_MIME has no exception.
Method CONVERT_FROM_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_CODEPAGE_ERROR_OCCURED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110223 | ||||
| 2 | PE_PLAIN_TABLE | Call by reference | Type reference (TYPE) | W3HTMLTABTYPE | ITS: Tabellentyp für HTML-Source | 20040830 | |||
| 3 | PE_X_LENGTH | Call by reference | Type reference (TYPE) | I | Länge der binären Daten | 20050310 | |||
| 4 | PE_X_STREAM_TABLE | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | ITS: Tabellentyp für MIME-Source | 20050310 | |||
| 5 | PI_DATABASE | Call by reference | Type reference (TYPE) | IACMU_CONTENT | Inhalt von Mimes | 20040830 | |||
| 6 | PI_GIVE_PLAIN_TABLE | Call by reference | Type reference (TYPE) | FLAG | 'X' | Text zurückgeben | 20050310 | ||
| 7 | PI_GIVE_X_STREAM_TABLE | Call by reference | Type reference (TYPE) | FLAG | Binärdaten in Tabelle zurückgeben | 20050310 | |||
| 8 | PI_IGNORE_CODEPAGE_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040830 | |||
| 2 | 20040830 | |||
| 3 | 20040830 |
Method DATABASE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_ID | Value transfer | Type reference (TYPE) | T_DATABASE_ID | 20030813 | ||||
| 2 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 20030813 |
Method DATABASE_ID on class CL_IAC_MIME has no exception.
Method DETERMINE_LONG_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_LONGNAME | Call by reference | Type reference (TYPE) | IACKEYLONG | Vollständiger, externer Objektname | 20031208 | |||
| 2 | PI_MIMENAME | Call by reference | Type reference (TYPE) | IACNAME | Name eines Web-Objekts einer Internet-Anwendungskomponente | 20031208 | |||
| 3 | PI_SERVICE | Call by reference | Type reference (TYPE) | IACSERVIC_ | Service-Name der Internet-Anwendungskomponente | 20031208 | |||
| 4 | PI_THEME | Call by reference | Type reference (TYPE) | IACTHEME | Thema der Internet-Anwendungskomponente | 20031208 | |||
| 5 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 'D' | 20031208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Das Objekt existiert nicht | 20031208 |
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_CODEPAGE_ERROR_OCCURED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110223 | ||||
| 2 | PE_CONTENT_DATABASE | Call by reference | Type reference (TYPE) | IACMU_CONTENT | Inhalt von Mimes | 20040827 | |||
| 3 | PE_CONTENT_PLAIN_TABLE | Call by reference | Type reference (TYPE) | W3HTMLTABTYPE | ITS: Tabellentyp für HTML-Source | 20040827 | |||
| 4 | PE_CONTENT_X_STREAM | Call by reference | Type reference (TYPE) | XSTRING | utf-8 encoded | 20030821 | |||
| 5 | PE_CONTENT_X_STREAM_TABLE | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | Zeilenumbrüche in Daten | 20030821 | |||
| 6 | PE_X_LENGTH | Call by reference | Type reference (TYPE) | I | Länge der Daten | 20030821 | |||
| 7 | PI_GIVE_DATABASE | Call by reference | Type reference (TYPE) | FLAG | ' ' | wie auf Datenbank lesen | 20040827 | ||
| 8 | PI_GIVE_PLAIN_TABLE | Call by reference | Type reference (TYPE) | FLAG | ' ' | Als Text lesen | 20040827 | ||
| 9 | PI_GIVE_X_STREAM | Call by reference | Type reference (TYPE) | FLAG | 'X' | wie bei "Import from database" | 20040827 | ||
| 10 | PI_GIVE_X_STREAM_TABLE | Call by reference | Type reference (TYPE) | FLAG | ' ' | Stream in Stücken zerlegen | 20030821 | ||
| 11 | PI_IGNORE_CODEPAGE_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110223 | |||
| 12 | PI_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20031001 | |||
| 13 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 'D' | 20030821 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Konvertierungen | 20030825 | ||
| 2 | Objekt konnte nicht gelesen werden | 20030821 |
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_MIME | Call by reference | Type reference (TYPE) | IACMU | 20031008 | ||||
| 2 | PE_TEXT | Call by reference | Type reference (TYPE) | W3STEXT | Text | 20031008 | |||
| 3 | PI_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | SY-LANGU | 20031008 | |||
| 4 | PI_ORIGINAL_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | 20031008 | ||||
| 5 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 'D' | 20031008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Service existiert nicht auf der Datenbank | 20031008 |
Method INVALIDATE_MIME_CACHE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 20031030 |
Method INVALIDATE_MIME_CACHE on class CL_IAC_MIME has no exception.
Method LONG_TO_SHORT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_MIMENAME | Call by reference | Type reference (TYPE) | IACNAME | 20031007 | ||||
| 2 | PI_LONGNAME | Call by reference | Type reference (TYPE) | IACKEYLONG | 20031007 | ||||
| 3 | PI_SERVICE | Call by reference | Type reference (TYPE) | IACSERVIC_ | 20031007 | ||||
| 4 | PI_THEME | Call by reference | Type reference (TYPE) | IACTHEME | 20031007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Der über HASH bestimmte Name wird schon anders verwendet | 20030813 | ||
| 2 | Fehler beim bestimmen des HASH-Wertes | 20030813 |
Method LONG_TO_SHORT_NAME_4X Signature
Method LONG_TO_SHORT_NAME_4X on class CL_IAC_MIME has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Der über HASH bestimmte Name wird schon anders verwendet | 20030820 | ||
| 2 | Fehler beim bestimmen des HASH-Wertes | 20030820 |
Method WRITE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_CHECK_MODE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20040831 | |||
| 2 | PI_CONTENT_DATABASE | Call by reference | Type reference (TYPE) | IACMU_CONTENT | Datenbankformat | 20030813 | |||
| 3 | PI_CONTENT_PLAIN_TABLE | Call by reference | Type reference (TYPE) | W3HTMLTABTYPE | ITS: Tabellentyp für HTML-Source | 20040831 | |||
| 4 | PI_CONTENT_X_STREAM | Call by reference | Type reference (TYPE) | XSTRING | utf-8 encoded | 20030813 | |||
| 5 | PI_CONTENT_X_STREAM_TABLE | Call by reference | Type reference (TYPE) | W3MIMETABTYPE | 20030818 | ||||
| 6 | PI_IGNORE_HEADER_TABLE | Call by reference | Type reference (TYPE) | FLAG | Don't check header table and don't set time | 20030813 | |||
| 7 | PI_INPUT_LENGTH | Call by reference | Type reference (TYPE) | I | Für x-stream-Tabelle benötigt | 20030826 | |||
| 8 | PI_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20031001 | |||
| 9 | PI_USE | Call by reference | Type reference (TYPE) | IACCONTENTFORMAT | 'X_SREAM', 'CHAR_STREAM', 'CHAR_TABLE', 'PLAIN' | 20030813 | |||
| 10 | PI_VERSIONTYPE | Call by reference | Type reference (TYPE) | IACVERSIONTYPE | 'D' | 20030813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei Konvertierungen von Daten | 20030825 | ||
| 2 | Objekt konnte nicht gelesen werden | 20030813 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |