cancel
Showing results for 
Search instead for 
Did you mean: 

ITS HTML Table view issue

Former Member
0 Kudos

Hi All,

I am working in Barcode implementing in PDA. I successfully created ITS services and test the simple HTML template. When I use Table control in Screen Painter and convert it to HTML template, an warning appear that Table control not supported. My requirement is to use Table control in PDA.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Hi Syed,

yes this is correct.

Recommendation would be to use the ALV Grid instead if possible.

See the note

1668784  ITSmobile: new features for ALV Grid

Regards,

Oisin

Former Member
0 Kudos

Thanks Onidh,

When I go through this note then let you know.

regards,

Former Member
0 Kudos

Hi Syed,

it is like Onidh told: TableControl are not supported in ITS. Instead of using an ALV GRID you can use the old technique of steploop. This looks like a normal html table. The implementation is similar to the TableControl.

I've done this for itsmobile too.

If your table exceeds 200 lines (the maximum lines definition on a dynpro for a table) you should uses RFC transport to put the data to the screen.

In case of itsmobile it seems not usable to see more the 200 Lines. Therefore you have to implement a scrolling logic.

Best regards

Thorsten

Answers (0)