SAP Function SIW_INFO_OBJECT_ENQUEUE -

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
INFO_OBJECT_WITH_PHYS_OBJ IWLOIOPHIO u 84 IWB: Logical and physical info object key

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

Functionality
This function module blocks the specified logical info-object in
INCLUDE DESTINATION OBJECT DOKU ID TX
For blocking process the function module 'INFO_OBJECT_ENQUEUE' isstarted locally or in respective KW system.
In turn, this module calls the module 'IO_C_PHYSICAL_OBJECTS_ENQUEUE' toblock 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_OBJ
ERROR_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
Only one LOIO per time can be processed.
This module should be always used together with function'SIW_INFO_OBJECT_DEQUEUE'.
If no PHIOs are found for requested LOIO, enqueue process is notstarted.
If the value for property 'STATE' is initial and for property'CHECKED_OUT' equals 'C_NO', then module 'INFO_OBJECTS_IA_CLEAN_UP'starts for repairing these bad PHIOs.

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX