Start of Content Area

Procedure documentation Defining an iView as a Drag&Relate Source Locate the document in its SAP Library structure

Use

An iView with a BEx Web Application is a Drag&Relate source when the Web application describes Drag&Relate links with the symbol This graphic is explained in the accompanying text. The symbol This graphic is explained in the accompanying text is used to run various Drag&Relate Scenarios.

Procedure

The respective application is responsible for displaying the Drag&Relate links. You have the following options for activating the generation of Drag&Relate links for BEx Web Applications.

Portal Content Studio

       1.      Open the iView with the BEx Web Application in the Portal Content Studio.

       2.      Add the parameter &show_dr_links=X to the Report property or Application Parameter.

BEx Web Application Designer

...

       1.      Open the Web template of the BEx Web Application using the BEx Web Application Designer.

       2.      Change to the HTML view.

       3.      Add the following parameter in the object tag of the Data Provider. With multiple data providers, you have to add the parameters for all the desired data providers.

<object> ...

         <param name="SHOW_DR_LINKS" value="X"/>

... </object>

BEx Query Designer

...

       1.      Open the query that is to be used in the BEx Web Application using the BEx Query Designer.

       2.      In the Query Designer toolbar, choose This graphic is explained in the accompanying text Query Properties..

       3.      In the Properties of the Query on the Display  tab page, enable the option Display Drag&Relate Links.

For more information about activating Drag&Relate links in SAP Transactions, see Structure linkActivating Link Generation for SAP GUI for HTML.

Result

Using the Drag&Relate link that is represented by the symbol This graphic is explained in the accompanying text, you can perform Drag&Relate operations.

 

End of Content Area