cancel
Showing results for 
Search instead for 
Did you mean: 

Table Column "hAlign" property problem

Former Member
0 Kudos

Hi All,

I am trying to set the "hAlign" property for a TableColumn.

I have created a context attribute of type "com.sap.ide.webdynpro.uielementdefinitions.TableColumnHAlign"

This is needed to make the column values with different alignments.

But when i try to run the application and check it, it gives me the below error:

java.lang.IllegalArgumentException: Could not find UR equivalent for Web Dynpro enumeration value 'null'

Can you please help us out.

Regards,

Ramanath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<b>Hi Ramanath Rao

Check This URL and you may get solutions to your problem

Web Dynpro TableColumn API - IWDTableColumn

http://help.sap.com/saphelp_nw04/helpdata/en/25/1c57a1214c2d47a65cdde89483e9ae/frameset.htm

Web Dynpro MatrixData API - IWDMatrixData

http://help.sap.com/saphelp_nw04/helpdata/en/99/d9b63e1734e16fe10000000a114084/frameset.htm

Web Dynpro GridData API - IWDGridData

http://help.sap.com/saphelp_nw04/helpdata/en/f6/e1973d64d6910fe10000000a114084/frameset.htm

Regards

Chandran S</b>

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for all of them

Former Member
0 Kudos

Hi Ramanath,

u check it first cardinality values,check this link also

Regards,

vino

Former Member
0 Kudos

Hi,

I dont think this exception is because of the hAlign property of table column. Set the hAlign property to 'auto', and deploy it again. If you still get that exception, then the problem is some where else...

If you find the problem is at hAlign, then you might not have initialized the context attribute(which is of type com.sap.ide.webdynpro.uielementdefinitions.TableColumnHAlign). i.e. that context attribute may have 'null' value.

Regards,

Prabhakar.