SAP ABAP Class CL_CNV_NCE_OBJECT (Represents a number range object)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_NCE_BAS (Package) Number conversion engine: Core
Properties
Class CL_CNV_NCE_OBJECT  
Short Description Represents a number range object    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_NCE_BAS   Number conversion engine: Core 
Created 20130722   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_CNV_NCE_OBJECT has no interface implemented.
Friends
Class CL_CNV_NCE_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ANALYSE_EXIT Constant Public Type reference (TYPE) CHAR1 'A' Single-Character Flag 20130930
2 GC_ANALYSE_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~ANALYSE_DATABASE' Method Name 20130930
3 GC_BUILD_INTERVALS_EXIT Constant Public Type reference (TYPE) CHAR1 'X' Single-Character Flag 20130930
4 GC_BUILD_INTERVALS_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~EXTEND_RANGES' Method Name 20130930
5 GC_CHECK_NRIV_EXIT Constant Public Type reference (TYPE) CHAR1 'C' Single-Character Flag 20130930
6 GC_CHECK_NRIV_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~CHECK_NRIV' Method Name 20130930
7 GC_CHECK_OVERLAPS_EXIT Constant Public Type reference (TYPE) CHAR1 'O' Single-Character Flag 20130930
8 GC_CHECK_OVERLAPS_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~CHECK_NR_OVERLAPS' Method Name 20130930
9 GC_DEFAULT_GEN_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_CNV_NCE_GEN_DEFAULT' Reference type 20130930
10 GC_DEFINE_NRLEVEL_EXIT Constant Public Type reference (TYPE) CHAR1 'N' Single-Character Flag 20130930
11 GC_DEFINE_NRLEVEL_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~DEFINE_NUMBER_LEVEL' Method Name 20130930
12 GC_PARAM_LEVEL_DOCUMENTS Constant Public Type reference (TYPE) CHAR3 'DOC' 3-Byte field 20131001
13 GC_PARAM_LEVEL_INTERVALS Constant Public Type reference (TYPE) CHAR3 'NRI' 3-Byte field 20131001
14 GC_SIMULATE_EXIT Constant Public Type reference (TYPE) CHAR1 'S' Single-Character Flag 20130930
15 GC_SIMULATE_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~SIMULATE_CONVERSION' Method Name 20130930
16 GC_TNRO_SOBJ_EXIT Constant Public Type reference (TYPE) CHAR1 'D' Single-Character Flag 20130930
17 GC_TNRO_SOBJ_EXIT_METHOD Constant Public Type reference (TYPE) CHAR50 'IF_CNV_NCE_GEN~GET_DB_SUBOBJECTS' Method Name 20130930
18 PR_PROJECT Instance attribute Private Object reference (TYPE REF TO) CL_CNV_NCE_PROJECT Represents a NCE Project 20130930
19 PS_ATTRIBUTES_ORIG Instance attribute Private Type reference (TYPE) CNV_NCE_KB_LOCAL Number conversion engine: Local Knowledge Base 20131108
20 PS_OBJECT Static Attribute Private Type reference (TYPE) YS_OBJECT_LIST 20131015
21 PT_HEADER_TABLES Instance attribute Private Type reference (TYPE) CNV_NCE_T_TAB_DEF Number conversion engine: header tables for nr-objects 20130930
22 PT_HEADER_TABLES_ORIG Instance attribute Private Type reference (TYPE) CNV_NCE_T_TAB_DEF Number conversion engine: header tables for nr-objects 20131108
23 PT_OBJECTS Static Attribute Private See coding 20131015
24 PT_PARAMETERS Instance attribute Private Type reference (TYPE) CNV_NCE_T_CUST NCE customizing 20130930
25 PT_PARAMETERS_ORIG Instance attribute Private Type reference (TYPE) CNV_NCE_T_CUST NCE customizing 20131108
26 PT_SQL_SETTINGS Instance attribute Private Type reference (TYPE) CNV_NCE_T_SQL_LOC Where condition per table 20130930
27 PT_SQL_SETTINGS_ORIG Instance attribute Private Type reference (TYPE) CNV_NCE_T_SQL_LOC Where clauses for selections of header tables 20131108
28 PV_CAN_ALPHANUMERIC Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130930
29 PV_DESCRIPT Instance attribute Private Type reference (TYPE) CNV_NCE_NRDESCR Description of number range object 20130930
30 PV_DOMNAME Instance attribute Private Type reference (TYPE) DOMNAME Domain name 20130930
31 PV_EDIT_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20131014
32 PV_GEN_CLASS Instance attribute Private Type reference (TYPE) CNV_NCE_CL_GEN Class name for interaction with NCE 20130930
33 PV_MAP_CLASS Instance attribute Private Type reference (TYPE) CNV_NCE_CL_MAP Class name for mapping determination 20130930
34 PV_NUMBER_LENGTH Instance attribute Private Type reference (TYPE) I 20130930
35 PV_OBJECT_NAME Instance attribute Private Type reference (TYPE) NROBJ Name of number range object 20130930
36 PV_PERCENTANGE Instance attribute Private Type reference (TYPE) NRPERC Percentage for warning message 20130930
37 PV_RELEVANT Instance attribute Private Type reference (TYPE) CNV_NCE_BAS_RELEVANT Number range object is relevant for conversion (flag) 20130930
38 PV_ROLLNAME Instance attribute Private Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130930
39 PV_SUBOBJECT_DOMAIN Instance attribute Private Type reference (TYPE) CNV_NCE_NRDOM_SOBJ Subobject data element 20130930
40 PV_SUBOBJECT_DTEL Instance attribute Private Type reference (TYPE) NRSOBJNAM Subobject data element 20130930
41 PV_TRACK_CHANGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130930
42 PV_YEARDEPENDENT Instance attribute Private Type reference (TYPE) NRYEARIND Flag, whether number range object is to-year relevant 20130930
Methods
# Method Level Visibility Method type Description Created on
1 ATTRIBUTES_CHANGED Instance method Private Method Returns true if the attributes changed 20131108
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130930
3 CREATE_OBJECT Static method Public Method Creates a new object 20130930
4 GET_ADD_NRIV_FLAG Instance method Public Method Returns parameter if not found numbers shall be considered 20130930
5 GET_ANALYSIS_CONV_EXIT Instance method Public Method Returns if the analysis shall use the A-conversion exit 20130930
6 GET_ANALYSIS_GAP_SIZE Instance method Public Method Returns the max. gap size for numerical values in analysis 20130930
7 GET_ANALYSIS_MATCH_SIZE Instance method Public Method Returns the match size for alphanumerical values in analysis 20130930
8 GET_CREATE_TARGET_FLAG Instance method Public Method Returns if target intervals shall be moved year dependent 20130930
9 GET_DEL_NRIV_YEARS_SEVERITY Instance method Public Method Returns the severity in case of deleted years in NRIV 20140512
10 GET_DESCRIPTION Instance method Public Method Returns the description of the number range object 20130930
11 GET_DUPLICATE_SEVERITY Instance method Public Method Returns the severity in case of duplicates 20130930
12 GET_HEADER_TABLE Instance method Public Method Returns the information of a header table 20130930
13 GET_HEADER_TABLES Instance method Public Method Returns the header tables that will be scanned 20130930
14 GET_MAPPING_CLASS Instance method Public Method Returns the mapping class for the Subobject values etc. 20130930
15 GET_NAME Instance method Public Method Returns the name of the number range object 20130930
16 GET_NO_TRG_INTERVAL_SEVERITY Instance method Public Method Returns the severity in case mapping outside of intervals 20130930
17 GET_NRIV_UPDATE_FLAG Instance method Public Method Returns if NRIV shall be updated for this object after conv. 20130930
18 GET_NRNR_MAP_SEVERITIY Instance method Public Method Returns the severity in case of number range number mapping 20130930
19 GET_NUMBER_DOMNAME Instance method Public Method Returns the domain of the document numbers 20130930
20 GET_NUMBER_LENGTH Instance method Public Method Returns the maximum legth of the document numbers 20130930
21 GET_NUMBER_ROLLNAME Instance method Public Method Returns the rollname of the document numbers 20130930
22 GET_RUNTIME_OBJECT Instance method Public Method Returns the actual object for an given exit 20130930
23 GET_SQL_CONDITION Instance method Public Method Returns the SQL querry for a specified portion (e.g.tabname) 20130930
24 GET_SUBOBJECT Instance method Public Method Returns the domain and data element of the subobject 20130930
25 GET_WARNING_PERCENTAGE Instance method Public Method Returns the percentage when fill-warnings shall be shown 20130930
26 HEADER_TABLES_CHANGED Instance method Private Method Returns true if the header tables changed 20131108
27 IS_RELEVANT Instance method Public Method Returns true if the object is relevant for the project 20130930
28 IS_SUBOBJECT_DEPENDENT Instance method Public Method Returns true if the object is subobject-dependent 20130930
29 IS_YEAR_DEPENDENT Instance method Public Method Returns true if the object is year-dependent 20130930
30 LOAD_OBJECT Static method Public Method Loads an object from a project 20130930
31 PARAMETERS_CHANGED Instance method Private Method Returns true if the parameters changed 20131108
32 READ_BUFFER Static method Private Method Returns the object from buffer if loaded 20131108
33 SAVE Instance method Public Method Updates a changed parameter in all systems 20130930
34 SET_ADD_NRIV_FLAG Instance method Public Method Sets the parameter if not found numbers shall be considered 20130930
35 SET_ANALYSIS_CONV_EXIT Instance method Public Method Sets if the analysis shall use the A-conversion exit 20130930
36 SET_ANALYSIS_GAP_SIZE Instance method Public Method Sets the max. gap size for numerical values in analysis 20130930
37 SET_ANALYSIS_MATCH_SIZE Instance method Public Method Sets the match size for alphanumerical values in analysis 20130930
38 SET_CREATE_TARGET_FLAG Instance method Public Method Sets if target intervals shall be moved year dependent 20130930
39 SET_DEL_NRIV_YEARS_SEVERITY Instance method Public Method Sets the severity in case of deleted years in NRIV 20140512
40 SET_DESCRIPTION Instance method Public Method Sets the description of this number range object 20130930
41 SET_DUPLICATE_SEVERITY Instance method Public Method Sets the severity in case of duplicates 20130930
42 SET_EDIT_MODE Instance method Public Method Makes this object editable 20131014
43 SET_HEADER_TABLES Instance method Public Method Sets the tables to be scanned and tracked 20130930
44 SET_MAPPING_CLASS Instance method Public Method Sets the mapping class for the Subobject values etc. 20130930
45 SET_NO_TRG_INTERVAL_SEVERITY Instance method Public Method Sets the severity in case of mapping outside of intervals 20130930
46 SET_NRIV_UPDATE_FLAG Instance method Public Method Sets if NRIV shall be updated for this object after conv. 20130930
47 SET_NRNR_MAP_SEVERITIY Instance method Public Method Sets the severity in case of number range number mapping 20130930
48 SET_NUMBER_DOMNAME Instance method Public Method Sets the domain of the document numbers 20130930
49 SET_NUMBER_LEGTH Instance method Public Method Sets the legth of the document numbers 20130930
50 SET_NUMBER_ROLLNAME Instance method Public Method Sets the data element of the document numbers 20130930
51 SET_RELEVANT Instance method Public Method Sets the flag if the object is conversion relevant 20130930
52 SET_RUNTIME_CLASS Instance method Public Method Sets the class that contains user exits for this object 20130930
53 SET_SQL_CONDITION Instance method Public Method Sets the SQL condition for a certain table 20131015
54 SET_SUBOBJECT Instance method Public Method Sets the domain and the data element of the subobject 20130930
55 SET_WARNING_PERCENTAGE Instance method Public Method Sets the percentange number range intervals can be filled 20130930
56 SET_YEAR_DEPENDENT Instance method Public Method Marks the object as year-dependent 20130930
57 SQL_SETTINGS_CHANGED Instance method Private Method Returns true if the sql settings changed 20131108
58 UPDATE_BUFFER Static method Public Method Reloads all object definitions 20131015
Events
Class CL_CNV_NCE_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_OBJECT_LIST Private See coding 20131015 begin of ys_object_list. types guid type cnv_nce_guid. types name type nrobj. types object type ref to cl_cnv_nce_object. types end of ys_object_list
Method Signatures

Method ATTRIBUTES_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20131108

Method ATTRIBUTES_CHANGED on class CL_CNV_NCE_OBJECT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROJECT Call by reference Object reference (TYPE REF TO) CL_CNV_NCE_PROJECT Represents a NCE Project 20131107
2 Importing IV_NAME Call by reference Type reference (TYPE) NROBJ Name of number range object 20131107

Method CONSTRUCTOR on class CL_CNV_NCE_OBJECT has no exception.

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) CNV_NCE_GUID NCE project identifier 20130930
2 Importing IV_NAME Call by reference Type reference (TYPE) NROBJ Name of number range object 20130930
3 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_NCE_OBJECT Represents a number range object 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_GUID_NOT_FOUND NCE setup with provided GUID does not exist 20130930
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20131002
3 CX_CNV_NCE_NO_AUTHORITY Insufficient authority 20131014
4 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method GET_ADD_NRIV_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHECK Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method GET_ADD_NRIV_FLAG on class CL_CNV_NCE_OBJECT has no exception.

Method GET_ANALYSIS_CONV_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXIT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method GET_ANALYSIS_CONV_EXIT on class CL_CNV_NCE_OBJECT has no exception.

Method GET_ANALYSIS_GAP_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GAP_SIZE Value transfer Type reference (TYPE) I 20130930

Method GET_ANALYSIS_GAP_SIZE on class CL_CNV_NCE_OBJECT has no exception.

Method GET_ANALYSIS_MATCH_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MATCH_SIZE Value transfer Type reference (TYPE) I 20130930

Method GET_ANALYSIS_MATCH_SIZE on class CL_CNV_NCE_OBJECT has no exception.

Method GET_CREATE_TARGET_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REQUIRED Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method GET_CREATE_TARGET_FLAG on class CL_CNV_NCE_OBJECT has no exception.

Method GET_DEL_NRIV_YEARS_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Messages, message type 20140512

Method GET_DEL_NRIV_YEARS_SEVERITY on class CL_CNV_NCE_OBJECT has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) CNV_NCE_NRDESCR Description of number range object 20130930

Method GET_DESCRIPTION on class CL_CNV_NCE_OBJECT has no exception.

Method GET_DUPLICATE_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVEL Call by reference Type reference (TYPE) CHAR3 Doc or NRI? 20130930
2 Returning RV_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Messages, message type 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20131001

Method GET_HEADER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_TABLE Value transfer Type reference (TYPE) CNV_NCE_S_TAB_DEF Number conversion engine: header tables for nr-objects 20130930
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930

Method GET_HEADER_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER_TABLES Value transfer Type reference (TYPE) CNV_NCE_T_TAB_DEF Number conversion engine: header tables for nr-objects 20130930

Method GET_HEADER_TABLES on class CL_CNV_NCE_OBJECT has no exception.

Method GET_MAPPING_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CLASS Value transfer Type reference (TYPE) CNV_NCE_CL_GEN Class name for interaction with NCE 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20130930

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) NROBJ Name of number range object 20130930

Method GET_NAME on class CL_CNV_NCE_OBJECT has no exception.

Method GET_NO_TRG_INTERVAL_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVEL Call by reference Type reference (TYPE) CHAR3 Doc or NRI? 20130930
2 Returning RV_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Messages, message type 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20131001

Method GET_NRIV_UPDATE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPDATE Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method GET_NRIV_UPDATE_FLAG on class CL_CNV_NCE_OBJECT has no exception.

Method GET_NRNR_MAP_SEVERITIY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEVERITY Value transfer Type reference (TYPE) SYMSGTY Messages, message type 20130930

Method GET_NRNR_MAP_SEVERITIY on class CL_CNV_NCE_OBJECT has no exception.

Method GET_NUMBER_DOMNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DOMNAME Value transfer Type reference (TYPE) DOMNAME Domain name 20130930

Method GET_NUMBER_DOMNAME on class CL_CNV_NCE_OBJECT has no exception.

Method GET_NUMBER_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LENGTH Value transfer Type reference (TYPE) I 20130930

Method GET_NUMBER_LENGTH on class CL_CNV_NCE_OBJECT has no exception.

Method GET_NUMBER_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ROLLNAME Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130930

Method GET_NUMBER_ROLLNAME on class CL_CNV_NCE_OBJECT has no exception.

Method GET_RUNTIME_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXIT Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20130930
2 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) IF_CNV_NCE_GEN Class name for interaction with NCE 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20130930
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930

Method GET_SQL_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUBOBJECTS Call by reference Type reference (TYPE) CNV_NCE_T_SOBJ List of Subobjects 20130930
2 Importing IV_FROMNUMBER Call by reference Type reference (TYPE) NRFROM From number 20130930
3 Importing IV_FROMYEAR Call by reference Type reference (TYPE) NRYEAR To fiscal year 20130930
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130930
5 Importing IV_TONUMBER Call by reference Type reference (TYPE) NRTO To number 20130930
6 Importing IV_TOYEAR Call by reference Type reference (TYPE) NRYEAR To fiscal year 20130930
7 Returning RV_WHERE_CLAUSE Value transfer Type reference (TYPE) STRING 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930

Method GET_SUBOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBOBJECT_DOMAIN Call by reference Type reference (TYPE) CNV_NCE_NRDOM_SOBJ Subobject domain 20130930
2 Exporting EV_SUBOBJECT_DTEL Call by reference Type reference (TYPE) NRSOBJNAM Subobject data element 20130930

Method GET_SUBOBJECT on class CL_CNV_NCE_OBJECT has no exception.

Method GET_WARNING_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PERCENTAGE Value transfer Type reference (TYPE) NRPERC Percentage for warning message 20130930

Method GET_WARNING_PERCENTAGE on class CL_CNV_NCE_OBJECT has no exception.

Method HEADER_TABLES_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20131108

Method HEADER_TABLES_CHANGED on class CL_CNV_NCE_OBJECT has no exception.

Method IS_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RELEVANT Value transfer Type reference (TYPE) CNV_NCE_BAS_RELEVANT Number range object is relevant for conversion (flag) 20130930

Method IS_RELEVANT on class CL_CNV_NCE_OBJECT has no exception.

Method IS_SUBOBJECT_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DEPENDENT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method IS_SUBOBJECT_DEPENDENT on class CL_CNV_NCE_OBJECT has no exception.

Method IS_YEAR_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DEPENDENT Value transfer Type reference (TYPE) ABAP_BOOL 20130930

Method IS_YEAR_DEPENDENT on class CL_CNV_NCE_OBJECT has no exception.

Method LOAD_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20131108
2 Importing IV_GUID Call by reference Type reference (TYPE) CNV_NCE_GUID NCE project identifier 20130930
3 Importing IV_NAME Call by reference Type reference (TYPE) NROBJ Name of number range object 20130930
4 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_NCE_OBJECT Represents a number range object 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_GUID_NOT_FOUND NCE setup with provided GUID does not exist 20130930
2 CX_CNV_NCE_NO_AUTHORITY Insufficient authority 20131014
3 CX_CNV_NCE_OBJECT_NOT_FOUND The object name provided is not used 20131002

Method PARAMETERS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20131108

Method PARAMETERS_CHANGED on class CL_CNV_NCE_OBJECT has no exception.

Method READ_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) CNV_NCE_GUID NCE project identifier 20131108
2 Importing IV_NAME Call by reference Type reference (TYPE) NROBJ Name of number range object 20131108
3 Returning RR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_NCE_OBJECT Represents a number range object 20131108

Method READ_BUFFER on class CL_CNV_NCE_OBJECT has no exception.

Method SAVE Signature

Method SAVE on class CL_CNV_NCE_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930
3 CX_CNV_NCE_RFC_ERROR RFC call error in the NCE 20130930

Method SET_ADD_NRIV_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_NRIV Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_ANALYSIS_CONV_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USE_ALPHA_EXIT Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_ANALYSIS_GAP_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GAP_SIZE Call by reference Type reference (TYPE) I 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_ANALYSIS_MATCH_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MATCH_SIZE Call by reference Type reference (TYPE) I 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_CREATE_TARGET_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATE_TARGET Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_DEL_NRIV_YEARS_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20140512
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20140512
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20140512
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20140512

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) CNV_NCE_NRDESCR Description of number range object 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_DUPLICATE_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVEL Call by reference Type reference (TYPE) CHAR3 3-Byte field 20130930
2 Importing IV_SEVERITY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20131014
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131107
2 CX_CNV_NCE_NO_AUTHORITY Insufficient authority 20131014

Method SET_HEADER_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_TABLES Call by reference Type reference (TYPE) CNV_NCE_T_TAB_DEF Number conversion engine: header tables for nr-objects 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_MAPPING_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASSNAME Call by reference Type reference (TYPE) CNV_NCE_CL_GEN Class name for interaction with NCE 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_NO_TRG_INTERVAL_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEVEL Call by reference Type reference (TYPE) CHAR3 3-Byte field 20130930
2 Importing IV_SEVERITY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_NRIV_UPDATE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATE_NRIV Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_NRNR_MAP_SEVERITIY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEVERITY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_INVALID_PARAM provided parameters are invalid 20130930
3 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20130930

Method SET_NUMBER_DOMNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMNAME Call by reference Type reference (TYPE) DOMNAME Domain name 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_NUMBER_LEGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LENGTH Call by reference Type reference (TYPE) I 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_NUMBER_ROLLNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLLNAME Call by reference Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RELEVANT Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_RUNTIME_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASSNAME Call by reference Type reference (TYPE) CNV_NCE_CL_GEN Class name for interaction with NCE 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_SQL_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONDITION Call by reference Type reference (TYPE) CNV_NCE_CONDITION Where condition 20131015
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20131015
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131015

Method SET_SUBOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBOBJECT_DOMAIN Call by reference Type reference (TYPE) CNV_NCE_NRDOM_SOBJ Subobject domain 20130930
2 Importing IV_SUBOBJECT_DTEL Call by reference Type reference (TYPE) NRSOBJNAM Subobject data element 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_WARNING_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERCENTAGE Call by reference Type reference (TYPE) NRPERC Percentage for warning message 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SET_YEAR_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20130930
# Exception Resumable Description Created on
1 CX_CNV_NCE_EXCEPTION An error occured in the NCE 20131014
2 CX_CNV_NCE_NO_CONTROL_SYS A cntrl-system routine was called in a satelite system 20131001

Method SQL_SETTINGS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20131108

Method SQL_SETTINGS_CHANGED on class CL_CNV_NCE_OBJECT has no exception.

Method UPDATE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) CNV_NCE_GUID NCE project identifier 20131015

Method UPDATE_BUFFER on class CL_CNV_NCE_OBJECT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in