SAP Function SIW_PROPS_VALUES_GET -

Parameter Reference Type Length Default Optional Text
AREA IW_AREA C 10 X Area
FOLDER_GROUP IW_GROUP C 15 X
GET_USER_NAME IWPARAMS-FLAG C 1 'X' X Single-Character Flag
INFO_OBJECT SDOKOBJECT u 42 X SDOK: BOR key for information object
LANGUAGE SYST-LANGU C 1 SY-LANGU X SAP R/3 System, Current Language
PROPERTY_NAME SDOKPROPTY-NAME C 25 Information object attribute
SUPPRESS_AUTHORITY_CHECK IWPARAMS-FLAG C 1 ' ' X

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

Parameter Reference Length Optional Text
CLASS IWCLASS 10 X KEN: Classes
PROPERTY_VALUES SDOKPROPTY 89 X SDOK: Object Attribute, Name and Feature
PROPERTY_VALUES_TXT IWPROPSTXT 153 X KEn: Attribute Values with Text

Functionality
This function module returns the possible values for an attribute in agiven document area in
INCLUDE DESTINATION OBJECT DOKU ID TX
To obtain the value of requested attribute the function module'IW_C_PROPS_VALUES_GET' is called for corresponding types of info-object(folder, LOIO and PHIO - they are defined by form 'DECIDE_FOR_IO')locally or in respective KW system.
Values and text decriptions for properties are obtained with the help offorms 'DATA_PROVIDE_REMOTE_AND_LOCAL' and 'TEXTS_GET_REMOTE_AND_LOCAL'.

Example
l_name = 'IWB_TYPE'.
CALL FUNCTION 'SIW_PROPS_VALUES_GET'
EXPORTING
PROPERTY_NAME = L_NAME
* AREA =
* LANGUAGE = SY-LANGU
* GET_USER_NAME = 'X'
INFO_OBJECT = L_IO
IMPORTING
ERROR_MSG = L_ERROR_MSG
TABLES
* CLASS =
PROPERTY_VALUES = LT_PROPERTY_VALUES
PROPERTY_VALUES_TXT = LT_PROPERTY_VALUES_TXT

Notes
Either parameter 'AREA' or or parameter 'INFO_OBJECT' or table 'CLASS'should be filled that this function module works. If parameter'INFO_OBJECT' is empty, then table 'CLASS' is used for determining classof info-object.
The parameter 'SUPPRESS_AUTHORITY_CHECK' always equals 'C_NO'.
The module 'IW_C_PROPS_VALUES_GET' has default application 'KM_KW_R3',and 'X' as default value for parameters 'ONLY_LOCAL_AREAS' and'GET_USER_NAME'.
For receiving values and desriptions for following properties'TMP_IWB_IND_REL', 'TMP_IWB_IO_CLASS', 'DOCUMENT_FORMAT','IWB_FOLDER_GROUP', 'LANGUAGE' (and 'IWB_ORIGINAL_LANGUAGE'),'DOCUMENT_SPACE', 'IWB_RESPONSIBLE' (and 'IWB_PHIO_FIRST_CREATED_BY','LAST_CHANGED_BY', 'CREATED_BY') there are own procedures inside ofmodule 'IW_C_PROPS_VALUES_GET'.

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX

Description
INCLUDE PROPERTIES OBJECT DOKU ID TX