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 TXDescription 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. |