SAP ABAP Class /AIN/CL_DEV_ACTIVITY (OBSOLETE - do not use anymore!)
Hierarchy
AIN (Software Component) AIN 710: Add-On Installation
   AIE-AII (Application Component) Infrastructure
     /AIN/ACTIVITIES (Package) Auto-ID Activities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_BASIC_ACTIVITY Root of all activity classes 20040517
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_USER_DATA_MODIFY Modify user defined data - object level 20050525
2 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_READ_OBJ_DATA Read user data from object context 20050107
3 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_REGISTER Register Action Activity 20040527
4 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_SEND_DLV_CONF Send delivery confirmation 20060127
5 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_SEND_TO_BACKEND Send Feedback to backend parent class 20040528
6 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK Create Stock Activity 20050527
7 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK_CLEAR Clear Activity 20050519
8 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK_COUNT Count Activity 20050519
9 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_UPDATE_DOCUMENT Update Document Activity 20040517
10 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_UPDATE_DOC_40 Update Document Activity 20050513
... Click here to see Used By full list (39 items)
Properties
Class /AIN/CL_DEV_ACTIVITY  
Short Description OBSOLETE - do not use anymore!    
Super Class /AIN/CL_BASIC_ACTIVITY Root of all activity classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /AIN/ACTIVITIES   Auto-ID Activities 
Created 20040517   SAP 
Last change 20141109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /AIN/CL_DEV_ACTIVITY has no forward declaration.
Interfaces
Class /AIN/CL_DEV_ACTIVITY has no interface implemented.
Friends
Class /AIN/CL_DEV_ACTIVITY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PC_PRMNAME_ACTION_BY_LOCATION Constant Private Type reference (TYPE) /AIN/ACTIVITY_PARAM_NAME 'OBSERVE_BY_LOCATION' Activity Parameter Name 20050524
2 PC_PRMNAME_ACTION_CONS Constant Private Type reference (TYPE) /AIN/ACTIVITY_PARAM_NAME 'OBSERVATION_CONSOLIDATION' Activity Parameter Name 20050524
3 PC_PRMVALUE_CONS_ALWAYS Constant Private Type reference (TYPE) /AIN/ACTIVITY_PARAM_VALUE 'ALWAYS' Activity Parameter Value 20050524
4 PC_PRMVALUE_CONS_BY_LAST_ACT Constant Private Type reference (TYPE) /AIN/ACTIVITY_PARAM_VALUE 'BY_LAST_ACTION' action by last observation 20050524
5 PC_PRMVALUE_CONS_NEVER Constant Private Type reference (TYPE) /AIN/ACTIVITY_PARAM_VALUE 'NEVER' Activity Parameter Value 20050524
6 PO_ACTVT000001_EXT Instance attribute Private Object reference (TYPE REF TO) /AIN/IF_EX_ACTVT000001 Business add-in interface /AIN/IF_EX_ACTVT000005 20050607
7 PO_ACTVT000005_EXT Instance attribute Private Object reference (TYPE REF TO) /AIN/IF_EX_ACTVT000005 Business add-in interface /AIN/IF_EX_ACTVT000005 20050607
Methods
# Method Level Visibility Method type Description Created on
1 ACT_OBJ_IS_HANDLING_UNIT Instance method Protected Method determine wether an action object is handling unit 20071005
2 ACT_OBJ_MATCH_DOC_ITEMS Instance method Protected Method retrieve document items matching to action objects 20040611
3 APP_LOG_HEADER_UPDATE Instance method Private Method update application log header with message data 20050521
4 CREATE_ACTION_DUMMY Instance method Protected Method create action and action object for dummy EPC 20040914
5 DET_CONTEXT_GROUP Instance method Private Method determine context group 20050607
6 DET_OBJECT_GUIDS Instance method Protected Method determind object guids and fill it into context 20050607
7 DEVICE_LOCATION_GET Instance method Protected Method get location of device 20040526
8 FILL_OBJ_GUID Instance method Private Method fill obj, prt and top obj guid to activity context 20050607
9 GET_ACTION_GUID Instance method Protected Method get action guid 20050630
10 GET_ACTION_GUIDS Instance method Protected Method get action guids 20050831
11 GET_COMPLETE_TREE Instance method Protected Method get complete tree from reference sources 20041216
12 GET_EPC_FILTER_HIERARCHY Instance method Protected Method get filter value by EPC filter value 20041217
13 GET_INNER_OBJECTS Instance method Protected Method get all inner objects of one object 20040619
14 GET_MESSAGE_DATA Instance method Protected Method get message data from different types of messages 20040916
15 GET_PEER_NODE Instance method Protected Method get node at the same level 20050411
16 GET_SUB_TREE Instance method Protected Method get sub tree from reference sources 20041217
17 LOCK_MESSAGE_DATA Instance method Protected Method lock data in message for changing 20041006
18 MATCH_ACTION_MESSAGE Instance method Protected Method match action against message 20041216
19 MESSAGE_DATA_CHECK Instance method Private Method Message data checks 20050623
20 MESSAGE_DATA_MODIFY Instance method Private Method modify message data and get document id from backend 20050411
21 OBJ_ITEM_MATCH_MODIFY Instance method Private Method 20050607
22 PROCESS_MSG_EVENT Instance method Private Method process event message 20040916
23 PROCESS_MSG_MOBILE Instance method Private Method process mobile message 20040916
Events
Class /AIN/CL_DEV_ACTIVITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ACT_OBJ_DOC_ITM_STR Protected See coding 20040611 BEGIN OF act_obj_doc_itm_str, doc_itm TYPE /ain/dm_doc_itm_str, act_guid TYPE /ain/dm_act_guid, obj_guid TYPE /ain/dm_obj_guid, dobj_guid TYPE /ain/dm_dobj_guid, exp_qty_exceeded TYPE boole_d, END OF act_obj_doc_itm_str
2 ACT_OBJ_DOC_ITM_TAB Protected See coding 20040611 act_obj_doc_itm_tab TYPE STANDARD TABLE OF act_obj_doc_itm_str
3 ACT_OBJ_DOC_OBJ_STR Protected See coding 20051010 BEGIN OF act_obj_doc_obj_str, act_guid TYPE /ain/dm_act_guid, obj_guid TYPE /ain/dm_obj_guid, dobj_guid TYPE /ain/dm_dobj_guid, END OF act_obj_doc_obj_str
4 ACT_OBJ_DOC_OBJ_TAB Protected See coding 20051010 act_obj_doc_obj_tab TYPE STANDARD TABLE OF act_obj_doc_obj_str
5 DEV_EPC_INFO_STR Protected See coding 20040916 BEGIN OF dev_epc_info_str, dev_guid TYPE /ain/dm_dev_guid, devgrp_guid TYPE /ain/dm_devgrp_guid, doc_guid TYPE /ain/dm_doc_guid, action_type TYPE /ain/dm_action_type, gtin TYPE comt_gtin, sscc TYPE /ain/sscc, obs_data TYPE /ain/activity_tagfld_tab, observation_id TYPE /ain/dm_msg_id, exec_time TYPE /ain/dm_timestamp, mv_loc_guid TYPE /ain/dm_loc_guid, epc_data TYPE /ain/activity_epc_data_tab, END OF dev_epc_info_str
6 DEV_EPC_INFO_TAB Protected See coding 20040916 dev_epc_info_tab TYPE STANDARD TABLE OF dev_epc_info_str
7 GROUP_CONTEXT_STR Protected See coding 20050607 BEGIN OF group_context_str, group TYPE int1, context TYPE /ain/activity_ctx_epc_tab, END OF group_context_str
8 GROUP_CONTEXT_TAB Protected See coding 20050607 group_context_tab TYPE STANDARD TABLE OF group_context_str
9 MSG_EPC_INFO_STR Protected See coding 20041218 BEGIN OF msg_epc_info_str, epc TYPE /ain/epc, doc_guid TYPE /ain/dm_doc_guid, action_type TYPE /ain/dm_action_type, dev_guid TYPE /ain/dm_dev_guid, uname TYPE syuname, exec_time TYPE /ain/dm_timestamp, container_epc TYPE /ain/epc, devgrp_guid TYPE /ain/dm_devgrp_guid, mv_loc_guid TYPE /ain/dm_loc_guid, epc_version TYPE /ain/epc_version, container_epc_version TYPE /ain/epc_version, tag_data TYPE /ain/activity_tagfld_tab, epc_status TYPE /ain/dm_epc_status, END OF msg_epc_info_str
10 MSG_EPC_INFO_TAB Protected See coding 20041218 msg_epc_info_tab TYPE STANDARD TABLE OF msg_epc_info_str
Method Signatures

Method ACT_OBJ_IS_HANDLING_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IS_HANDLING_UNIT Value transfer Type reference (TYPE) BOOLE_D 20071005
2 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG 20071005
3 Importing IV_ACT_GUID Call by reference Type reference (TYPE) /AIN/DM_ACT_GUID Aktions-GUID 20071005
4 Importing IV_OBJ_GUID Call by reference Type reference (TYPE) /AIN/DM_OBJ_GUID Objekt-GUID 20071005

Method ACT_OBJ_IS_HANDLING_UNIT on class /AIN/CL_DEV_ACTIVITY has no exception.

Method ACT_OBJ_MATCH_DOC_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_OBJ_DOC_ITM Call by reference Type reference (TYPE) ACT_OBJ_DOC_ITM_TAB 20040611
2 Exporting ET_ACT_OBJ_DOC_OBJ Call by reference Type reference (TYPE) ACT_OBJ_DOC_OBJ_TAB 20051011
3 Exporting EV_NON_MATCHING_EPC Call by reference Type reference (TYPE) /AIN/EPC Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040812
4 Exporting EV_NON_MATCHING_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050119
5 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG 20040611
6 Importing IT_ACT_OBJ_KEY Call by reference Type reference (TYPE) /AIN/DM_ACT_OBJ_KEY_GUID_TAB Tabellentyp: Aktion und Aktionsobjekt 20040612
7 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) /AIN/DM_ACTION_TYPE Aktionstyp 20040616
8 Importing IV_DOC_GUID Call by reference Type reference (TYPE) /AIN/DM_DOC_GUID Beleg-GUID 20040611
9 Importing IV_UNDO Call by reference Type reference (TYPE) BOOLE_D ' ' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040611
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY 20040611

Method APP_LOG_HEADER_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG 20050521
2 Importing IT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20050521
3 Importing IT_MSG_EPC_INFO Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB 20050521

Method APP_LOG_HEADER_UPDATE on class /AIN/CL_DEV_ACTIVITY has no exception.

Method CREATE_ACTION_DUMMY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_CTX_EPC Value transfer Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_STR EPC-Liste von Aktivitätskontext 20040914
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) /AIN/DM_ACTION_TYPE Aktionstyp 20040914
3 Importing IV_DEVGRP_GUID Call by reference Type reference (TYPE) /AIN/DM_DEVGRP_GUID GUID für RFID-Gerätegruppe 20040914
4 Importing IV_NEW_HIERARCHY Call by reference Type reference (TYPE) BOOLE_D ' ' Do not reuse existing dummy hierarchy 20050516

Method CREATE_ACTION_DUMMY on class /AIN/CL_DEV_ACTIVITY has no exception.

Method DET_CONTEXT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_CONTEXT Call by reference Type reference (TYPE) GROUP_CONTEXT_TAB 20050607
2 Importing IT_ACTIVITY_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB Activity Context EPC list 20050607

Method DET_CONTEXT_GROUP on class /AIN/CL_DEV_ACTIVITY has no exception.

Method DET_OBJECT_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTIVITY_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB Activity Context EPC list 20050607
2 Exporting EV_STATUS Call by reference Type reference (TYPE) /AIN/ACTIVITY_STATUS Activity Return Status 20050712
3 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG AIN Application log 20050712
4 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Activity parameters table type 20050712

Method DET_OBJECT_GUIDS on class /AIN/CL_DEV_ACTIVITY has no exception.

Method DEVICE_LOCATION_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LOC_GUID Value transfer Type reference (TYPE) /AIN/DM_LOC_GUID Orts-GUID 20040526
2 Importing IV_DEVGRP_GUID Call by reference Type reference (TYPE) /AIN/DM_DEVGRP_GUID GUID für RFID-Gerätegruppe 20040917
3 Importing IV_DEV_GUID Call by reference Type reference (TYPE) /AIN/DM_DEV_GUID GUID für RFID-Gerät 20040526

Method DEVICE_LOCATION_GET on class /AIN/CL_DEV_ACTIVITY has no exception.

Method FILL_OBJ_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTIVITY_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB Activity Context EPC list 20050607
2 Exporting EV_STATUS Call by reference Type reference (TYPE) /AIN/ACTIVITY_STATUS Activity Return Status 20050712
3 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG AIN Application log 20050712
4 Importing IT_GROUP_CONTEXT Call by reference Type reference (TYPE) GROUP_CONTEXT_TAB 20050607
5 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Activity parameters table type 20050712

Method FILL_OBJ_GUID on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_ACTION_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACT_GUID Call by reference Type reference (TYPE) /AIN/DM_ACT_GUID Action GUID 20050630
2 Importing IS_EPC_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_STR Activity Context EPC list 20050630
3 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Activity parameters table type 20050630

Method GET_ACTION_GUID on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_ACTION_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EPC_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB Activity Context EPC list 20050831
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Activity parameters table type 20050831

Method GET_ACTION_GUIDS on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_COMPLETE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EPC_HIERARCHY Call by reference Type reference (TYPE) /AIN/ACTIVITY_EPCHIERARCHY_TAB 20041217
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) /AIN/DM_ACTION_TYPE Aktionstyp 20041217
3 Importing IV_CONTAIN_DEL Call by reference Type reference (TYPE) /AIN/DM_FLAG ' ' 20041216
4 Importing IV_DOC_GUID Call by reference Type reference (TYPE) /AIN/DM_DOC_GUID Beleg-GUID 20041217
5 Importing IV_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20041217
6 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 20041217
7 Importing IV_FRM_DOC Call by reference Type reference (TYPE) /AIN/DM_FLAG ' ' 20041216
8 Importing IV_FRM_OBJ Call by reference Type reference (TYPE) /AIN/DM_FLAG 'X' 20041216
9 Importing IV_OBJ_GUID Call by reference Type reference (TYPE) /AIN/DM_OBJ_GUID Objekt-GUID 20050426

Method GET_COMPLETE_TREE on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_EPC_FILTER_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RET_MSG Call by reference Type reference (TYPE) BAPIRETTAB 20041222
2 Exporting EV_LEVEL_CHECK Call by reference Type reference (TYPE) /AIN/DM_FLAG 20041217
3 Exporting EV_NUMBER_OF_LEVEL Call by reference Type reference (TYPE) INT1 20041217
4 Exporting EV_TOP_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20041217
5 Exporting EV_TOP_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 20041218
6 Importing IT_EPC Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB Tabellentyp: EPC 20041217

Method GET_EPC_FILTER_HIERARCHY on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_INNER_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBOBJECTS Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB EPC-Liste von Aktivitätskontext 20040619
2 Exporting ET_SUB_ACTION_OBJ Call by reference Type reference (TYPE) /AIN/DM_ACTION_OBJ_TAB Tabellentyp: Aktionsobjekt 20041222
3 Importing IT_ACTION_OBJ Call by reference Type reference (TYPE) /AIN/DM_ACTION_OBJ_TAB Tabellentyp: Aktionsobjekt 20040619
4 Importing IT_EPCLIST Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_TAB EPC-Liste von Aktivitätskontext 20040619
5 Importing IV_DOC_GUID Call by reference Type reference (TYPE) /AIN/DM_DOC_GUID Beleg-GUID 20040619
6 Importing IV_OBJ_GUID Call by reference Type reference (TYPE) /AIN/DM_OBJ_GUID Objekt-GUID 20040619
7 Importing IV_TOP_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20040619

Method GET_INNER_OBJECTS on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_MESSAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20040916
2 Exporting ET_MSG_EPC_INFO Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB EPC-Liste von Aktivitätskontext 20041218
3 Exporting EV_CONTAINER_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20040916
4 Exporting EV_CONTAINER_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION Electronic Product Code 20050924
5 Exporting EV_STATUS Call by reference Type reference (TYPE) /AIN/ACTIVITY_STATUS Activity Return Status 20060314
6 Exporting EV_UNAME Call by reference Type reference (TYPE) SYUNAME 20040918
7 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG 20050303
8 Importing IS_MSG Call by reference Type reference (TYPE) ANY 20040916
9 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Tabellentyp: Aktivitätsparameter 20050411
10 Importing IV_MSG_TYPE Call by reference Type reference (TYPE) /AIN/DM_MSG_TYPE_ID ID des Nachrichtentyps 20040916
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY 20050224

Method GET_PEER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EPC_HIERARCHY Call by reference Type reference (TYPE) /AIN/ACTIVITY_EPCHIERARCHY_TAB 20050411
2 Importing IV_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20050411
3 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 20050411
4 Importing IV_OBJ_GUID Call by reference Type reference (TYPE) /AIN/DM_OBJ_GUID Objekt-GUID 20050426

Method GET_PEER_NODE on class /AIN/CL_DEV_ACTIVITY has no exception.

Method GET_SUB_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EPC_HIERARCHY Call by reference Type reference (TYPE) /AIN/ACTIVITY_EPCHIERARCHY_TAB 20041217
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) /AIN/DM_ACTION_TYPE Aktionstyp 20041217
3 Importing IV_CHECK_CHILD_ONLY Call by reference Type reference (TYPE) /AIN/DM_FLAG ' ' 20041217
4 Importing IV_CONTAIN_DEL Call by reference Type reference (TYPE) /AIN/DM_FLAG ' ' 20041217
5 Importing IV_DOC_GUID Call by reference Type reference (TYPE) /AIN/DM_DOC_GUID Beleg-GUID 20041217
6 Importing IV_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20041217
7 Importing IV_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION 20041217
8 Importing IV_FRM_DOC Call by reference Type reference (TYPE) /AIN/DM_FLAG ' ' 20041217
9 Importing IV_FRM_OBJ Call by reference Type reference (TYPE) /AIN/DM_FLAG 'X' 20041217
10 Importing IV_OBJ_GUID Call by reference Type reference (TYPE) /AIN/DM_OBJ_GUID Objekt-GUID 20050426

Method GET_SUB_TREE on class /AIN/CL_DEV_ACTIVITY has no exception.

Method LOCK_MESSAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20050630
2 Importing IT_MSG_EPC_INFO Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB 20050630
3 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Tabellentyp: Aktivitätsparameter 20041006
4 Importing IV_LOCK_DEVGRP Call by reference Type reference (TYPE) BOOLE_D ' ' 20050114
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY 20041006

Method MATCH_ACTION_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MATCH Call by reference Type reference (TYPE) /AIN/DM_FLAG 20041218
2 Importing IS_EPC_CONTEXT Call by reference Type reference (TYPE) /AIN/ACTIVITY_CTX_EPC_STR EPC-Liste von Aktivitätskontext 20041217
3 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Aktivitätsparameter 20041218
4 Importing IV_ACTION_GUID Call by reference Type reference (TYPE) /AIN/DM_ACT_GUID Aktions-GUID 20041217

Method MATCH_ACTION_MESSAGE on class /AIN/CL_DEV_ACTIVITY has no exception.

Method MESSAGE_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20050623
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Activity parameters table type 20050623
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY Activity Exception 20050623

Method MESSAGE_DATA_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20050411
2 Changing CT_MSG_EPC_INFO Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB 20050411
3 Changing CV_CONTAINER_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20050411
4 Changing CV_CONTAINER_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION RFID Tag ID Version 20050924
5 Changing CV_UNAME Call by reference Type reference (TYPE) SYUNAME SAP-System, Benutzeranmeldename 20050411
6 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG 20050411
7 Importing IT_PARAMETER Call by reference Type reference (TYPE) /AIN/ACTIVITY_PARAMETERS_TAB Tabellentyp: Aktivitätsparameter 20050411
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY Activity Exception 20050503

Method OBJ_ITEM_MATCH_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACT_OBJ_DOC_ITM Call by reference Type reference (TYPE) ACT_OBJ_DOC_ITM_TAB 20050607
2 Changing CT_ACT_OBJ_DOC_OBJ Call by reference Type reference (TYPE) ACT_OBJ_DOC_OBJ_TAB 20051010
3 Changing CV_NON_MATCHING_EPC Call by reference Type reference (TYPE) /AIN/EPC RFID Tag ID 20050608
4 Changing CV_NON_MATCHING_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION RFID Tag ID Version 20050608
5 Importing IO_LOG Call by reference Object reference (TYPE REF TO) /AIN/CL_APP_LOG AIN Application log 20050607
6 Importing IS_DOC Call by reference Type reference (TYPE) /AIN/DM_DOC_STR Document 20050607
7 Importing IT_ACT_OBJ Call by reference Type reference (TYPE) /AIN/DM_ACTION_OBJ_TAB Table type for action object 20050607
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY Activity Exception 20050607

Method PROCESS_MSG_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTIVITY_CONTEXT Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB EPC-Liste von Aktivitätskontext 20041214
2 Changing CT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20040916
3 Exporting EV_EXEC_TIME Call by reference Type reference (TYPE) /AIN/DM_EXEC_TIME Execution Time 20060224
4 Importing IP_MSG Call by reference Type reference (TYPE) /AIN/ACTIVITY_MSG_SENSOR_STR Nachricht von stationärem RFID-Gerät 20040916
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY Activity Exception 20050513

Method PROCESS_MSG_MOBILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTIVITY_CONTEXT Call by reference Type reference (TYPE) MSG_EPC_INFO_TAB EPC-Liste von Aktivitätskontext 20041214
2 Changing CT_DEV_EPC_INFO Call by reference Type reference (TYPE) DEV_EPC_INFO_TAB 20040916
3 Changing CV_CONTAINER_EPC Call by reference Type reference (TYPE) /AIN/EPC Electronic Product Code 20040916
4 Changing CV_CONTAINER_EPC_VERSION Call by reference Type reference (TYPE) /AIN/EPC_VERSION Electronic Product Code 20050924
5 Changing CV_UNAME Call by reference Type reference (TYPE) SYUNAME 20040918
6 Exporting EV_EXEC_TIME Call by reference Type reference (TYPE) /AIN/DM_EXEC_TIME Execution Time 20060224
7 Importing IP_MSG Call by reference Type reference (TYPE) /AIN/ACTIVITY_MSG_MOBILE_STR Struktur für Nachrichten mobiler RFID-Geräte 20040916
# Exception Resumable Description Created on
1 /AIN/CX_ACTIVITY Activity Exception 20050503
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_USER_DATA_MODIFY Modify user defined data - object level 20050525
2 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_READ_OBJ_DATA Read user data from object context 20050107
3 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_REGISTER Register Action Activity 20040527
4 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_SEND_DLV_CONF Send delivery confirmation 20060127
5 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_SEND_TO_BACKEND Send Feedback to backend parent class 20040528
6 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK Create Stock Activity 20050527
7 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK_CLEAR Clear Activity 20050519
8 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_STOCK_COUNT Count Activity 20050519
9 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_UPDATE_DOCUMENT Update Document Activity 20040517
10 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_UPDATE_DOC_40 Update Document Activity 20050513
11 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_PROCESS_CONTROL_SI process start and stop signals 20040913
12 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_USER_DATA_UPDATE user data update activity 20051101
13 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_VALIDATE super class of device validation 20040527
14 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_VALIDATE_40 Validate Activity 4.0 20050513
15 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_VALIDATE_CASE_A validate case 20040922
16 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_WRITE_VERIFICATION Write event verification 20040921
17 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_ERP_COMMON Super class for new ERP activities 20070403
18 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_KBN_ACT_MEMORIZEID Remember Read ID 20060614
19 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_KBN_ACT_STATUSCHG_EXEC Execute Kanban Status Change 20061103
20 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_KBN_ACT_STATUSCHG_POST Kanban Status Change 20061106
21 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CRE_STK_CNT_DOC Create Stock Count Document Activity 20050617
22 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_BW_UPDATE BW Update Activity 20050518
23 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CCMS_PERF Measure values for messages 20040916
24 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CCMS_RATE Read-Write Rate for Devices 20040921
25 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_COMPLT_DOCUMENT Complete Document received from Device 20040604
26 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CONDITION_MODIFY Update condition for rule determination 20050608
27 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CREATE_DOC_INTERN Create Document Internally Activity 20040527
28 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CREATE_EPC_WRITE EPC Generation activity 20040922
29 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CREATE_TOP_EPC_WRT Prepare parent EPC of waiting action for tag commissioning 20040922
30 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_CRE_DOC_INT_UNDO Create Document Internally Undo Activity 20040527
31 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_BW BW Update Super Class 20050518
32 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_EWM_GENERAL EWM activities 20060809
33 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_EWM_LOAD Loading in EWM 20060809
34 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_EWM_MOVE Confirmation of warehouse tasks in EWM 20060809
35 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_EWM_PACK Packing in EWM 20060809
36 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_EWM_UNLOAD Unloading in EWM 20060809
37 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_INV_MOV_BCKND Report inventory movement 20060323
38 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_INV_MOV_BCKND_UII Report inventory movement 20080131
39 Inheritance (c INHERITING FROM c_ref)  /AIN/CL_DEV_MOVE Move Activity 20040707
History
Last changed by/on SAP  20141109 
SAP Release Created in 200