SAP ABAP Class CL_PXN_AU_EXT (Unittest)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_GENTIME_MDR_AU (Package) Unittest for SAI_PROXY_GENTIME_MDR
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_BASE_EXT Unittest base for ext 20120309
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_EXTERNAL_I Unittest 20120207
2 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_INTERFACE_EXT Unittest 20120207
3 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_REGENERATE Unittest 20120207
Properties
Class CL_PXN_AU_EXT  
Short Description Unittest    
Super Class CL_PXN_AU_BASE_EXT Unittest base for ext 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SAI_PROXY_GENTIME_MDR_AU   Unittest for SAI_PROXY_GENTIME_MDR 
Created 20120207   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PXN_AU_EXT has no forward declaration.
Interfaces
Class CL_PXN_AU_EXT has no interface implemented.
Friends
Class CL_PXN_AU_EXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FACTORY Static Attribute Protected Object reference (TYPE REF TO) IF_PXN_FACTORY 20120207
2 FACTORY_RO Static Attribute Protected Object reference (TYPE REF TO) IF_PXN_FACTORY 20120207
3 VEPNAMES_TO_BE_DELETED Instance attribute Private See coding 20120910
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATATYPE Instance method Protected Method 20120207
2 CHECK_DATATYPE_SIMPLE Instance method Protected Method 20120207
3 CHECK_ELEMENT Instance method Protected Method 20120207
4 CHECK_FAULT Instance method Protected Method 20120207
5 CHECK_GLOBAL Instance method Protected Method 20120207
6 CHECK_INTERFACE Instance method Protected Method 20120207
7 CHECK_INTERFACE_IN Instance method Protected Method 20120207
8 CHECK_INTERFACE_OUT Instance method Protected Method 20120207
9 CHECK_NODE Instance method Protected Method 20120207
10 CHECK_NODE_RECURSIVE Instance method Protected Method 20120207
11 CHECK_OPERATION Instance method Protected Method 20120207
12 CHECK_PARAM Instance method Protected Method 20120207
13 CHECK_WSD Instance method Protected Method 20120207
14 CLASS_CONSTRUCTOR Static method Public Constructor 20120207
15 CLEANUP_FOR_EXCEPTION Instance method Protected Method 20120910
16 DELETE_MAIN Instance method Protected Method 20120207
17 ELIMINATE_RECURSION Instance method Protected Method 20120207
18 TEARDOWN Instance method Private Method 20120910
Events
Class CL_PXN_AU_EXT has no event.
Types
Class CL_PXN_AU_EXT has no local type.
Method Signatures

Method CHECK_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATATYPE Call by reference Object reference (TYPE REF TO) IF_PXNE_NODE 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_DATATYPE_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SIMPLE Call by reference Object reference (TYPE REF TO) IF_PXNE_DATATYPE_SIMPLE 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_PXNE_ELEMENT 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_FAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAULT Call by reference Object reference (TYPE REF TO) IF_PXNE_FAULT_TYPE 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_GLOBAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GLOBAL Call by reference Object reference (TYPE REF TO) IF_PXN_GLOBAL 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_OPERATIONS Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_TRUE 20120207
2 Importing INTERFACE Call by reference Object reference (TYPE REF TO) IF_PXNE_INTERFACE 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_INTERFACE_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTERFACE Call by reference Object reference (TYPE REF TO) IF_PXNE_INTERFACE_IN 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_INTERFACE_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATED Call by reference Type reference (TYPE) BOOLEAN 20120207
2 Importing INTERFACE Call by reference Object reference (TYPE REF TO) IF_PXNE_INTERFACE_OUT 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_SET_ABAP_NAME Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_TRUE 20120207
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_PXNE_NODE 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_NODE_RECURSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_PXNE_NODE 20120207
2 Importing REFTAB Call by reference Type reference (TYPE) T_TYPE_REF_TAB 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPERATION Call by reference Object reference (TYPE REF TO) IF_PXNE_OPERATION 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM Call by reference Object reference (TYPE REF TO) IF_PXNE_OPERATION_PARAM 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_WSD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WSD Call by reference Object reference (TYPE REF TO) IF_PXN_WSD 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_PXN_AU_EXT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PXN_AU_EXT has no exception.

Method CLEANUP_FOR_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAULT Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20120910

Method CLEANUP_FOR_EXCEPTION on class CL_PXN_AU_EXT has no exception.

Method DELETE_MAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAIN Call by reference Object reference (TYPE REF TO) IF_PXNE_MAIN 20120207

Method DELETE_MAIN on class CL_PXN_AU_EXT has no exception.

Method ELIMINATE_RECURSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_PXNE_NODE 20120207
2 Importing REFTAB Call by reference Type reference (TYPE) T_TYPE_REF_TAB 20120207
3 Importing REFTAB2 Call by reference Type reference (TYPE) T_TYPE_REF_TAB 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method TEARDOWN Signature

Method TEARDOWN on class CL_PXN_AU_EXT has no parameter.
Method TEARDOWN on class CL_PXN_AU_EXT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 804