SAP Function SIW_INFO_OBJECT_DISPLAY -

Parameter Reference Type Length Default Optional Text
CALL_APPLICATION IWPARAMS-FLAG C 1 SPACE X
CALL_BROWSER IWPARAMS-FLAG C 1 'X' X
CONTENT_OBJECT SDOKOBJECT u 42 X Content object
FRONTEND_PLATFORM SYST-OPSYS C 10 X
STRUCTURE_OBJECT SDOKOBJECT u 42 X Structure object

Parameter Reference Type Length Text
ERROR_MSG IWERRORMSG u 224
FRONTEND_PROGRAM SDOK_IFACE-URL C 4096
FRONTEND_URL SDOK_IFACE-URL C 4096

Parameter Reference Length Optional Text
CONTEXT SDOKPROPTY 89 X

Functionality
The function module displays an info object (structure or contentobject) in the web browser in
INCLUDE DESTINATION OBJECT DOKU ID TX
After determining the destination, the module 'IW_C_CONTEXT_GET' isstarted to select type of displaying in dependence on state ofInfo-object: if Info-object is released, the 'DISPLAY' mode (when onlyreleased version of info-object is displayed) is used, otherwise,'PREVIEW2' mode (when last version of info-object is displayed).
For displaying structure or content Info-object, the module'INFO_OBJECT_DISPLAY_EXT_VIEWER' is used locally or in respective KWsystem. The module starts form 'START_APPLICATION', if the parameter'CALL_APPLICATION' is filled, or function modules'SDOK_LOIO_CALL_VIEWER' and 'CALL_BROWSER' (with type of window'KW_PREVIEW'), if the parameter 'CALL_BROWSER' is filled as well asreturns the frontend-URL containing parameters from TA SR13, LOIO, PHIOand context for this object.

Notes
Identifier and LOIO class of either a content object or a structure mustbe passed as import parameters.
The parameters 'CALL_BROWSER' and 'CALL_APPLICATION' could not been settogether, but they could have value 'SPACE' together. In this casemodule returns only URL fir subsequent usage.
Parameter 'SUPPRESS_AUTHORITY_CHECK' equals always 'C_NO' during thedisplaying the Info-object. Check is performed for 'DISPLAY' mode.
Parameter 'FRONTEND_PLATFORM' is not used.

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX