Entering content frame

Object documentation Object Tag for Web Items Locate the document in its SAP Library structure

Definition

Object tag for creating a Web item.

Use

The attributes that you need for creating a Web item are available in the Web Application Designer. You can add additional attributes to adjust the size at a later point, or to set a title, for example.

Note

The parameter ‘CMD’ has to be filled with ‘GET_ITEM’ to indicate that you are creating a Web item.

Example

Creating a Web Item

<object>

   <param name=’OWNER’ value=’SAP_BW’>
   <param name=’CMD’ value=’GET_ITEM’>
   <param name='ITEM' value='NavBlock'>
   <param name='ITEM_ID' value='NAVBLOCK'>
   <param name='DATA_PROVIDER' value='View1 >

   ITEM :Nav Block

</object>

Creating a Web item with height 400 pixels, width 500 pixels, and the title “Business Graphic”

<object WIDTH=’400’ HEIGHT=’500’>

   <param name=’OWNER’ value=’SAP_BW’>
   <param name=’CMD’ value=’GET_ITEM’>
   <param name='ITEM' value='Chart1'>
   <param name='ITEM_ID' value='PIECHART'>
   <param name='DATA_PROVIDER' value='View1 >
   <param name=’GENERATE_CAPTION’ value=’X’>
   <param name='CAPTION' value='Business Grafik'>
   ITEM :Chart 1

</object>

 

 

Leaving content frame