SAP Function RSO_START_GUI_REPOSITORY - BW Repository: Starts GUI for Repository

Parameter Reference Type Length Default Optional Text
I_AWB_TREE_MODE RSO_AWB_TREE_MODE C 20 X Display of Objects that Can Be Selected
I_AWB_VIEW_MODE RSO_AWB_VIEW_MODE C 1 X View of Data in Repository
I_COLLECT_GROUPING RSO_COLLECT_GROUPING N 3 X Grouping of Objects To Be Collected
I_COLLECT_MODE CHAR1 C 1 X Collect Automatically/Manually
I_SEARCH_LEVELS I I 4 9999 X Search Depth of Where-Used List
I_START_ACTV_AUTO RS_BOOL C 1 RS_C_FALSE X Start Content Installation Automatically
I_T_FILTER_LSYS RSO_T_TLOGO h 44 X Source System to be Found
I_T_OBJECT RSO_T_TLOGO h 44 X List of TLOGO Objects

Parameter Reference Type Length Text
E_DWB_VIEW RSAWBNVIEW C 1 View of the AWB (Modeling, Adminstration...)

Description
This parameter determines the display of objects that are displayed inthe left window when you make your selection.

Value range
The possible values are defined in the RSOC type group with the constantrsoc_c_awb_tree_mode.
Examples:
rsoc_c_awb_tree_mode-infocube: Display of InfoProviders in the InfoAreahierarchy.
rsoc_c_awb_tree_mode-type: Display according to object type.

Default
Initial: You use the value of the user from the last call.

Description
The view in the repository GUI specifies the context in which theobjects are displayed.

Value range
In the RSOC type group, the constants are defined byrsoc_c_awb_view_mode.
Examples:
rsoc_c_awb_view_mode-transport: The system collects and displays theactive versions of the objects, which can then be written to transportrequests.
rsoc_c_awb_view_mode-content_install: The system collects and displaysthe delivery version of the objects, which can then be transferred(installed and activated).

Default
Initial: You use the value of the user from the last call.

Description
This parameter sets how you collect other objects.

Value range
The constants are stored in the RSOC type group underrsoc_c_collect_grouping.
Examples:
rsoc_c_collect_grouping-required: The system only collects the objectsthat are required for activating.
rsoc_c_collect_grouping-receive_data: The system collects the objectsthat are required for activating, and those from which an object'receives data', in terms of the data flow in BI. For example, a queryreceives data from an InfoProvider. An InfoProvider from transformationsand if applicable, transformations from an InfoSource.

Default
Initial: You use the value of the user from the last call.

Description
Collect automatically or manually.

Value range
Constants in CL_RSO_GUI_REPOSITORY_TREE_COL:
P_C_COLLECT_AUTO automatically
P_C_COLLECT_MANU manually

Default
P_C_COLLECT_AUTO

Description
You can restrict the search depth by determining the use of objects.

Value range
1 - 9999.
1 means that the system only collects the objects that directly use theobjects specified in I_T_OBJECT.
For depth 2 the system also collects those objects determined from depth1, and so on.

Default
9999; The maximum depth currently available is about 10-20.

Description
If the parameter has value rs_c_true the installation of BusinessContent is started automatically in the dialog.
This is only the case if you have made the setting to install BusinessContent.

Value range
rs_c_true and rs_c_false from type pool RS.

Default
rs_c_false (space)

Description
In BI there are types that depend on the source system. DataSources andtheir transformations are such types. They cannot be directly deliveredby SAP as the concrete source system is only connected for the customer.Therefore SAP only delivers templates that can be installed upontransferring Business Content for the concrete source system.
However, the same Business Content is not available in every sourcesystem. Or the customer only wants to load data from a certain sourcesystem, although the DataSource is also available in other connectedsource systems.
You use this parameter to set the source systems for which concreteobjects are installed from the template.

Default
By default this list of source systems is empty.
In this case the system uses the settings saved for the user.
If the user has not selected a source system in BI, all connected sourcesystems are used.

Description
List of TLOGO objects for which the system collects associated objects.
If the list is empty, the system only displays the GUI. Otherwise thesystem would automatically start collecting the objects if automaticis set as the collection mode.

Value range
For more details on TLOGO objects, see the SAP transport systemdocumentation.

Default
Empty list.