Show TOC Start of Content Area

Procedure documentation Creating Object Views  Locate the document in its SAP Library structure

Use

You can integrate business objects into the Guided Procedures framework by exposing them as callable object parameters. To do that, you must create an object view, and then define it as a parameter of type Reference to BO.

You can define object views for security principals, such as users, groups, or roles.

the following object types:

Procedure

...

       1.      Open the gallery, and choose Create Object View from the contextual panel.

       2.      Enter the required basic data as follows:

Parameter

Description

Name

Enter an arbitrary name for the object view. You are not required to use a unique name.

Description

Enter a brief description describing the functions of the referenced object, for example.

Original Language

Select the language of the object from the dropdown list.

Folder

Select the folder where the object view is stored.

 

       3.      Choose Next to open the Select Repository screen.

                            a.      Select Principal Provider from the dropdown list.

                            b.      Choose Next to open the Select Object screen.

Select Group, User, or Role to define the object type, for which you are creating a view.

       4.      Choose Next to open the Define Attributes screen.

To define the object attributes that are displayed at runtime, select an attribute from the Available Attributes table, and use Add to add it to the Selected Attributes table.

       5.      Choose Next to open the Define Views screen.

For each attribute, define the view(s) where the attribute is available.

       6.      Choose Finish and Open to open the design time of the object view.

       7.      To activate it, choose Activate Object View from the contextual panel.

End of Content Area