cancel
Showing results for 
Search instead for 
Did you mean: 

Table Interface

Former Member
0 Kudos

Hi

I created a model in the WEB necessary Application and to configure the

presentation of exceptions in a column in the format of icone.

I used the transaction SE24 to create a classroom and inserted the following

code in the tab method item CHARACTERISTIC_CELL :

data: l_url type string.

call method p_r_command->add( i_id = 'FILTER_IOBJNM'

i_value = I_IOBJNM ).

call method p_r_command->add( i_id = 'FILTER_VALUE'

i_value = I_CHAVL ).

l_url = get_url( p_r_command ).

I implemented in the HTML following sintax :

<P><object>

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="GET_ITEM"/>

<param name="NAME" value="TABLE_1"/>

<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>

<param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>

<param name="MODIFY_CLASS" value="ZSUBWCSS_MODIFY_TABLE"/>

ITEM: TABLE_1

</object></P>

When executing template presents the following message:

An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither

Dereferencing of the NULL reference.

I need help.

Kind Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Renato ,

if you could give the compete code for the characteristic cell , it would be helpful.

Also I would suggest first using a small change in characteristic cell first before chenging it further so that youi know for sure that it works properly.

Arun

P.S I suggest posting the same in the Business Explorer forum , you will get more replies...