cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro - Problems to set the full width to tables in the BlackBerry

Former Member
0 Kudos

Hi Experts,

I developed an web dynpro application (NW 7.0 SP14) to run in the BlackBerry, but I could not to set the full width of the BlackBerry screen. The table has one column and the column's text is breaking in two lines.

How can I set the full width to tables in the BlackBerry? The SAP documentation says the property "width" is ignored to BlackBerry.

Thanks,

Daniel Arakawa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

The blackberry doesnt support a table with property "Grouped column" for its columns.

Please try the following to display table in BlackBerry.

1. Insert a table child ui element to your view.

2. In the context menu of your table ui element, choose "Insert Column". Add as many columns to the table as you need.

3. Now in the context menu of each column element, choose "Insert TableCellEditor - Text View".

4. Now for each column element, do the context binding.

Hope this solves your problem.

Regards,

Manohar

Edited by: Gouri Manohar Gadhamsetty on Jan 16, 2009 2:48 PM

Edited by: Gouri Manohar Gadhamsetty on Jan 16, 2009 2:57 PM

Edited by: Gouri Manohar Gadhamsetty on Jan 16, 2009 6:00 PM

Former Member
0 Kudos

Hi Manohar,

I'd already done these steps and the table data is fine. The problem is only with the width in the BlackBerry. If I change the width for example to 100%, in the browser of desktop it's showed correct. But the property "width" is ignored to BlackBerry.

See the picture below:

http://danielkenji.fotoblog.uol.com.br/images/photo20090116112943.jpg

Thanks,

Daniel Kenji

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Daniel,

In BlackBerry devices if users view content in Column View, the BlackBerry Browser ignores table layout, and instead renders tables vertically with each cell on its own line. As a result, if

you include tables, you may be requiring to change the content view.

Former Member
0 Kudos

Thanks Aishwarya!

I can insert more columns to adjust my table in the blackberry.

Regards,

Daniel Arakawa

Former Member
0 Kudos

Hi Manohar,

I'd already done these steps and the table data is fine. The problem is only with the width in the BlackBerry. If I change the width for example to 100%, in the browser of desktop it's showed correct. But the property "width" is ignored to BlackBerry.

See the picture below:

[http://danielkenji.fotoblog.uol.com.br/images/photo20090116112943.jpg]

Thanks,

Daniel Kenji

Former Member
0 Kudos

Hi Daniel,

Similar kind of problem solution is described in this thread.Please refer it.

Regards,

Sri.

Edited by: Srikanth Thatipally on Jan 16, 2009 2:56 PM