cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Mobile - Table not rendered with PIE Client

felix_dukek2
Explorer
0 Kudos

Hello experts,

I want to create a WebDynpro Mobile application.

In this application I have a table which is bound to three Context Attributes with the type String.

In a standard browser, that table is displayed correctly. But when I am using the PIE Client, I just get a strange table-like "thing" with one column and row, without a header title and a radiobutton in the one table cell.

Does anybody have an idea what is going wrong here?

Thanks in advance

Felix

Accepted Solutions (1)

Accepted Solutions (1)

felix_dukek2
Explorer
0 Kudos

Hello,

does nobody have an answer or any suggestions regarding this topic?

Regards

Felix

Former Member
0 Kudos

Refer this thread also. Similar question was earlier raised by me also..

Solution is at the last message of this thread.

Regards,

Gopal

felix_dukek2
Explorer
0 Kudos

Hi Gopal,

that solved my problem!

Thank you

Felix

Answers (2)

Answers (2)

siddharth_jain
Active Contributor
0 Kudos

Hi,

Mobile Webdynpro PIE Client Does not Fully Support Some UI Elements ,Thats Why Table is Not Rendered Properly.

I would Suggest first you should Check the specification Of mobile Webdynpro that what are the UI Elements which are Supported. And Then Raise a ticket to SAP.

Regards,

Siddharth

Former Member
0 Kudos

Hi Felix,

You have to do two things. Instead of GroupedColumn you have to use normal TableColumn in the table. You have to add all

columns in the table manually.

Second , in Mobile you have to pass sap-wd-client=PieClient as parameter in url.

Regards,

Gopal