SAP ABAP Class IF_CNV_INDX_DOMAIN_MAP (Map of domain / data element entries)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_INDX | INDX helper class | 20101019 |
Properties
Class | IF_CNV_INDX_DOMAIN_MAP | |
Short Description | Map of domain / data element entries | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20101019 | SAP |
Last change | 20141030 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CNV_INDX_DOMAIN_MAP has no forward declaration.
Interfaces
Class IF_CNV_INDX_DOMAIN_MAP has no interface implemented.
Friends
Class IF_CNV_INDX_DOMAIN_MAP has no friend class.
Attributes
Class IF_CNV_INDX_DOMAIN_MAP has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns if the domain exists among not excluded domains | 20101019 |
2 | ![]() |
Instance method | Public | Method | Returns the domain that is not excluded | 20101019 |
3 | ![]() |
Instance method | Public | Method | Returns best suitable entry | 20101019 |
4 | ![]() |
Instance method | Public | Method | Returns default SEQNUM for newly found tables | 20101019 |
5 | ![]() |
Instance method | Public | Method | Returns the domain that is excluded | 20101019 |
6 | ![]() |
Instance method | Public | Method | Returns the number of the CWB package concerned | 20101019 |
7 | ![]() |
Instance method | Public | Method | Returns if the domain exists among excluded domains | 20101019 |
Events
Class IF_CNV_INDX_DOMAIN_MAP has no event.
Types
Class IF_CNV_INDX_DOMAIN_MAP has no local type.
Method Signatures
Method EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20101019 | ||
2 | ![]() |
FALLBACK_TO_GENERIC | Call by reference | Type reference (TYPE) | FLAG | Return generic entry if not found (empty domain or dtel) | 20101019 | ||
3 | ![]() |
FOUND_DOMNAME | Value transfer | Type reference (TYPE) | DOMNAME | Domain name | 20110119 | ||
4 | ![]() |
FOUND_PACKID_SRC | Value transfer | Type reference (TYPE) | CNV_SRCPACK | Number of source package | 20110120 | ||
5 | ![]() |
FOUND_ROLLNAME | Value transfer | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20110119 | ||
6 | ![]() |
RES | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20101019 | ||
7 | ![]() |
ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20101019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Issues related to Authority/Registration | 20140116 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMAINS | Value transfer | Type reference (TYPE) | CNV_INDX_T_CL_DOMAIN | List of domains | 20101019 | ||
2 | ![]() |
DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20101019 | ||
3 | ![]() |
FALLBACK_TO_GENERIC | Call by reference | Type reference (TYPE) | FLAG | Return generic entry if not found (empty domain or dtel) | 20101019 | ||
4 | ![]() |
ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20101019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Domain not found exception | 20101019 | |
2 | ![]() |
Issues related to Authority/Registration | 20140116 |
Method GET_BEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMAIN | Value transfer | Object reference (TYPE REF TO) | CL_CNV_INDX_DOMAIN | Domain representation | 20101019 | ||
2 | ![]() |
DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20101019 | ||
3 | ![]() |
FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20101019 | ||
4 | ![]() |
FIELDS | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20101019 | ||
5 | ![]() |
ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20101019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Domain not found exception | 20101019 | |
2 | ![]() |
Issues related to Authority/Registration | 20140116 |
Method GET_DEFAULT_SEQNUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SEQNUM | Value transfer | Type reference (TYPE) | CNV_ORD | Conversion: Sequence Number | 20101019 |
Method GET_DEFAULT_SEQNUM on class IF_CNV_INDX_DOMAIN_MAP has no exception.
Method GET_EXCLUDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMAINS | Value transfer | Type reference (TYPE) | CNV_INDX_T_CL_DOMAIN | List of domains | 20101019 | ||
2 | ![]() |
DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20101019 | ||
3 | ![]() |
ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20101019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Domain not found exception | 20101019 | |
2 | ![]() |
Issues related to Authority/Registration | 20140116 |
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 | 20101019 |
Method GET_PACKID on class IF_CNV_INDX_DOMAIN_MAP has no exception.
Method IS_EXCLUDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20101019 | ||
2 | ![]() |
RES | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20101019 | ||
3 | ![]() |
ROLLNAME | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20101019 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Issues related to Authority/Registration | 20140116 |
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in |