The Function Module COPF_OPC_ITEM_READ (OPC Herstellanweisung: Lesen eines OPC-Item-Werts) is a standard Function Module in SAP ERP and is part of the function group COPF_OPC within the package COOPC.
Function Module | COPF_OPC_ITEM_READ |
Short Text | OPC Herstellanweisung: Lesen eines OPC-Item-Werts |
Function Group | COPF_OPC |
Package | COOPC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ITEM | TYPE | COOPC_ITEMALIAS | OPC Item Alias | |
PLANT | TYPE | WERKS_D | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULTTEXT | TYPE | C | Results Text | |
TIMESTAMP_LOCALDATE | TYPE | DATS | Time Stamp: Local Date | |
TIMESTAMP_LOCALTIME | TYPE | TIMS | Time Stamd: Local Time | |
VALUE_CHAR | TYPE | C | OPC Item Value as Character Stringe | |
VALUE_DATE | TYPE | D | OPC Item Value as Date | |
VALUE_FLOAT | TYPE | F | OPC Item value as Floating Point Number | |
VALUE_TIME | TYPE | T | OPC Item Value as Time |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.