SAP ABAP Class /AIN/CL_UTEST_OBJECT (wrapper class for DM_OBJECT_STR)
Hierarchy
AIN (Software Component) AIN 710: Add-On Installation
   AIE-AII (Application Component) Infrastructure
     /AIN/DM (Package) Auto-ID Data Management
Properties
Class /AIN/CL_UTEST_OBJECT  
Short Description wrapper class for DM_OBJECT_STR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /AIN/DM   Auto-ID Data Management 
Created 20060118   SAP 
Last change 20141109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /AIN/CL_UTEST_OBJECT has no forward declaration.
Interfaces
Class /AIN/CL_UTEST_OBJECT has no interface implemented.
Friends
Class /AIN/CL_UTEST_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_MASTER_DATA Instance attribute Private Object reference (TYPE REF TO) /AIN/CL_UTEST_MASTER_DATA service class, crts and prvds AII master data for unit tests 20060118
2 MS_OBJECT Instance attribute Private Type reference (TYPE) /AIN/DM_OBJECT_STR Object structure 20060118
3 MS_PRODUCT Instance attribute Private Type reference (TYPE) /AIN/DM_PROD_STR Product 20060118
4 MV_WRITTEN Instance attribute Private Type reference (TYPE) BOOLE_D ' ' Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20060118
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060118
2 CREATE_GRAI_OBJECT Static method Public Method returns an object with a GRAI-96 EPC 20060118
3 CREATE_SGTIN_OBJECT Static method Public Method returns an object with a SGTIN-96 EPC 20060118
4 CREATE_SSCC_OBJECT Static method Public Method returns an object with a SSCC-96 EPC 20060120
5 GET_EPC Instance method Public Method 20060118
6 GET_EPC_VERSION Instance method Public Method 20060118
7 GET_GUID Instance method Public Method 20060118
8 GET_PRODUCT Instance method Public Method 20060118
9 GET_STRUCTURE Instance method Public Method 20060118
10 GET_TOP_OBJECT_GUID Instance method Public Method 20060118
11 SET_ACTION Instance method Private Method 20060118
12 SET_EPC Instance method Private Method 20060118
13 SET_INSERT_ACTION Instance method Public Method 20060118
14 SET_PARENT_OBJECT Instance method Public Method 20060118
15 SET_UPDATE_ACTION Instance method Public Method 20060118
16 WRITE Instance method Public Method writes object to the database 20060118
Events
Class /AIN/CL_UTEST_OBJECT has no event.
Types
Class /AIN/CL_UTEST_OBJECT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060118
2 Importing IO_MASTER_DATA Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_MASTER_DATA service class, crts and prvds AII master data for unit tests 20060118
3 Importing IS_DEVICE Call by reference Type reference (TYPE) /AIN/DM_DEV_STR Device 20060118
4 Importing IS_EPC Call by reference Type reference (TYPE) /AIN/ID_DATA_STR ID Detailed Structure 20060118
5 Importing IS_PRODUCT Call by reference Type reference (TYPE) /AIN/DM_PROD_STR Product 20060118

Method CONSTRUCTOR on class /AIN/CL_UTEST_OBJECT has no exception.

Method CREATE_GRAI_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060118
2 Importing IO_MASTER_DATA Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_MASTER_DATA service class, crts and prvds AII master data for unit tests 20060118
3 Importing IS_DEVICE Call by reference Type reference (TYPE) /AIN/DM_DEV_STR Device 20060118
4 Importing IS_PRODUCT Call by reference Type reference (TYPE) /AIN/DM_PROD_STR Product 20060118
5 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 'EPC_1.30' RFID Tag ID Version 20060118
6 Returning RO_OBJ Value transfer Object reference (TYPE REF TO) /AIN/CL_UTEST_OBJECT wrapper class for DM_OBJECT_STR 20060118

Method CREATE_GRAI_OBJECT on class /AIN/CL_UTEST_OBJECT has no exception.

Method CREATE_SGTIN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060118
2 Importing IO_MASTER_DATA Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_MASTER_DATA service class, crts and prvds AII master data for unit tests 20060118
3 Importing IS_DEVICE Call by reference Type reference (TYPE) /AIN/DM_DEV_STR Device 20060118
4 Importing IS_PRODUCT Call by reference Type reference (TYPE) /AIN/DM_PROD_STR Product 20060118
5 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 'EPC_1.30' RFID Tag ID Version 20060118
6 Returning RO_OBJ Value transfer Object reference (TYPE REF TO) /AIN/CL_UTEST_OBJECT wrapper class for DM_OBJECT_STR 20060118

Method CREATE_SGTIN_OBJECT on class /AIN/CL_UTEST_OBJECT has no exception.

Method CREATE_SSCC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060120
2 Importing IO_MASTER_DATA Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_MASTER_DATA service class, crts and prvds AII master data for unit tests 20060120
3 Importing IS_DEVICE Call by reference Type reference (TYPE) /AIN/DM_DEV_STR Device 20060120
4 Importing IS_PRODUCT Call by reference Type reference (TYPE) /AIN/DM_PROD_STR Product 20060120
5 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 'EPC_1.30' RFID Tag ID Version 20060120
6 Returning RO_OBJ Value transfer Object reference (TYPE REF TO) /AIN/CL_UTEST_OBJECT wrapper class for DM_OBJECT_STR 20060120

Method CREATE_SSCC_OBJECT on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_EPC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EPC Value transfer Type reference (TYPE) /AIN/EPC RFID Tag ID 20060118

Method GET_EPC on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_EPC_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EPC_VERSION Value transfer Type reference (TYPE) /AIN/EPC_VERSION RFID Tag ID Version 20060118

Method GET_EPC_VERSION on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) /AIN/DM_OBJ_GUID Object GUID 20060118

Method GET_GUID on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_PRODUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PRODUCT Value transfer Type reference (TYPE) /AIN/DM_PROD_STR Product 20060118

Method GET_PRODUCT on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_OBJ Value transfer Type reference (TYPE) /AIN/DM_OBJECT_STR Object structure 20060118

Method GET_STRUCTURE on class /AIN/CL_UTEST_OBJECT has no exception.

Method GET_TOP_OBJECT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOP_OBJECT_GUID Value transfer Type reference (TYPE) /AIN/DM_OBJ_GUID Object GUID 20060118

Method GET_TOP_OBJECT_GUID on class /AIN/CL_UTEST_OBJECT has no exception.

Method SET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060118

Method SET_ACTION on class /AIN/CL_UTEST_OBJECT has no exception.

Method SET_EPC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EPC Call by reference Type reference (TYPE) /AIN/EPC RFID Tag ID 20060118

Method SET_EPC on class /AIN/CL_UTEST_OBJECT has no exception.

Method SET_INSERT_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION wrapper class for /AIN/DM_ACTION_STR 20060118

Method SET_INSERT_ACTION on class /AIN/CL_UTEST_OBJECT has no exception.

Method SET_PARENT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PRT_OBJECT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_OBJECT wrapper class for DM_OBJECT_STR 20060118

Method SET_PARENT_OBJECT on class /AIN/CL_UTEST_OBJECT has no exception.

Method SET_UPDATE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACT Call by reference Object reference (TYPE REF TO) /AIN/CL_UTEST_ACTION 20060118

Method SET_UPDATE_ACTION on class /AIN/CL_UTEST_OBJECT has no exception.

Method WRITE Signature

Method WRITE on class /AIN/CL_UTEST_OBJECT has no parameter.
Method WRITE on class /AIN/CL_UTEST_OBJECT has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 400