SAP ABAP Interface IF_CMX_TYPES_UTILITY (Manufacturing Execution: Domain Service, Utility Methods)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PI-PMA (Application Component) Process Management
⤷
CMX_TYPES (Package) Manufacturing Execution: Types (Characteristics)
⤷
⤷
Properties
| Interface | IF_CMX_TYPES_UTILITY | |
| Short Description | Manufacturing Execution: Domain Service, Utility Methods |
General Data
| Package | CMX_TYPES | Manufacturing Execution: Types (Characteristics) |
| Created | 20020906 | SAP |
| Last changed | 20040127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_CMX_TYPES_UTILITY has no interface.
Friends
Interface IF_CMX_TYPES_UTILITY has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_EDITOR_TYPE_ASC | Constant | Public | Type reference (TYPE) | I | 2 | Editor Type: ASCII Text in System CP | 20030908 | |
| 2 | CO_EDITOR_TYPE_EXT | Constant | Public | Type reference (TYPE) | I | 4 | Editor Type: External Application | 20030908 | |
| 3 | CO_EDITOR_TYPE_ITF | Constant | Public | Type reference (TYPE) | I | 1 | Editor Type: SAPscript Text | 20030908 | |
| 4 | CO_EDITOR_TYPE_URL | Constant | Public | Type reference (TYPE) | I | 3 | Editor Type: Uniform Resource Locator | 20030908 | |
| 5 | CO_VALUE_ACTION_DELETE | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_ACTION | 'D' | DB Action for Value: Delete | 20020913 | |
| 6 | CO_VALUE_ACTION_INSERT | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_ACTION | 'I' | DB Action for Value: Insert | 20020913 | |
| 7 | CO_VALUE_ACTION_NONE | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_ACTION | ' ' | DB Action for Value: No Change | 20020919 | |
| 8 | CO_VALUE_ACTION_UPDATE | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_ACTION | 'U' | DB Action for Value: Update | 20020913 | |
| 9 | CO_VALUE_STATE_INITIAL | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_STATE | 'I' | Valuation with Initial Value | 20020911 | |
| 10 | CO_VALUE_STATE_LARGE | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_STATE | 'L' | Valuation with more than 255 Characters | 20020911 | |
| 11 | CO_VALUE_STATE_MEDIUM | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_STATE | 'M' | Valuation with up to 255 Characters | 20020911 | |
| 12 | CO_VALUE_STATE_MISSING | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_STATE | ' ' | Valuation is Missing | 20020911 | |
| 13 | CO_VALUE_STATE_SMALL | Constant | Public | Type reference (TYPE) | CMX_TYPES_VALUE_STATE | 'S' | Valuation with Small Value | 20020911 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks an Entered Mime Type | 20030709 | |
| 2 | Instance method | Public | Method | Executes a Context Check for Values in API Format | 20020906 | |
| 3 | Instance method | Public | Method | Converts Values from Runtime Format in DB Delta | 20020913 | |
| 4 | Instance method | Public | Method | Converts Values from DB Format in Runtime Format | 20020913 | |
| 5 | Instance method | Public | Method | Converts Values from DB Format in DB Copy | 20030412 | |
| 6 | Instance method | Public | Method | Converts Values from DB Format in DB Format | 20021004 | |
| 7 | Instance method | Public | Method | Converts an ASCII Text into Internal Value Format | 20030911 | |
| 8 | Instance method | Public | Method | Converts a SAP Script Text in to the Internal Value Format | 20030708 | |
| 9 | Instance method | Public | Method | Converts a Value when Exchanging the Assigned Domains | 20030109 | |
| 10 | Instance method | Public | Method | Converts a Value in Internal Format to HTML Text | 20030916 | |
| 11 | Instance method | Public | Method | Converts a Value in Internal Format to ASCII Text | 20030911 | |
| 12 | Instance method | Public | Method | Converts a Value in Internal Format to SAP Scipt Text | 20030708 | |
| 13 | Instance method | Public | Method | Generates a GUID for Values in DB Format MEDIUM or LARGE | 20020912 | |
| 14 | Instance method | Public | Method | Gets the Editor Type for Mime Type of a Domain | 20030908 | |
| 15 | Instance method | Public | Method | Gets the Supported Mime Types for the Domain Format | 20030709 | |
| 16 | Instance method | Public | Method | Replaces Symbols in Values; &SYMBOL& or SAPScript- | 20031113 |
Events
Interface IF_CMX_TYPES_UTILITY has no event.
Types
Interface IF_CMX_TYPES_UTILITY has no local type.
Method Signatures
Method CHECK_MIMETYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORMAT | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_FORMAT | Format der Domäne | 20030709 | |||
| 2 | MIMETYPE | Call by reference | Type reference (TYPE) | CMX_TYPES_MIMETYPE | Mime-Type aus der Eingabe | 20030709 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_MIMETYPE | Mime-Type für die persistente Ablage | 20030709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030709 |
Method CHECK_VALUES_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCATION | Call by reference | Type reference (TYPE) | CMX_LOCATION | Werk bzw. Lokation | 20031031 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_T_RCODE | Meldungstabelle zu Wertprüfungen | 20020906 | |||
| 3 | VALUES | Call by reference | Type reference (TYPE) | CMX_TYPES_T_VALUE | Werte-Tabelle im API-Format | 20020906 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20020906 |
Method CONV_BUFFER_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CMX_TYPES_T_BUFFER | Liste d. Wertepuffer (KEY, ATTR, DATA cmx_types_w_db_buffer) | 20030122 | |||
| 2 | DLARGE | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete MEDIUM (GUID, VALUE) | 20020913 | |||
| 3 | DMEDIUM | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete MEDIUM (GUID, VALUE) | 20020913 | |||
| 4 | DSMALL | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete SMALL (KEY, ATTR, DATA cmx_types_w_value_db_small) | 20020913 | |||
| 5 | ILARGE | Call by reference | Type reference (TYPE) | ANY TABLE | DB insert MEDIUM (GUID, VALUE) | 20020913 | |||
| 6 | IMEDIUM | Call by reference | Type reference (TYPE) | ANY TABLE | DB insert MEDIUM (GUID, VALUE) | 20020913 | |||
| 7 | ISMALL | Call by reference | Type reference (TYPE) | ANY TABLE | DB insert SMALL (KEY, ATTR, DATA cmx_types_w_value_db_small) | 20020913 | |||
| 8 | ULARGE | Call by reference | Type reference (TYPE) | ANY TABLE | DB update LARGE (GUID, VALUE) | 20020913 | |||
| 9 | UMEDIUM | Call by reference | Type reference (TYPE) | ANY TABLE | DB update MEDIUM (GUID, VALUE) | 20020913 | |||
| 10 | USMALL | Call by reference | Type reference (TYPE) | ANY TABLE | DB update SMALL (KEY, ATTR, DATA cmx_types_w_value_db_small) | 20020913 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20020913 |
Method CONV_DB_TO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGENT | Call by reference | Object reference (TYPE REF TO) | IF_CMX_TYPES_AGENT | Callback-Handler des Aufrufers | 20030227 | |||
| 2 | BUFFER | Call by reference | Type reference (TYPE) | ANY TABLE | Wertetabelle im Laufzeitformat | 20020913 | |||
| 3 | SMALL | Call by reference | Type reference (TYPE) | ANY TABLE | Wertetabelle im DB-Format SMALL | 20020913 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20020913 |
Method CONV_DB_TO_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGENT | Call by reference | Object reference (TYPE REF TO) | IF_CMX_TYPES_AGENT | Callback-Handler des Aufrufers | 20030412 | |||
| 2 | ILARGE | Call by reference | Type reference (TYPE) | ANY TABLE | DB copy MEDIUM (GUID, VALUE) | 20030412 | |||
| 3 | IMEDIUM | Call by reference | Type reference (TYPE) | ANY TABLE | DB copy MEDIUM (GUID, VALUE) | 20030412 | |||
| 4 | ISMALL | Call by reference | Type reference (TYPE) | ANY TABLE | DB copy SMALL (KEY, ATTR, DATA cmx_types_w_value_db_small) | 20030412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030412 |
Method CONV_DB_TO_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DLARGE | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete MEDIUM (GUID, VALUE) | 20021004 | |||
| 2 | DMEDIUM | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete MEDIUM (GUID, VALUE) | 20021004 | |||
| 3 | DSMALL | Call by reference | Type reference (TYPE) | ANY TABLE | DB delete SMALL (KEY, ATTR, DATA cmx_types_w_value_db_small) | 20021004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20021004 |
Method CONV_STRING_TO_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Name der Domäne | 20030911 | |||
| 2 | DOMOBJ | Call by reference | Object reference (TYPE REF TO) | IF_CMX_TYPES_DOMAIN | Domäne | 20030911 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit Domäne | 20030911 | |||
| 4 | STRING | Call by reference | Type reference (TYPE) | CMX_TYPES_VALUE | ASCII-Stream | 20030911 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030911 |
Method CONV_TEXT_TO_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Name der Domäne | 20030708 | |||
| 2 | DOMOBJ | Call by reference | Object reference (TYPE REF TO) | IF_CMX_TYPES_DOMAIN | Domäne | 20030708 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit Domäne | 20030708 | |||
| 4 | THEAD | Call by reference | Type reference (TYPE) | THEAD | SAPscript: Text-Header | 20030708 | |||
| 5 | TLINES | Call by reference | Type reference (TYPE) | TEXT_LINE_TAB | SAPscript: Text-Tabelle | 20030908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030708 |
Method CONV_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Name der neuen Domäne | 20030109 | |||
| 2 | DOMOBJ | Value transfer | Object reference (TYPE REF TO) | IF_CMX_TYPES_DOMAIN | Neue Domäne | 20030228 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit neuer Domäne | 20030109 | |||
| 4 | VALUE | Call by reference | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit alter Domäne | 20030109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030109 |
Method CONV_VALUE_TO_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CNV_C | Call by reference | Type reference (TYPE) | TEXT_LINE_TAB | HTML-Ersatz für spezielle ITF-Zeichenformate | 20030917 | |||
| 2 | CNV_P | Call by reference | Type reference (TYPE) | TEXT_LINE_TAB | HTML-Ersatz für spezielle ITF-Absatzformate | 20030917 | |||
| 3 | HEADER | Call by reference | Type reference (TYPE) | BOOLE_D | HTML-Header erzeugen? | 20030916 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_VALUE | HTML-Stream | 20030916 | |||
| 5 | THEAD | Call by reference | Type reference (TYPE) | THEAD | SAPscript: Text-Header | 20030916 | |||
| 6 | VALUE | Call by reference | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit Domäne | 20030916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030916 |
Method CONV_VALUE_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_VALUE | ASCII-Stream | 20030911 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit alter Domäne | 20030911 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030911 |
Method CONV_VALUE_TO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TEXT_LINE_TAB | SAPscript: Text-Tabelle | 20030908 | |||
| 2 | THEAD | Call by reference | Type reference (TYPE) | THEAD | SAPscript: Text-Header | 20030708 | |||
| 3 | VALUE | Call by reference | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert mit alter Domäne | 20030708 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030708 |
Method CREATE_VALUE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_VALUE_GUID | GUID für MEDIUM-Wert oder LARGE-Wert | 20020912 |
Method CREATE_VALUE_GUID on Interface IF_CMX_TYPES_UTILITY has no exception.
Method GET_EDITOR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMOBJ | Call by reference | Object reference (TYPE REF TO) | IF_CMX_TYPES_DOMAIN | Manufacturing Execution: Domainservice, Domain | 20030908 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | I | Editor-Typ | 20030908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030908 |
Method GET_SUPPORTED_MIMETYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORMAT | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_FORMAT | Manufacturing Execution: Format einer Domäne | 20030709 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_T_MIMETYPE | Manufacturing Execution: Tabelle für Mime-Types | 20030709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20030709 |
Method REPLACE_VALUE_SYMBOLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CMX_TYPES_T_VALUE | Werte nach der Ersetzung | 20031113 | |||
| 2 | SYMBOLS | Call by reference | Type reference (TYPE) | CMX_TYPES_T_VALUE_NAME | Symbole mit Ersetzungswerten | 20031114 | |||
| 3 | VALUES | Call by reference | Type reference (TYPE) | CMX_TYPES_T_VALUE | Werte mit Symbolen im Inhalt | 20031113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Manufacturing Execution: Domainservice, Exception | 20031113 |
History
| Last changed by/on | SAP | 20040127 |
| SAP Release Created in |