SAP ABAP Interface IF_CNV_00001_API_STATIC (Static API of CWB (access to CWB customizing))
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_STATIC | Static CWB API implementation | 20110208 |
Properties
| Interface | IF_CNV_00001_API_STATIC | |
| Short Description | Static API of CWB (access to CWB customizing) |
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_00001_API_ROUTINE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_CNV_00001_API_STATIC has no interface.
Friends
Interface IF_CNV_00001_API_STATIC has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW_EXPERT | Constant | Public | Type reference (TYPE) | CNV_00001_VISIBILITY | 'E' | View mode - expert | 20110408 | |
| 2 | VIEW_EXTENDED | Constant | Public | Type reference (TYPE) | CNV_00001_VISIBILITY | 'C' | View mode - extended | 20110408 | |
| 3 | VIEW_STANDARD | Constant | Public | Type reference (TYPE) | CNV_00001_VISIBILITY | SPACE | View mode - standard | 20110408 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks if CNVSTATE entry is locked (if program is running) | 20110421 | |
| 2 | Instance method | Public | Method | Checks the tables in the package | 20110329 | |
| 3 | Instance method | Public | Method | Returns the active package and phase | 20110309 | |
| 4 | Instance method | Public | Method | Returns requested converted tables, fields and parameters | 20110207 | |
| 5 | Instance method | Public | Method | Returns field representation | 20110406 | |
| 6 | Instance method | Public | Method | Returns package representation | 20110316 | |
| 7 | Instance method | Public | Method | Returns requested package routines | 20110215 | |
| 8 | Instance method | Public | Method | Returns routines suitable for a given table field or type | 20110222 | |
| 9 | Instance method | Public | Method | Returns table representation | 20110406 | |
| 10 | Instance method | Public | Method | Sets all fileds of given source package to Ignored (NOTUSE) | 20110308 | |
| 11 | Instance method | Public | Method | Performs the PreCheck for selected tables | 20110616 | |
| 12 | Instance method | Public | Method | Saves field attributes | 20110406 | |
| 13 | Instance method | Public | Method | Saves table attributes | 20110406 | |
| 14 | Instance method | Public | Method | Searches DDIC for conv.-relevant fields | 20110302 | |
| 15 | Instance method | Public | Method | Sets field to 'Ignored' (NOTUSE flag) | 20110211 | |
| 16 | Instance method | Public | Method | Sets table to 'Ignored' (NOTUSE flag) | 20110211 |
Events
Interface IF_CNV_00001_API_STATIC has no event.
Types
Interface IF_CNV_00001_API_STATIC has no local type.
Method Signatures
Method CHECK_STATE_PROG_LOCKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCKED | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20110421 | |||
| 2 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110421 | |||
| 3 | PHASE | Call by reference | Type reference (TYPE) | CNV_PHASE | Conversion: Phase | 20110421 | |||
| 4 | PROGNAME | Call by reference | Type reference (TYPE) | SYCPROG | SY-CPROG | ABAP program, caller in external procedures | 20110421 | ||
| 5 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110421 |
Method CHECK_STATE_PROG_LOCKED on Interface IF_CNV_00001_API_STATIC has no exception.
Method CHECK_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_CONV_SETTINGS | Call by reference | Type reference (TYPE) | FLAG | 'X' | Check conversion settings | 20110329 | ||
| 2 | CHECK_DUPL_HANDLING | Call by reference | Type reference (TYPE) | FLAG | 'X' | Check duplicate handling settings | 20110329 | ||
| 3 | CHECK_EMPTY | Call by reference | Type reference (TYPE) | FLAG | 'X' | Check whether table is empty | 20110329 | ||
| 4 | CHECK_EXISTENCE | Call by reference | Type reference (TYPE) | FLAG | 'X' | Check whether table and fields exist | 20110329 | ||
| 5 | CHECK_OTHER_SETTINGS | Call by reference | Type reference (TYPE) | FLAG | 'X' | Check other settings | 20110329 | ||
| 6 | FIX_MISSING | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to add missing tables (for exist. fields) | 20110329 | ||
| 7 | LOGGER | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | Logger | 20110329 | |||
| 8 | MODIFY | Call by reference | Type reference (TYPE) | FLAG | SPACE | Apply changes to DB | 20110329 | ||
| 9 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110329 | |||
| 10 | TABNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Ranges for table name | 20110329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Modify operation failed | 20110329 |
Method GET_ACTIVE_PACKAGE_AND_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110309 | |||
| 2 | PHASE | Call by reference | Type reference (TYPE) | CNV_PHASE | Conversion: Phase | 20110309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No active package was found | 20110309 |
Method GET_CONVERSION_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL_OBJECTS | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_ABSTR_TABLE | List of conv.-relevant tables | 20110301 | |||
| 2 | COMPONENT_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110214 | |||
| 3 | FIELDNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_FIELDNAME_RANGE | Range table for field names | 20110207 | |||
| 4 | FIX_MISSING | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to add missing tables (for exist. fields) | 20110324 | ||
| 5 | GLOBAL_INCLUDES | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_INCLUDE | List of includes | 20110420 | |||
| 6 | INCLUDE_EMPTY | Call by reference | Type reference (TYPE) | FLAG | 'X' | Include tables marked as empty | 20140401 | ||
| 7 | INCLUDE_IGNORED | Call by reference | Type reference (TYPE) | FLAG | SPACE | Include ignored table and fields | 20110207 | ||
| 8 | INDX_OBJECTS | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_INDX_TABLE | List of conv.-relevant INDX-tables | 20110207 | |||
| 9 | OBJECTS | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_TABLE | List of conv.-relevant tables | 20110207 | |||
| 10 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conv. package number | 20110207 | |||
| 11 | RELID_RANGE | Call by reference | Type reference (TYPE) | CNV_INDX_T_RELID_RANGE | Range table for RELID name | 20110214 | |||
| 12 | ROUTINE_NAME_RANGE | Call by reference | Type reference (TYPE) | CNV_00001_T_ROUTINE_NAME_RANGE | Range table of routine names | 20110304 | |||
| 13 | TABNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110207 | |||
| 14 | WITH_CONDITIONS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to load selection conditions | 20110317 | ||
| 15 | WITH_TEXTS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to load object texts | 20110405 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Failed to load entry(ies) | 20110214 |
Method GET_FIELD 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 | 20110406 | |||
| 2 | FIELD | Value transfer | Object reference (TYPE REF TO) | CL_CNV_00001_API_ABSTR_FIELD | Table representation | 20110406 | |||
| 3 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20110406 | |||
| 4 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110406 | |||
| 5 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110406 | |||
| 6 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Field not found | 20110406 | ||
| 2 | Table not found | 20110406 |
Method GET_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110324 | |||
| 2 | FIX_MISSING_CONV_OBJECTS | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to fix missing tables | 20110324 | ||
| 3 | INCLUDE_EMPTY | Call by reference | Type reference (TYPE) | FLAG | 'X' | Include tables marked as empty | 20140401 | ||
| 4 | INCLUDE_IGNORED | Call by reference | Type reference (TYPE) | FLAG | SPACE | Include ignored table and fields | 20110324 | ||
| 5 | LOAD_CONVERSION_OBJECTS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to load conversion objects | 20110316 | ||
| 6 | PACKAGE | Value transfer | Object reference (TYPE REF TO) | CL_CNV_00001_API_PACKAGE | Representation of the package | 20110316 | |||
| 7 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110316 | |||
| 8 | RELID_RANGE | Call by reference | Type reference (TYPE) | CNV_INDX_T_RELID_RANGE | Range table for RELID name | 20110324 | |||
| 9 | TABNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110324 | |||
| 10 | WITH_LAST_CHECK_STATUS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to load the status of the last check from DB | 20110404 | ||
| 11 | WITH_TEXTS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to load object texts | 20110405 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Package was not found | 20110316 |
Method GET_ROUTINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20110309 | ||
| 2 | MAX_NUM_PARAMS | Call by reference | Type reference (TYPE) | CNV_PANUM | 99 | Maximal number of routine parameters | 20110215 | ||
| 3 | MIN_NUM_PARAMS | Call by reference | Type reference (TYPE) | CNV_PANUM | 00 | Minimal number of routine parameters | 20110215 | ||
| 4 | NAME_RANGE | Call by reference | Type reference (TYPE) | CNV_00001_T_ROUTINE_NAME_RANGE | Range table of routine names | 20110304 | |||
| 5 | ONLY_GUI_ENABLED | Call by reference | Type reference (TYPE) | FLAG | 'X' | Return only routines that are displayed to the user in GUI | 20110221 | ||
| 6 | ONLY_USED_IN_SCAN | Call by reference | Type reference (TYPE) | FLAG | SPACE | Return only routines that are used in scan activity | 20110221 | ||
| 7 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110215 | |||
| 8 | ROUTINES | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_ROUTINE | List of routines | 20110215 | |||
| 9 | ROUTINE_TYPE | Call by reference | Type reference (TYPE) | CNV_00001_ROUTINE_CATEGORY | 'C' | Category of the form routine (conv./aggr./priority) | 20110215 | ||
| 10 | VISIBILITY | Call by reference | Type reference (TYPE) | CNV_00001_VISIBILITY | VIEW_STANDARD | Visibility level | 20110216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Failed to update entry(ies) | 20110215 |
Method GET_SUITABLE_ROUTINES 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 | 20110222 | |||
| 2 | DATATYPE | Call by reference | Type reference (TYPE) | DATATYPE_D | Data Type in ABAP Dictionary | 20110222 | |||
| 3 | DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20110222 | |||
| 4 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20110222 | |||
| 5 | LENGTH | Call by reference | Type reference (TYPE) | DDLENG | Length (No. of Characters) | 20110222 | |||
| 6 | MAX_NUM_PARAMS | Call by reference | Type reference (TYPE) | CNV_PANUM | '99' | Maximal number of parameters | 20110222 | ||
| 7 | MIN_NUM_PARAMS | Call by reference | Type reference (TYPE) | CNV_PANUM | '00' | Minimal number of parameters | 20110222 | ||
| 8 | NAME_RANGE | Call by reference | Type reference (TYPE) | CNV_00001_T_ROUTINE_NAME_RANGE | Range table of routine names | 20110304 | |||
| 9 | ONLY_GUI_ENABLED | Call by reference | Type reference (TYPE) | FLAG | 'X' | Return only routines that are displayed to the user in GUI | 20110222 | ||
| 10 | ONLY_USED_IN_SCAN | Call by reference | Type reference (TYPE) | FLAG | SPACE | Return only routines that are used in scan activity | 20110222 | ||
| 11 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110222 | |||
| 12 | POTENTIAL_SUITABLE_ROUTINES | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_ROUTINE | List of potentially suitable routines | 20110222 | |||
| 13 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110222 | |||
| 14 | ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20110222 | |||
| 15 | ROUTINES | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_ROUTINE | Explicit list of routines to search through | 20110222 | |||
| 16 | ROUTINE_TYPE | Call by reference | Type reference (TYPE) | CNV_00001_ROUTINE_CATEGORY | 'C' | Routine category | 20110222 | ||
| 17 | ROUTINE_VISIBILITY | Call by reference | Type reference (TYPE) | CNV_00001_VISIBILITY | VIEW_STANDARD | Visibility to users (customer / deliverer / expert / etc.) | 20110304 | ||
| 18 | SUITABLE_ROUTINES | Call by reference | Type reference (TYPE) | CNV_00001_T_CL_API_ROUTINE | List of suitable routines | 20110222 | |||
| 19 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110222 | |||
| 20 | USED_DDICS | Call by reference | Type reference (TYPE) | CNV_00001_T_IF_DDIC_ITERATOR | List of used DDIC iterators | 20110305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Field not found | 20110222 | ||
| 2 | Table not found | 20110222 | ||
| 3 | Insufficient context information | 20110222 | ||
| 4 | Package was not found | 20110222 | ||
| 5 | Issues related to Authority/Registration | 20140320 |
Method GET_TABLE 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 | 20110406 | |||
| 2 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110406 | |||
| 3 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110406 | |||
| 4 | TABLE | Value transfer | Object reference (TYPE REF TO) | CL_CNV_00001_API_ABSTR_TABLE | Table representation | 20110406 | |||
| 5 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Table not found | 20110406 |
Method IGNORE_SOURCE_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDX_OBJECTS | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20110308 | ||
| 2 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110308 | |||
| 3 | PACKID_SRC | Call by reference | Type reference (TYPE) | CNV_SRCPACK | Number of source package | 20110308 | |||
| 4 | STD_OBJECTS | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20110308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Package was not found | 20110308 | ||
| 2 | Package number not allowed | 20110308 | ||
| 3 | Failed to update entry(ies) | 20110308 |
Method PRECHECK_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110616 | |||
| 2 | TABNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Ranges for table name | 20110616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DB operation failed | 20110616 | ||
| 2 | Package was not found | 20110616 |
Method SAVE_FIELD_ATTRIBUTES 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 | 20110406 | |||
| 2 | FIELD | Call by reference | Object reference (TYPE REF TO) | CL_CNV_00001_API_ABSTR_FIELD | Conv.-relevant field representation | 20110406 | |||
| 3 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110406 | |||
| 4 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110406 | |||
| 5 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Update operation failed | 20110406 | ||
| 2 | Package number not allowed | 20110406 |
Method SAVE_TABLE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110406 | |||
| 2 | TABLE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_00001_API_ABSTR_TABLE | Table representation | 20110406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Update operation failed | 20110406 | ||
| 2 | Package number not allowed | 20110406 |
Method SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_EMPTY_CHECK | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to check fields if they're empty (only for not found | 20110302 | ||
| 2 | INCLUDE_EMPTY_FIELDS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to include empty fields (field_empty_check = 'X') | 20110302 | ||
| 3 | INCLUDE_EMPTY_K8 | Call by reference | Type reference (TYPE) | FLAG | 'X' | Include K8* tables that are empty for this client | 20110302 | ||
| 4 | INCLUDE_EMPTY_TABLES | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to include empty tables (table_empty_check = 'X') | 20110302 | ||
| 5 | INDX_DDIC | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to include standard INDX in search | 20110302 | ||
| 6 | LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | Logger | 20110302 | |||
| 7 | MAX_NUM_PARAMS | Call by reference | Type reference (TYPE) | FLAG | SPACE | Whether to look for routines with max. number of params. | 20110302 | ||
| 8 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110302 | |||
| 9 | RELID_EXCL_RANGE | Call by reference | Type reference (TYPE) | CNV_INDX_T_RELID_RANGE | Range table for RELID name | 20110308 | |||
| 10 | RELID_RANGE | Call by reference | Type reference (TYPE) | CNV_INDX_T_RELID_RANGE | Range table for RELID name | 20110302 | |||
| 11 | STANDARD_DDIC | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to include standard DDIC in search | 20110302 | ||
| 12 | TABLES | Value transfer | Type reference (TYPE) | CNV_00001_T_CL_API_ABSTR_TABLE | List of conv.-relevant tables | 20110302 | |||
| 13 | TABLE_EMPTY_CHECK | Call by reference | Type reference (TYPE) | FLAG | 'X' | Whether to check tables if they're empty | 20110302 | ||
| 14 | TABNAME_EXCL_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110308 | |||
| 15 | TABNAME_RANGE | Call by reference | Type reference (TYPE) | CNV_MBT_T_TABNAME_RANGE | Range table for table names | 20110302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Package was not found | 20110302 | ||
| 2 | Issues related to Authority/Registration | 20140320 |
Method SET_FIELD_IGNORED 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 | 20110214 | |||
| 2 | FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20110211 | |||
| 3 | IGNORED | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110211 | |||
| 4 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110211 | |||
| 5 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110214 | |||
| 6 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Failed to update entry(ies) | 20110321 | ||
| 2 | Field not found | 20110321 | ||
| 3 | Table not found | 20110321 | ||
| 4 | Package number not allowed | 20110214 |
Method SET_TABLE_IGNORED 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 | 20110214 | |||
| 2 | IGNORED | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110211 | |||
| 3 | PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110211 | |||
| 4 | RELID | Call by reference | Type reference (TYPE) | CNV_INDX_RELID | Area of the INDX table | 20110214 | |||
| 5 | TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20110211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Failed to update entry(ies) | 20110321 | ||
| 2 | Table not found | 20110321 | ||
| 3 | Package number not allowed | 20110214 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |