Hierarchy
⤷
⤷
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
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 | Constant | Private | Type reference (TYPE) | /AIN/ACTIVITY_PARAM_NAME | 'OBSERVE_BY_LOCATION' | Activity Parameter Name | 20050524 | ||
| 2 | Constant | Private | Type reference (TYPE) | /AIN/ACTIVITY_PARAM_NAME | 'OBSERVATION_CONSOLIDATION' | Activity Parameter Name | 20050524 | ||
| 3 | Constant | Private | Type reference (TYPE) | /AIN/ACTIVITY_PARAM_VALUE | 'ALWAYS' | Activity Parameter Value | 20050524 | ||
| 4 | Constant | Private | Type reference (TYPE) | /AIN/ACTIVITY_PARAM_VALUE | 'BY_LAST_ACTION' | action by last observation | 20050524 | ||
| 5 | Constant | Private | Type reference (TYPE) | /AIN/ACTIVITY_PARAM_VALUE | 'NEVER' | Activity Parameter Value | 20050524 | ||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | /AIN/IF_EX_ACTVT000001 | Business add-in interface /AIN/IF_EX_ACTVT000005 | 20050607 | |||
| 7 | 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 | Instance method | Protected | Method | determine wether an action object is handling unit | 20071005 | |
| 2 | Instance method | Protected | Method | retrieve document items matching to action objects | 20040611 | |
| 3 | Instance method | Private | Method | update application log header with message data | 20050521 | |
| 4 | Instance method | Protected | Method | create action and action object for dummy EPC | 20040914 | |
| 5 | Instance method | Private | Method | determine context group | 20050607 | |
| 6 | Instance method | Protected | Method | determind object guids and fill it into context | 20050607 | |
| 7 | Instance method | Protected | Method | get location of device | 20040526 | |
| 8 | Instance method | Private | Method | fill obj, prt and top obj guid to activity context | 20050607 | |
| 9 | Instance method | Protected | Method | get action guid | 20050630 | |
| 10 | Instance method | Protected | Method | get action guids | 20050831 | |
| 11 | Instance method | Protected | Method | get complete tree from reference sources | 20041216 | |
| 12 | Instance method | Protected | Method | get filter value by EPC filter value | 20041217 | |
| 13 | Instance method | Protected | Method | get all inner objects of one object | 20040619 | |
| 14 | Instance method | Protected | Method | get message data from different types of messages | 20040916 | |
| 15 | Instance method | Protected | Method | get node at the same level | 20050411 | |
| 16 | Instance method | Protected | Method | get sub tree from reference sources | 20041217 | |
| 17 | Instance method | Protected | Method | lock data in message for changing | 20041006 | |
| 18 | Instance method | Protected | Method | match action against message | 20041216 | |
| 19 | Instance method | Private | Method | Message data checks | 20050623 | |
| 20 | Instance method | Private | Method | modify message data and get document id from backend | 20050411 | |
| 21 | Instance method | Private | Method | 20050607 | ||
| 22 | Instance method | Private | Method | process event message | 20040916 | |
| 23 | 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 | EV_IS_HANDLING_UNIT | Value transfer | Type reference (TYPE) | BOOLE_D | 20071005 | ||||
| 2 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | 20071005 | ||||
| 3 | IV_ACT_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_ACT_GUID | Aktions-GUID | 20071005 | |||
| 4 | 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 | ET_ACT_OBJ_DOC_ITM | Call by reference | Type reference (TYPE) | ACT_OBJ_DOC_ITM_TAB | 20040611 | ||||
| 2 | ET_ACT_OBJ_DOC_OBJ | Call by reference | Type reference (TYPE) | ACT_OBJ_DOC_OBJ_TAB | 20051011 | ||||
| 3 | EV_NON_MATCHING_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20040812 | |||
| 4 | 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 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | 20040611 | ||||
| 6 | IT_ACT_OBJ_KEY | Call by reference | Type reference (TYPE) | /AIN/DM_ACT_OBJ_KEY_GUID_TAB | Tabellentyp: Aktion und Aktionsobjekt | 20040612 | |||
| 7 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_TYPE | Aktionstyp | 20040616 | |||
| 8 | IV_DOC_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DOC_GUID | Beleg-GUID | 20040611 | |||
| 9 | 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 | 20040611 |
Method APP_LOG_HEADER_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | 20050521 | ||||
| 2 | IT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20050521 | ||||
| 3 | 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 | ES_CTX_EPC | Value transfer | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_STR | EPC-Liste von Aktivitätskontext | 20040914 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_TYPE | Aktionstyp | 20040914 | |||
| 3 | IV_DEVGRP_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DEVGRP_GUID | GUID für RFID-Gerätegruppe | 20040914 | |||
| 4 | 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 | ET_GROUP_CONTEXT | Call by reference | Type reference (TYPE) | GROUP_CONTEXT_TAB | 20050607 | ||||
| 2 | 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 | CT_ACTIVITY_CONTEXT | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_TAB | Activity Context EPC list | 20050607 | |||
| 2 | EV_STATUS | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_STATUS | Activity Return Status | 20050712 | |||
| 3 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | AIN Application log | 20050712 | |||
| 4 | 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 | EV_LOC_GUID | Value transfer | Type reference (TYPE) | /AIN/DM_LOC_GUID | Orts-GUID | 20040526 | |||
| 2 | IV_DEVGRP_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DEVGRP_GUID | GUID für RFID-Gerätegruppe | 20040917 | |||
| 3 | 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 | CT_ACTIVITY_CONTEXT | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_TAB | Activity Context EPC list | 20050607 | |||
| 2 | EV_STATUS | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_STATUS | Activity Return Status | 20050712 | |||
| 3 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | AIN Application log | 20050712 | |||
| 4 | IT_GROUP_CONTEXT | Call by reference | Type reference (TYPE) | GROUP_CONTEXT_TAB | 20050607 | ||||
| 5 | 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 | EV_ACT_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_ACT_GUID | Action GUID | 20050630 | |||
| 2 | IS_EPC_CONTEXT | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_STR | Activity Context EPC list | 20050630 | |||
| 3 | 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 | CT_EPC_CONTEXT | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_TAB | Activity Context EPC list | 20050831 | |||
| 2 | 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 | ET_EPC_HIERARCHY | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_EPCHIERARCHY_TAB | 20041217 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_TYPE | Aktionstyp | 20041217 | |||
| 3 | IV_CONTAIN_DEL | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | ' ' | 20041216 | |||
| 4 | IV_DOC_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DOC_GUID | Beleg-GUID | 20041217 | |||
| 5 | IV_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20041217 | |||
| 6 | IV_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | 20041217 | ||||
| 7 | IV_FRM_DOC | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | ' ' | 20041216 | |||
| 8 | IV_FRM_OBJ | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | 'X' | 20041216 | |||
| 9 | 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 | ET_RET_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20041222 | ||||
| 2 | EV_LEVEL_CHECK | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | 20041217 | ||||
| 3 | EV_NUMBER_OF_LEVEL | Call by reference | Type reference (TYPE) | INT1 | 20041217 | ||||
| 4 | EV_TOP_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20041217 | |||
| 5 | EV_TOP_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | 20041218 | ||||
| 6 | 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 | ET_SUBOBJECTS | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_TAB | EPC-Liste von Aktivitätskontext | 20040619 | |||
| 2 | ET_SUB_ACTION_OBJ | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_OBJ_TAB | Tabellentyp: Aktionsobjekt | 20041222 | |||
| 3 | IT_ACTION_OBJ | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_OBJ_TAB | Tabellentyp: Aktionsobjekt | 20040619 | |||
| 4 | IT_EPCLIST | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_TAB | EPC-Liste von Aktivitätskontext | 20040619 | |||
| 5 | IV_DOC_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DOC_GUID | Beleg-GUID | 20040619 | |||
| 6 | IV_OBJ_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_OBJ_GUID | Objekt-GUID | 20040619 | |||
| 7 | 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 | ET_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20040916 | ||||
| 2 | ET_MSG_EPC_INFO | Call by reference | Type reference (TYPE) | MSG_EPC_INFO_TAB | EPC-Liste von Aktivitätskontext | 20041218 | |||
| 3 | EV_CONTAINER_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20040916 | |||
| 4 | EV_CONTAINER_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | Electronic Product Code | 20050924 | |||
| 5 | EV_STATUS | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_STATUS | Activity Return Status | 20060314 | |||
| 6 | EV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | 20040918 | ||||
| 7 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | 20050303 | ||||
| 8 | IS_MSG | Call by reference | Type reference (TYPE) | ANY | 20040916 | ||||
| 9 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_PARAMETERS_TAB | Tabellentyp: Aktivitätsparameter | 20050411 | |||
| 10 | IV_MSG_TYPE | Call by reference | Type reference (TYPE) | /AIN/DM_MSG_TYPE_ID | ID des Nachrichtentyps | 20040916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050224 |
Method GET_PEER_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EPC_HIERARCHY | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_EPCHIERARCHY_TAB | 20050411 | ||||
| 2 | IV_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20050411 | |||
| 3 | IV_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | 20050411 | ||||
| 4 | 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 | ET_EPC_HIERARCHY | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_EPCHIERARCHY_TAB | 20041217 | ||||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | /AIN/DM_ACTION_TYPE | Aktionstyp | 20041217 | |||
| 3 | IV_CHECK_CHILD_ONLY | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | ' ' | 20041217 | |||
| 4 | IV_CONTAIN_DEL | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | ' ' | 20041217 | |||
| 5 | IV_DOC_GUID | Call by reference | Type reference (TYPE) | /AIN/DM_DOC_GUID | Beleg-GUID | 20041217 | |||
| 6 | IV_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20041217 | |||
| 7 | IV_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | 20041217 | ||||
| 8 | IV_FRM_DOC | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | ' ' | 20041217 | |||
| 9 | IV_FRM_OBJ | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | 'X' | 20041217 | |||
| 10 | 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 | IT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20050630 | ||||
| 2 | IT_MSG_EPC_INFO | Call by reference | Type reference (TYPE) | MSG_EPC_INFO_TAB | 20050630 | ||||
| 3 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_PARAMETERS_TAB | Tabellentyp: Aktivitätsparameter | 20041006 | |||
| 4 | IV_LOCK_DEVGRP | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | 20050114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041006 |
Method MATCH_ACTION_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MATCH | Call by reference | Type reference (TYPE) | /AIN/DM_FLAG | 20041218 | ||||
| 2 | IS_EPC_CONTEXT | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_CTX_EPC_STR | EPC-Liste von Aktivitätskontext | 20041217 | |||
| 3 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_PARAMETERS_TAB | Aktivitätsparameter | 20041218 | |||
| 4 | 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 | IT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20050623 | ||||
| 2 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_PARAMETERS_TAB | Activity parameters table type | 20050623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Activity Exception | 20050623 |
Method MESSAGE_DATA_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20050411 | ||||
| 2 | CT_MSG_EPC_INFO | Call by reference | Type reference (TYPE) | MSG_EPC_INFO_TAB | 20050411 | ||||
| 3 | CV_CONTAINER_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20050411 | |||
| 4 | CV_CONTAINER_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | RFID Tag ID Version | 20050924 | |||
| 5 | CV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | SAP-System, Benutzeranmeldename | 20050411 | |||
| 6 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | 20050411 | ||||
| 7 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /AIN/ACTIVITY_PARAMETERS_TAB | Tabellentyp: Aktivitätsparameter | 20050411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Activity Exception | 20050503 |
Method OBJ_ITEM_MATCH_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACT_OBJ_DOC_ITM | Call by reference | Type reference (TYPE) | ACT_OBJ_DOC_ITM_TAB | 20050607 | ||||
| 2 | CT_ACT_OBJ_DOC_OBJ | Call by reference | Type reference (TYPE) | ACT_OBJ_DOC_OBJ_TAB | 20051010 | ||||
| 3 | CV_NON_MATCHING_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | RFID Tag ID | 20050608 | |||
| 4 | CV_NON_MATCHING_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | RFID Tag ID Version | 20050608 | |||
| 5 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | /AIN/CL_APP_LOG | AIN Application log | 20050607 | |||
| 6 | IS_DOC | Call by reference | Type reference (TYPE) | /AIN/DM_DOC_STR | Document | 20050607 | |||
| 7 | 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 | Activity Exception | 20050607 |
Method PROCESS_MSG_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTIVITY_CONTEXT | Call by reference | Type reference (TYPE) | MSG_EPC_INFO_TAB | EPC-Liste von Aktivitätskontext | 20041214 | |||
| 2 | CT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20040916 | ||||
| 3 | EV_EXEC_TIME | Call by reference | Type reference (TYPE) | /AIN/DM_EXEC_TIME | Execution Time | 20060224 | |||
| 4 | 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 | Activity Exception | 20050513 |
Method PROCESS_MSG_MOBILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTIVITY_CONTEXT | Call by reference | Type reference (TYPE) | MSG_EPC_INFO_TAB | EPC-Liste von Aktivitätskontext | 20041214 | |||
| 2 | CT_DEV_EPC_INFO | Call by reference | Type reference (TYPE) | DEV_EPC_INFO_TAB | 20040916 | ||||
| 3 | CV_CONTAINER_EPC | Call by reference | Type reference (TYPE) | /AIN/EPC | Electronic Product Code | 20040916 | |||
| 4 | CV_CONTAINER_EPC_VERSION | Call by reference | Type reference (TYPE) | /AIN/EPC_VERSION | Electronic Product Code | 20050924 | |||
| 5 | CV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | 20040918 | ||||
| 6 | EV_EXEC_TIME | Call by reference | Type reference (TYPE) | /AIN/DM_EXEC_TIME | Execution Time | 20060224 | |||
| 7 | 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 | Activity Exception | 20050503 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |