SAP Function SIW_INFO_OBJECT_DEQUEUE -

Parameter Reference Type Length Default Optional Text
INFO_OBJECT SDOKOBJECT u 42 SDOK: BOR key for information object

Parameter Reference Type Length Text
ERROR_MSG IWERRORMSG u 224 IWB: Message passing structure

Parameter Reference Length Optional Text
CONTEXT SDOKPROPTY 89 SDOK: Object Attribute, Name and Feature

Functionality
This function module unblocks the specified logical info-object in
INCLUDE DESTINATION OBJECT DOKU ID TX
For unblocking process the function module 'INFO_OBJECT_DEQUEUE' isstarted locally or in respective KW system.
In turn, this module calls the module 'IO_C_PHYSICAL_OBJECTS_DEQUEUE' tounblock the all physical objects for specified LOIO.

Example
*** set enqueue for structure object
CALL FUNCTION 'INFO_OBJECT_ENQUEUE'
EXPORTING
INFO_OBJECT = STRUCTURE_OBJECT
IMPORTING
INFO_OBJECT_WITH_PHYS_OBJ = IO_WITH_PHYS_OBJERROR_MSG = ERROR_MSG
TABLES
CONTEXT = CONTEXT_TMP.
***any other function modules for editing, deleting or propertieschanging for any kind of logical info-objects
*** dequeue structure object
CALL FUNCTION 'INFO_OBJECT_DEQUEUE'
EXPORTING
INFO_OBJECT = STRUCTURE_OBJECT
IMPORTING
ERROR_MSG = ERROR_MSG
TABLES
CONTEXT = CONTEXT_TMP.

Notes
This module should be always used together with function'SIW_INFO_OBJECT_ENQUEUE'.

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX