SAP Function SIW_INFO_OBJECT_QUERY -

Parameter Reference Type Length Default Optional Text
AREA IWBAREA-AREA C 10
MULTI_SELECT IWPARAMS-FLAG C 1 SPACE X
NO_CONTEXT_CHANGE IWDIALOG-MARK_COL C 1 'X' X Checkbox
WITH_DIALOG IWPARAMS-FLAG C 1 'X' X

Parameter Reference Type Length Text
ACTION SYST-UCOMM C 70
ERROR_MSG IWERRORMSG u 224

Parameter Reference Length Optional Text
CONTEXT SDOKPROPTY 89
INFO_OBJECTS SDOKOBJECT 42
PROPERTIES SDOKPROPTL 131 X
QUERY SDOKQUPROP 156
REQUESTED_PROPERTIES SDOKPROPTN 25 X
VALID_INFO_CLASSES IWCLASS 10 X

Functionality
This function finds info objects with attribute search in
INCLUDE DESTINATION OBJECT DOKU ID TX
If the parameter 'WITH_DIALOG' equals 'X', the system starts thefunction 'INFO_OBJECT_IA_QUERY' locally or in respective KW system. Ifthe parameter 'WITH_DIALOG' equals 'space', the system calls thefunction 'INFO_OBJECT_QUERY' locally or in respective KW system and, inthis case, the table 'QUERY' should be filled before.
In turn, the function 'INFO_OBJECT_IA_QUERY' calls the function'IO_D_QUERY' to organize the query with selection screen in dependenceon class and area of Info-object, after that the function'INFO_OBJECT_QUERY' to process the query, and then the function'INFO_OBJECTS_DISPLAY_LIST' to display list of found info-objects.

Notes
Parameter 'SUPPRESS_AUTHORITY_CHECK' for internal modules are always setin 'C_NO'.
If input parameter 'AREA' is not fullfilled, then thesystem receives it from the form 'GET_AREA' locally and, only, afterthat, checks the destination.
If the table 'REQUESTED_PROPERTIES' isfilled, then system returns values only for properties from this tablefor all found Info-Objects, when the module starts w/o dialog.
If parameter 'MULTI_SELECT' is filled (default value = 'SPACE'), thenuser can select several objects from the next pop-up.
If parameter 'NO_CONTEXT_CHANGE' is filled (default value = 'X'), thencontext parameters, especialy release of info-object, could not beenchanged on the search pop-up. If system takes wrong context - nopossibility to change it!!!
Parameters 'MULTI_SELECT' and 'NO_CONTEXT_CHANGE' are important, if themodule start with dialog.
If query is specified in LOWER case, the system will look forinfo-objects in UPPER case too, other way currently does not work.
INCLUDE ACTION OBJECT DOKU ID TX

Description
INCLUDE ACTION OBJECT DOKU ID TX

Description
INCLUDE ERROR_MSG OBJECT DOKU ID TX

Description
This flag allows to perform multi-selection from the next pop-up.

Description
The table contains the whole set of attributes forfound Info-objects and these objects themself or only requested ones.