Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synactive GuiXT Mobile

Former Member
0 Likes
414

Hi to all,

I did a custom program that will be used on an Itermec handheld. This program is a light version of standard transaction VL02N, so the user has to select a row of a grid and then will be displayed all serial numbers of the selected row. The user can add, change and delete serials that are displayed on a grid. This program has to be used on an handheld with Synactive GuiXT Mobile (version 2.7.1) but the program dumps, I think because GuiXT Mobile does not support alv_grid.

So I did the same program using list with WRITE statements and this seems to work on handheld but the list with WRITE INPUT ON statement (because the user has to insert serials) does not work because the user sees the list not inputable but as if the list is disabled. Why do it happen? My version of Synactive GuiXT Mobile is obsolete? I have to set something on GuiXT Mobile?

Suggestions?

Thank you very much,

Antonio

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
333

Hi,

Instead of using ALV grid , try to use table control. (may be try to do display mode) it will work fine with Guixt Mobile. For making input you can make it fields for editable

No info on WRITE INPUT ON issue

aRs.