cancel
Showing results for 
Search instead for 
Did you mean: 

WEB application designer - Web items - How to create new

igor_bevk
Explorer
0 Kudos

Hi!

Is there a way to create new web item in web application designer, and <b>NOT</b> a copy of existing with different parameters (Web items located under Standard tab).

It would expand possibilities of web app. designer a lot!

Another question is, how to use BSP elements in BEX WEB reports (templates). Is this possible or not?

Thank you in advance!

Egi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

in principal you can write new web items but this is not supported by SAP as this is a modification.

You would inherit from a standard web item class (for example CL_RSR_WWW_ITEM_VIEW) and maintain tables rsrrenderer rsrrendereratr rsrrenderert and optionally rsrrendererdep

BSP itself can not be used, unless you include a BSP Application via Iframes in your Web template.

Heike

Former Member
0 Kudos

BSP tags CANNOT be used in the design of web reports.

If you create a new web item a new class should be implemented which will take care of the renedering of the new item... look at one of these existing class implementations 'CL_RSR_WWW_ITEM_GRID'.

Thanks.