SAP Function SIW_INFO_OBJECT_CREATE -

Parameter Reference Type Length Default Optional Text
AREA IWBAREA-AREA C 10 X Area
CLASS IWCLASS-CLASS C 10 X LOIO Class
CREATE_MODE IW_CR_MODE C 10 SPACE X Mode when creating an object
FOLDER SDOKOBJECT u 42 X Folder

Parameter Reference Type Length Text
ACTION SYST-UCOMM C 70
ERROR_MSG IWERRORMSG u 224
INFO_OBJECT SDOKOBJECT u 42 Logical info object

Parameter Reference Length Optional Text
BAD_PROPERTIES IWERRPROPS 313 X
CONTEXT SDOKPROPTY 89 X
INITIAL_PROPERTIES SDOKPROPTY 89 X
PROPERTIES SDOKPROPTY 89 X
PROPS_DISPLAY_ONLY SDOKPROPTN 25 X SDOK: Name of object attributes
PROPS_TO_HIDE SDOKPROPTN 25 X SDOK: Name of object attributes

Functionality
This function module creates an info object with the KnowledgeWarehouseSAPgui front-end (online editing) in
INCLUDE DESTINATION OBJECT DOKU ID TX
It raises a dialog for specifying info object attributes by callingfunction 'INFO_OBJECT_IA_CREATE' locally or in respective KW system.
This function allows only creating info-objects with type 'TOPIC' and'STRUCTURE'.'IWB_TOPIC_IA_CREATE' 'IWB_STRUCT_OBJECT_IA_CREATE'

Example
CALL FUNCTION 'SIW_INFO_OBJECT_CREATE'
EXPORTING
AREA = AREA
FOLDER = FOLDER_ID
CLASS = DOCUMENT-CLASS
CREATE_MODE = 'FILE'
IMPORTING
INFO_OBJECT = INFO_OBJECT
ERROR_MSG = ERROR_MESS
ACTION = L_action
TABLES
CONTEXT = DOC_CONTEXT
INITIAL_PROPERTIES = DOC_PROPERTIES
BAD_PROPERTIES = BAD_PROPERTIES

Notes
If info-object belongs to DMS area and table 'INITIAL_PROPERTIES' isfilled, then these properties are considered asremote ones and are not checked.
Parameter 'CREATE_MODE' can have value 'TEMPLATE' or 'FILE' or 'NONE'.If this parameter is not specified, its value is obtained with the helpof function 'IW_C_LO_CLASS_CREATE_MODE_GET'.
Parameters 'AREA' and 'CLASS' could not be empty together. If parameter'AREA' is specified, then screen with a set of info-object classesappears for selecting a required one.
If parameter 'CLASS' is specified, then screen for creating Info-objectappears with a set of attributes which are specific for this class.
Parameter 'SUPPRESS_AUTHORITY_CHECK' equals 'C_YES' during creationinfo-objects.
INCLUDE ACTION OBJECT DOKU ID TX

Description
INCLUDE ACTION OBJECT DOKU ID TX

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX

Description
INCLUDE BAD_PROPERTIES OBJECT DOKU ID TX

Description
INCLUDE INITIAL_PROPERTIES OBJECT DOKU ID TX

Description
INCLUDE PROPERTIES OBJECT DOKU ID TX

Description
The set of Attribute's names for given objectswhich should be only displayed, but could not been edited.

Description
The set of Attribute's names for given objectswhich should not been edited. If Info-object is realeased, then onlyproperties of its LOIO can be returned, but they could not been edited.