cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Class Table Interface in Web Item

Former Member
0 Kudos

Hi Guru,

Iu2019m using the Abap Class to redefine the method which I want to change, (e.g. DATA_CELL) if I want to change the display of the data (e.g. fix width cells).

I create a new ABAP Class which inherit from Class CL_RSR_WWW_MODIFY_TABLE.

So, in SAP BW release 3.x, I add the following Row to the Coding of the Table item in my Web Template:

<object>

u2026..

<param name="MODIFY_CLASS" VALUE="MY_CLASS_NAME">. It works correctly.

u2026.

<object/>

Unfortunately, BI 7.0 does not support the table interface.

In Web Item BI 7.0 I try to write the same coding generated in BW 3.x but anyone correct result! (java script is different to html code!)

How it is possible to implement same code to fix width cells (in one or more Analysis_Item) in Web Template BI 7.0?

Thank you so much!

Alberto

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear all,

in

http://help.sap.com/saphelp_nw70/helpdata/EN/47/9f5e1acf9e3c5ce10000000a421937/frameset.htm

I found also Example of Column Width Module.

Now, It works properly!

Thank you very much.

Alberto

former_member184494
Active Contributor
0 Kudos

You might want to look at

where modifications using the JAVA API available for BI7.

Former Member
0 Kudos

Hi Alberto,

please check this link (Successor of Table Interface):

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f040a3c7-2937-2b10-b097-8549662a...

Regards

Erwin

Former Member
0 Kudos

Sorry, it's not possible in BI7.