SAP ABAP Class CL_PXN_AU_BASE (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 Unittest 20120210
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXNE_CONST general constants 20120207
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXN_CONST general constants 20120207
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXN_CONST_ABAP abap constants 20120207
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXN_CONST_WSDL wsdl constants 20120207
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MAPPING_ORDER Unittest 20120207
2 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_XI Unittest 20120207
3 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_STCM Unittest 20120207
4 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_SEMANTIC_CONTRACT Unittest 20120207
5 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_SCENARIO Unittest 20120313
6 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_RFC_MAPPING Unittest 20121115
7 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_RFC_CONSUMER Unittest 20121025
8 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_PROC_TYPE_DOM Unittest 20120207
9 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_PARTIAL_LOAD Unittest 20120817
10 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MESSAGE_TYPE Unittest 20120207
... Click here to see Used By full list (21 items)
Properties
Class CL_PXN_AU_BASE  
Short Description Unittest    
Super Class CL_PXN_AU Unittest 
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_BASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_PXNE_CONST general constants 20120207
2 IF_PXN_CONST general constants 20120207
3 IF_PXN_CONST_ABAP abap constants 20120207
4 IF_PXN_CONST_WSDL wsdl constants 20120207
Friends
Class CL_PXN_AU_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DDICTYPE Instance attribute Protected Attribute reference (LIKE) 20120207
2 FACTORY Static Attribute Protected Object reference (TYPE REF TO) IF_PXN_FACTORY 20120207
3 FACTORY_READ_ONLY Static Attribute Protected Object reference (TYPE REF TO) IF_PXN_FACTORY 20120207
4 FACTORY_SIMULATION Static Attribute Protected Object reference (TYPE REF TO) IF_PXN_FACTORY 20120207
5 NODETYPE Instance attribute Protected Attribute reference (LIKE) 20120207
6 XSDTYPE Instance attribute Protected Attribute reference (LIKE) 20120207
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_CLASS Instance method Protected Method 20120207
2 CHECK_ATTRIBUTES Instance method Protected Method 20120207
3 CHECK_CONSUMER_MAPPING Instance method Private Method 20120229
4 CHECK_CONTRACT Instance method Private Method 20120228
5 CHECK_DATATYPE Instance method Private Method 20120228
6 CHECK_ELEMENTS Instance method Protected Method 20120207
7 CHECK_FAULT Instance method Private Method 20120229
8 CHECK_GLOBAL_TYPE Instance method Protected Method 20120207
9 CHECK_INBOUND_INTF Instance method Private Method 20120229
10 CHECK_INITIAL_BASE Instance method Protected Method 20120207
11 CHECK_INITIAL_DATATYPE_SIMPLE Instance method Protected Method 20120207
12 CHECK_INITIAL_DT_SIMPLE_ABAP Instance method Protected Method 20120207
13 CHECK_INITIAL_DT_SIMPLE_XSD Instance method Protected Method 20120207
14 CHECK_LIFE_CYCLE Instance method Protected Method 20120511
15 CHECK_MESSAGETYPE Instance method Private Method 20120229
16 CHECK_OPERATION_MAPPING Instance method Private Method 20120301
17 CHECK_OUTBOUND_EVENT Instance method Private Method 20120301
18 CHECK_OUTBOUND_INTF Instance method Private Method 20120301
19 CHECK_PROCESSING_TYPE_DOMAIN Instance method Private Method 20120301
20 CHECK_SEMANTIC_CONTRACT Instance method Private Method 20120228
21 CHECK_STS_EXISTS Instance method Protected Method 20120207
22 CHECK_ST_RT Instance method Protected Method 20120207
23 CHECK_TYPE_ENHANCEMENT Instance method Private Method 20120301
24 CHECK_WSDL Instance method Protected Method 20120207
25 CLASS_CONSTRUCTOR Static method Public Constructor 20120207
26 CONSTRUCTOR Instance method Public Constructor 20120207
27 CREATE_FAULT_TYPE Instance method Protected Method 20120207
28 CREATE_GLOBAL_COMPLEX_TYPE Instance method Protected Method 20120207
29 CREATE_MESSAGE_TYPE Instance method Protected Method 20120207
30 CREATE_SPLIT_TYPE Instance method Protected Method 20120207
31 DELETE_CLASS Instance method Protected Method 20120207
32 DELETE_FAULT_TYPE Instance method Protected Method 20120207
33 DELETE_GLOBAL_TYPE Instance method Protected Method 20120207
34 DELETE_MAIN Instance method Protected Method 20120207
35 DELETE_MESSAGE_TYPE Instance method Protected Method 20120207
36 GET_STS Instance method Protected Method 20120207
37 QNAME Instance method Protected Method 20120207
38 SETUP Instance method Private Method 20120207
39 TEARDOWN Instance method Private Method 20120210
Events
Class CL_PXN_AU_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_STS Public See coding 20120207 t_sts type standard table of cxsltdesc with default key
Method Signatures

Method ACTIVATE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE 20120207

Method ACTIVATE_CLASS on class CL_PXN_AU_BASE has no exception.

Method CHECK_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) IF_PXN_ATTRIBUTE=>TAB 20120207
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_PXN_DATATYPE_W_ATTRIBUTES 20120207

Method CHECK_ATTRIBUTES on class CL_PXN_AU_BASE has no exception.

Method CHECK_CONSUMER_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_CONSUMER_MAPPING Call by reference Object reference (TYPE REF TO) IF_PXN_MAPPING_FACADE Consumer Mapping 20120229
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_CONSUMER_MAPPING_DETAILS 20120229
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120229

Method CHECK_CONSUMER_MAPPING on class CL_PXN_AU_BASE has no exception.

Method CHECK_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_CONTRACT Call by reference Object reference (TYPE REF TO) IF_PXN_CONTRACT Contract 20120228
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_CONTRACT_DETAILS 20120228
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120228

Method CHECK_CONTRACT on class CL_PXN_AU_BASE has no exception.

Method CHECK_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_DATATYPE Call by reference Object reference (TYPE REF TO) IF_PXN_DATATYPE 20120228
2 Importing LS_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_DATATYPE_DETAILS 20120228
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120228

Method CHECK_DATATYPE on class CL_PXN_AU_BASE has no exception.

Method CHECK_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENTS Call by reference Type reference (TYPE) IF_PXN_ELEMENT=>TAB 20120207
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_PXN_DATATYPE_COMPL_CONTENT 20120207

Method CHECK_ELEMENTS on class CL_PXN_AU_BASE has no exception.

Method CHECK_FAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_FAULT_TYPE Call by reference Object reference (TYPE REF TO) IF_PXN_FAULT_TYPE Fault type 20120229
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_FAULT_DETAILS 20120229
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120229

Method CHECK_FAULT on class CL_PXN_AU_BASE has no exception.

Method CHECK_GLOBAL_TYPE Signature

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

Method CHECK_INBOUND_INTF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_INBOUND_INTERFACE Call by reference Object reference (TYPE REF TO) IF_PXN_INBOUND_INTERFACE inbound service interface 20120229
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_INBOUND_INTF_DETAILS 20120229
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120229

Method CHECK_INBOUND_INTF on class CL_PXN_AU_BASE has no exception.

Method CHECK_INITIAL_BASE 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_PXN_BASE 20120207

Method CHECK_INITIAL_BASE on class CL_PXN_AU_BASE has no exception.

Method CHECK_INITIAL_DATATYPE_SIMPLE 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_PXN_DATATYPE_SIMPLE 20120207

Method CHECK_INITIAL_DATATYPE_SIMPLE on class CL_PXN_AU_BASE has no exception.

Method CHECK_INITIAL_DT_SIMPLE_ABAP 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_PXN_DATATYPE_SIMPLE 20120207

Method CHECK_INITIAL_DT_SIMPLE_ABAP on class CL_PXN_AU_BASE has no exception.

Method CHECK_INITIAL_DT_SIMPLE_XSD 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_PXN_DATATYPE_SIMPLE 20120207

Method CHECK_INITIAL_DT_SIMPLE_XSD on class CL_PXN_AU_BASE has no exception.

Method CHECK_LIFE_CYCLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REFERRED_OBJECT Call by reference Object reference (TYPE REF TO) IF_PXN_BASE Node 20120511
2 Importing REFERRING_OBJECT Call by reference Object reference (TYPE REF TO) IF_PXN_BASE Node 20120511

Method CHECK_LIFE_CYCLE on class CL_PXN_AU_BASE has no exception.

Method CHECK_MESSAGETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_MESSAGETYPE Call by reference Object reference (TYPE REF TO) IF_PXN_MESSAGE_TYPE Message Type 20120229
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_MESSAGE_TYPE_DETAILS 20120229
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120229
# Exception Resumable Description Created on
1 CX_PXN_FAULT MDR fault (abstract) 20120815

Method CHECK_OPERATION_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_OPERATION_MAPPING Call by reference Object reference (TYPE REF TO) IF_PXN_MAPPING Operation mapping 20120301
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_OPERATION_MAPPING_DETAILS 20120301
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120301

Method CHECK_OPERATION_MAPPING on class CL_PXN_AU_BASE has no exception.

Method CHECK_OUTBOUND_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_OUTBOUND_EVENT Call by reference Object reference (TYPE REF TO) IF_PXN_OUTBOUND_EVENT event 20120301
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_OUTBOUND_EVENT_DETAILS 20120301
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120301

Method CHECK_OUTBOUND_EVENT on class CL_PXN_AU_BASE has no exception.

Method CHECK_OUTBOUND_INTF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_OUTBOUND_INTERFACE Call by reference Object reference (TYPE REF TO) IF_PXN_OUTBOUND_INTERFACE outbound service interface 20120301
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_OUTBOUND_INTF_DETAILS 20120301
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120301

Method CHECK_OUTBOUND_INTF on class CL_PXN_AU_BASE has no exception.

Method CHECK_PROCESSING_TYPE_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_PROC_TYPE_DOM Call by reference Object reference (TYPE REF TO) IF_PXN_PROCESSING_TYPE_DOMAIN Processing Type Domain 20120301
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_PROC_TYPE_DOM_DETAILS 20120301
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120301

Method CHECK_PROCESSING_TYPE_DOMAIN on class CL_PXN_AU_BASE has no exception.

Method CHECK_SEMANTIC_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_SEMANTIC_CONTRACT Call by reference Object reference (TYPE REF TO) IF_PXN_SEMANTIC_CONTRACT Semantic Contract 20120228
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_SEMANTIC_CONTRACT_DETAILS 20120228
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120228

Method CHECK_SEMANTIC_CONTRACT on class CL_PXN_AU_BASE has no exception.

Method CHECK_STS_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXISTS Call by reference Type reference (TYPE) PRX_BOOLEAN 20120207
2 Importing STS Call by reference Type reference (TYPE) T_STS 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_ST_RT 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_PXN_MAIN 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CHECK_TYPE_ENHANCEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LR_TYPE_ENHANCEMENT Call by reference Object reference (TYPE REF TO) IF_PXN_DATATYPE_APPEND datatype enhancement 20120301
2 Importing LT_DETAILS Call by reference Type reference (TYPE) IF_PXN_QUERY=>T_TYPE_ENHANCEMENT_DETAILS 20120301
3 Importing LV_MSG Call by reference Type reference (TYPE) STRING 20120301

Method CHECK_TYPE_ENHANCEMENT on class CL_PXN_AU_BASE has no exception.

Method CHECK_WSDL 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_PXN_MAIN 20120207
2 Returning RVAL Value transfer Type reference (TYPE) XSTRING 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PXN_AU_BASE has no parameter.
Method CONSTRUCTOR on class CL_PXN_AU_BASE has no exception.

Method CREATE_FAULT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
2 Importing PREFIX Value transfer Type reference (TYPE) PRX_PREFIX 20120207
3 Importing TYPE_NAME Call by reference Type reference (TYPE) QNAME 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CREATE_GLOBAL_COMPLEX_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNAMIC Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_FALSE 20120207
2 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
3 Importing PREFIX Value transfer Type reference (TYPE) PRX_PREFIX 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CREATE_MESSAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
2 Importing PART_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20120207
3 Importing PREFIX Value transfer Type reference (TYPE) PRX_PREFIX 20120207
4 Importing TYPE_NAME Call by reference Type reference (TYPE) QNAME 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method CREATE_SPLIT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
2 Importing PREFIX Value transfer Type reference (TYPE) PRX_PREFIX 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method DELETE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) CSEQUENCE 20120207

Method DELETE_CLASS on class CL_PXN_AU_BASE has no exception.

Method DELETE_FAULT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method DELETE_GLOBAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DELETE_ALL Call by reference Type reference (TYPE) PRX_BOOLEAN SPRX_TRUE 20120207
2 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method DELETE_MAIN Signature

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

Method DELETE_MESSAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) QNAME 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method GET_STS 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_PXN_MAIN 20120207
2 Returning RVAL Value transfer Type reference (TYPE) T_STS 20120207
# Exception Resumable Description Created on
1 CX_PXN_FAULT 20120207

Method QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20120207
2 Importing NAMESPACE Call by reference Type reference (TYPE) CSEQUENCE 20120207
3 Returning QNAME Value transfer Type reference (TYPE) QNAME 20120207

Method QNAME on class CL_PXN_AU_BASE has no exception.

Method SETUP Signature

Method SETUP on class CL_PXN_AU_BASE has no parameter.
Method SETUP on class CL_PXN_AU_BASE has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class CL_PXN_AU_BASE has no parameter.
Method TEARDOWN on class CL_PXN_AU_BASE has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MAPPING_ORDER Unittest 20120207
2 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_XI Unittest 20120207
3 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_STCM Unittest 20120207
4 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_SEMANTIC_CONTRACT Unittest 20120207
5 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_SCENARIO Unittest 20120313
6 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_RFC_MAPPING Unittest 20121115
7 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_RFC_CONSUMER Unittest 20121025
8 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_PROC_TYPE_DOM Unittest 20120207
9 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_PARTIAL_LOAD Unittest 20120817
10 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MESSAGE_TYPE Unittest 20120207
11 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MDR_IMPORT Unittest 20120518
12 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_CONSUMER_FACTORY Unittest 20120215
13 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_MAPPING Unittest 20120207
14 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_INTERFACE_OUT_ESR Unittest 20120801
15 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_INTERFACE Unittest 20120207
16 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_FAULT_TYPE Unittest 20120207
17 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_ENHANCEMENT Unittest 20120207
18 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_DATATYPE Unittest 20120207
19 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_CONTRACT_RFC Unittest 20121211
20 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_CONTRACT_IMPL Unittest 20120207
21 Inheritance (c INHERITING FROM c_ref)  CL_PXN_AU_CONTRACT Unittest 20120207
History
Last changed by/on SAP  20130531 
SAP Release Created in 804