SAP ABAP Class IF_PXN_DATATYPE_SIMPLE (Simple data type)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_PXN_BASE Node 20090409
2 Interface composition (i COMPRISING i_ref)  IF_PXN_CONST general constants 20090409
3 Interface composition (i COMPRISING i_ref)  IF_PXN_DATATYPE Data type 20090409
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_PXN_ATTRIBUTE_INLINE Attribute inline 20090409
2 Interface composition (i COMPRISING i_ref)  IF_PXN_DATATYPE_SC_GLOBAL Global data type with simple content 20090409
3 Interface composition (i COMPRISING i_ref)  IF_PXN_DATATYPE_SC_INLINE Datatype inline 20090409
4 Interface composition (i COMPRISING i_ref)  IF_PXN_DATATYPE_SC_TABLE Inline table type with simple content 20121220
5 Interface composition (i COMPRISING i_ref)  IF_PXN_ELEMENT_SIMPLE_CONTENT Element with simple content (inline) 20090409
6 Interface composition (i COMPRISING i_ref)  IF_PXN_SCFIELD Simple content field 20121220
7 Interface composition (i COMPRISING i_ref)  IF_PXN_SIMPLE_CONTENT Simple content 20090409
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PXN_DATATYPE_SIMPLE Simple Type 20090409
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PXN_ELEMENT_SIMPLE_CONTENT Directly Typed Element 20090409
Properties
Class IF_PXN_DATATYPE_SIMPLE  
Short Description Simple data type    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090311   SAP 
Last change 20130531   SAP 
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)
2 SPRX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_PXN_DATATYPE_SIMPLE has no interface implemented.
Friends
Class IF_PXN_DATATYPE_SIMPLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ICON Instance attribute Public Attribute reference (LIKE) 20090721
2 INTERFACE Instance attribute Public Attribute reference (LIKE) 20090409
3 NODETYPE Instance attribute Public Attribute reference (LIKE) 20090409
4 NODE_DESCRIPTION Instance attribute Public Attribute reference (LIKE) 20090409
5 TOOLTIP Instance attribute Public Attribute reference (LIKE) 20090721
Methods
# Method Level Visibility Method type Description Created on
1 CAST_TO_INTERFACE Instance method Public Method 20090721
2 ENQUEUE Instance method Public Method 20090409
3 GET_ABAP_NAME Instance method Public Method 20090409
4 GET_ABAP_TYPE Instance method Public Method 20090409
5 GET_ABAP_TYPE_DETAILS Instance method Public Method 20090409
6 GET_ABAP_TYPE_KEY Instance method Public Method 20110117
7 GET_ALL_XSD_FACETS Instance method Public Method 20090409
8 GET_AVAILABLE_ABAP_TYPES Instance method Public Method 20090409
9 GET_AVAILABLE_ABAP_TYPE_KEYS Instance method Public Method 20110117
10 GET_AVAILABLE_XSD_TYPES Instance method Public Method 20090409
11 GET_DEFAULT_ABAP_TYPE Instance method Public Method 20090409
12 GET_ENUMERATION_VALUES Instance method Public Method 20090409
13 GET_ID Instance method Public Method 20090409
14 GET_MAIN Instance method Public Method 20090409
15 GET_NAME Instance method Public Method 20090409
16 GET_OBJECT_TYPE Instance method Public Method 20090409
17 GET_OBJECT_TYPE_DESCRIPTION Instance method Public Method 20090409
18 GET_VALID_XSD_FACETS Instance method Public Method 20090409
19 GET_XSD_FACETS Instance method Public Method 20090409
20 GET_XSD_TYPE Instance method Public Method 20090409
21 IS_CONSISTENT Instance method Public Method 20090721
22 IS_FACET_VALID Instance method Public Method 20090409
23 IS_SETTABLE_ABAP_NAME Instance method Public Method 20090409
24 IS_SETTABLE_XSD Instance method Public Method 20090409
25 SET_ABAP_NAME Instance method Public Method 20090409
26 SET_ABAP_TYPE Instance method Public Method 20090409
27 SET_ABAP_TYPE_KEY Instance method Public Method 20110117
28 SET_DEFAULT_ABAP_TYPE Instance method Public Method 20090409
29 SET_ENUMERATION_VALUES Instance method Public Method 20090409
30 SET_XSD_FACETS Instance method Public Method 20090409
31 SET_XSD_TYPE Instance method Public Method 20090409
Events
Class IF_PXN_DATATYPE_SIMPLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_XSD_FACETS Public See coding 20090409 t_xsd_facets type standard table of string with default key
Method Signatures

Method CAST_TO_INTERFACE Signature

Method CAST_TO_INTERFACE on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method CAST_TO_INTERFACE on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method ENQUEUE on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_ABAP_NAME Signature

Method GET_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_ABAP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_TYPE Value transfer Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_ABAP_TYPE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DECIMAL Call by reference Type reference (TYPE) I 20090409
2 Exporting IS_XSDTYPEREF Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
3 Exporting LENGTH Call by reference Type reference (TYPE) I 20090409
4 Exporting TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
5 Exporting TYPE_KEY Call by reference Type reference (TYPE) CSEQUENCE 20110117
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_ABAP_TYPE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_TYPE_KEY Value transfer Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20110117
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20110117

Method GET_ALL_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FACETS Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090409

Method GET_ALL_XSD_FACETS on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_AVAILABLE_ABAP_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_TYPES Value transfer Type reference (TYPE) VRM_VALUES Proxy Generation: Name of an Object in R/3 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_AVAILABLE_ABAP_TYPE_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_TYPE_KEYS Value transfer Type reference (TYPE) VRM_VALUES Proxy Generation: Name of an Object in R/3 20110117
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20110117

Method GET_AVAILABLE_XSD_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSD_TYPES Value transfer Type reference (TYPE) VRM_VALUES Proxy Generation: Name of an Object in R/3 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_DEFAULT_ABAP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DECIMAL Call by reference Type reference (TYPE) I 20090409
2 Exporting IS_XSDTYPEREF Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
3 Exporting LENGTH Call by reference Type reference (TYPE) I Natural number 20090409
4 Exporting TYPE Value transfer Type reference (TYPE) CSEQUENCE Proxy Generation: Name of an Object in R/3 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_ENUMERATION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUES Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE Node is obsolete 20090409

Method GET_ID Signature

Method GET_ID on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_ID on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_MAIN Signature

Method GET_MAIN on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_MAIN on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_NAME Signature

Method GET_NAME on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_NAME on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_OBJECT_TYPE Signature

Method GET_OBJECT_TYPE on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_OBJECT_TYPE on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_OBJECT_TYPE_DESCRIPTION Signature

Method GET_OBJECT_TYPE_DESCRIPTION on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method GET_OBJECT_TYPE_DESCRIPTION on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method GET_VALID_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALID_FACETS Value transfer Type reference (TYPE) T_XSD_FACETS 20090409
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE Node is obsolete 20090409

Method GET_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FRACTION_DIGITS Call by reference Type reference (TYPE) CSEQUENCE 20090409
2 Exporting LENGTH Call by reference Type reference (TYPE) CSEQUENCE 20090409
3 Exporting MAX_EXCLUSIVE Call by reference Type reference (TYPE) CSEQUENCE 20090409
4 Exporting MAX_INCLUSIVE Call by reference Type reference (TYPE) CSEQUENCE 20090409
5 Exporting MAX_LENGTH Call by reference Type reference (TYPE) CSEQUENCE 20090409
6 Exporting MIN_EXCLUSIVE Call by reference Type reference (TYPE) CSEQUENCE 20090409
7 Exporting MIN_INCLUSIVE Call by reference Type reference (TYPE) CSEQUENCE 20090409
8 Exporting MIN_LENGTH Call by reference Type reference (TYPE) CSEQUENCE 20090409
9 Exporting MIXED Call by reference Type reference (TYPE) ABAP_BOOL 20090409
10 Exporting PATTERN Call by reference Type reference (TYPE) CSEQUENCE 20090409
11 Exporting TOTAL_DIGITS Call by reference Type reference (TYPE) CSEQUENCE 20090409
12 Exporting WHITESPACE Call by reference Type reference (TYPE) STRING 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method GET_XSD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSD_TYPE Value transfer Type reference (TYPE) STRING 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE 20090409

Method IS_CONSISTENT Signature

Method IS_CONSISTENT on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method IS_CONSISTENT on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method IS_FACET_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
2 Importing XSD_FACET Call by reference Type reference (TYPE) CSEQUENCE 20090409
3 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
# Exception Resumable Description Created on
1 CX_PXN_NODE_OBSOLETE Node is obsolete 20090409

Method IS_SETTABLE_ABAP_NAME Signature

Method IS_SETTABLE_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method IS_SETTABLE_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method IS_SETTABLE_XSD Signature

Method IS_SETTABLE_XSD on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method IS_SETTABLE_XSD on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method SET_ABAP_NAME Signature

Method SET_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no parameter.
Method SET_ABAP_NAME on class IF_PXN_DATATYPE_SIMPLE has no exception.

Method SET_ABAP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TYPE Call by reference Type reference (TYPE) CSEQUENCE Proxy Generation: Name of an Object in R/3 20090409
# Exception Resumable Description Created on
1 CX_PXN_INVALID_DATA Invalid data 20090409
2 CX_PXN_LOCK_FAILED Lock failed 20090409
3 CX_PXN_NODE_OBSOLETE 20090409
4 CX_PXN_READ_ONLY Read only 20090409

Method SET_ABAP_TYPE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TYPE_KEY Call by reference Type reference (TYPE) CSEQUENCE Proxy Generation: Name of an Object in R/3 20110117
# Exception Resumable Description Created on
1 CX_PXN_INVALID_DATA Invalid data 20110117
2 CX_PXN_LOCK_FAILED Lock failed 20110117
3 CX_PXN_NODE_OBSOLETE 20110117
4 CX_PXN_READ_ONLY Read only 20110117

Method SET_DEFAULT_ABAP_TYPE Signature

Method SET_DEFAULT_ABAP_TYPE on class IF_PXN_DATATYPE_SIMPLE has no parameter.
# Exception Resumable Description Created on
1 CX_PXN_LOCK_FAILED Lock failed 20090409
2 CX_PXN_NODE_OBSOLETE 20090409
3 CX_PXN_READ_ONLY Read only 20090409

Method SET_ENUMERATION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20090409
# Exception Resumable Description Created on
1 CX_PXN_INVALID_DATA Invalid data 20090409
2 CX_PXN_LOCK_FAILED Object cannot be locked 20090409
3 CX_PXN_NODE_OBSOLETE Node is obsolete 20090409
4 CX_PXN_READ_ONLY Read only 20090409

Method SET_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FRACTION_DIGITS Call by reference Type reference (TYPE) STRING 20090409
2 Importing LENGTH Call by reference Type reference (TYPE) STRING 20090409
3 Importing MAX_EXCLUSIVE Call by reference Type reference (TYPE) STRING 20090409
4 Importing MAX_INCLUSIVE Call by reference Type reference (TYPE) STRING 20090409
5 Importing MAX_LENGTH Call by reference Type reference (TYPE) STRING 20090409
6 Importing MIN_EXCLUSIVE Call by reference Type reference (TYPE) STRING 20090409
7 Importing MIN_INCLUSIVE Call by reference Type reference (TYPE) STRING 20090409
8 Importing MIN_LENGTH Call by reference Type reference (TYPE) STRING 20090409
9 Importing MIXED Call by reference Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
10 Importing PATTERN Call by reference Type reference (TYPE) STRING 20090409
11 Importing TOTAL_DIGITS Call by reference Type reference (TYPE) STRING 20090409
12 Importing WHITESPACE Call by reference Type reference (TYPE) STRING 20090409
# Exception Resumable Description Created on
1 CX_PXN_INVALID_DATA Invalid data 20090409
2 CX_PXN_LOCK_FAILED Lock failed 20090409
3 CX_PXN_NODE_OBSOLETE 20090409
4 CX_PXN_READ_ONLY Read only 20090409

Method SET_XSD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SET_ABAP_TYPE Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_TRUE ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090618
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
# Exception Resumable Description Created on
1 CX_PXN_INVALID_DATA Invalid data 20090409
2 CX_PXN_LOCK_FAILED Lock failed 20090409
3 CX_PXN_NODE_OBSOLETE 20090409
4 CX_PXN_READ_ONLY Read only 20090409
History
Last changed by/on SAP  20130531 
SAP Release Created in