SAP ABAP Interface IF_CNV_00001_API_RUNTIME (Runtime API for conversion exits)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_BASIS (Package) Conversion: Basis functions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_00001_API_RUNTIME | CWB Basis Runtime API implementation | 20110211 |
Properties
Interface | IF_CNV_00001_API_RUNTIME | |
Short Description | Runtime API for conversion exits |
General Data
Package | CNV_BASIS | Conversion: Basis functions |
Created | 20110207 | SAP |
Last changed | 20141030 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_CNV_MBT_ULV_LOGGER | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | CL_CNV_MBT_ULV_MESSAGE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ICON | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | LEVEL | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_CNV_00001_API_RUNTIME has no interface.
Friends
Interface IF_CNV_00001_API_RUNTIME has no friend.
Attributes
Interface IF_CNV_00001_API_RUNTIME has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the index of the copy loop | 20110211 |
2 | ![]() |
Instance method | Public | Method | Returns the name of the currently converted field | 20110211 |
3 | ![]() |
Instance method | Public | Method | Returns the logger instance | 20110314 |
4 | ![]() |
Instance method | Public | Method | Returns the corresponding org unit (and furt. units if req.) | 20110211 |
5 | ![]() |
Instance method | Public | Method | Returns the number of the loaded package | 20110314 |
6 | ![]() |
Instance method | Public | Method | Returns the name of the processed table (RELID, component) | 20110314 |
7 | ![]() |
Instance method | Public | Method | Returns the priority of the current row | 20110211 |
8 | ![]() |
Instance method | Public | Method | Returns whether the currently processed row was changed | 20110211 |
9 | ![]() |
Instance method | Public | Method | Returns whether the copy flag is set | 20110211 |
10 | ![]() |
Instance method | Public | Method | Returns whether the scenario involves MULTICOPY | 20110211 |
11 | ![]() |
Instance method | Public | Method | Returns whether running in test mode | 20110211 |
12 | ![]() |
Instance method | Public | Method | Logs the message | 20110718 |
13 | ![]() |
Instance method | Public | Method | Sets the copy flag | 20110211 |
14 | ![]() |
Instance method | Public | Method | Sets the priority flag for the current row | 20110211 |
Events
Interface IF_CNV_00001_API_RUNTIME has no event.
Types
Interface IF_CNV_00001_API_RUNTIME has no local type.
Method Signatures
Method GET_COPY_LOOP_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Value transfer | Type reference (TYPE) | SYINDEX | Loops, Current Loop Pass | 20110211 |
Method GET_COPY_LOOP_INDEX on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method GET_CURRENT_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Field Name | 20110211 |
Method GET_CURRENT_FIELDNAME on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method GET_LOGGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOGGER | Value transfer | Object reference (TYPE REF TO) | CL_CNV_00001_ULV_LOGGER | CWB ULV logger implementation | 20110314 |
Method GET_LOGGER on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method GET_ORG_UNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DTOBJ | Call by reference | Type reference (TYPE) | CNV_10020_DTOBJ_T | Target determination object | 20110211 | ||
2 | ![]() |
DTVAL | Call by reference | Type reference (TYPE) | CNV_10020_DTVALT_X | Target value of determination (extra long) | 20110211 | ||
3 | ![]() |
NOTREL | Call by reference | Type reference (TYPE) | CNV_10020_NOT_RELV | Relevance | 20110211 | ||
4 | ![]() |
ORG_UNITS | Call by reference | Type reference (TYPE) | CNV_10020_DT_RESULT_TT | Determination result | 20110211 |
Method GET_ORG_UNIT on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method GET_PACKID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PACKID | Value transfer | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110314 |
Method GET_PACKID on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method GET_TABLE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMPONENT | Call by reference | Type reference (TYPE) | CNV_INDX_TABNAME | INDX RELID component | 20110314 | ||
2 | ![]() |
INDX | Call by reference | Type reference (TYPE) | FLAG | Whether in INDX context | 20110314 | ||
3 | ![]() |
LOG_TABNAME | Call by reference | Type reference (TYPE) | STRING | Long table name for use in logging | 20110314 | ||
4 | ![]() |
RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110314 | ||
5 | ![]() |
TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110314 |
Method GET_TABLE_NAME on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method HAS_PRIORITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PRIORITY | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method HAS_PRIORITY on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method IS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANGED | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method IS_CHANGED on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method IS_COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COPY | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method IS_COPY on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method IS_MULTICOPY_SCENARIO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MULTICOPY | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method IS_MULTICOPY_SCENARIO on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method IS_TEST_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEST | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method IS_TEST_MODE on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method LOG_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ALSORT | Call by reference | Type reference (TYPE) | BALSORT | Application log: Sort criterion/grouping | 20110718 | ||
2 | ![]() |
CLASS | Call by reference | Type reference (TYPE) | SYMSGID | Messages, message class | 20110718 | ||
3 | ![]() |
CONTAINER | Call by reference | Type reference (TYPE) | FLAG | SPACE | Is container message? | 20110718 | |
4 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | CL_CNV_MBT_ULV_LOGGER=>LEVEL_SAME | Message hierarchy level (either explicit or relative) | 20110718 | |
5 | ![]() |
NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Messages, message number | 20110718 | ||
6 | ![]() |
OUTPUT_KEY | Call by reference | Type reference (TYPE) | FLAG | SPACE | Save key of the current row in the context | 20110718 | |
7 | ![]() |
PARAM1 | Call by reference | Type reference (TYPE) | ANY | Message parameter 1 | 20110718 | ||
8 | ![]() |
PARAM2 | Call by reference | Type reference (TYPE) | ANY | Message parameter 2 | 20110718 | ||
9 | ![]() |
PARAM3 | Call by reference | Type reference (TYPE) | ANY | Message parameter 3 | 20110718 | ||
10 | ![]() |
PARAM4 | Call by reference | Type reference (TYPE) | ANY | Message parameter 4 | 20110718 | ||
11 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | CNV_MBT_ULV_MSG_TYPE | CL_CNV_MBT_ULV_MESSAGE=>INFO | Type | 20110718 |
Method LOG_MESSAGE on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method SET_COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COPY | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method SET_COPY on Interface IF_CNV_00001_API_RUNTIME has no exception.
Method SET_PRIORITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PRIORITY | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110211 |
Method SET_PRIORITY on Interface IF_CNV_00001_API_RUNTIME has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_620 |