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

RF Z programs?

Former Member
0 Likes
397

All,

The issue is I have to create a simple custom program in WM and in Canada we use scanners with 1620 screen size and in Americas we use a screen size of 840.

My question is will it be necessary to create 2 different Z programs just because the screen size of the RF scanner is different?

Can i not make a setting in LRFMD to change the screen size based on the warehouse and user?

Regards

Kiran Yarlagadda

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
318

If you keep your elements in the screen within 8 rows and 20 characters, then both scanners can use the same program. If you do not want to do this, you could of course use two different screens within the module pool program and tie two seperate transactions codes to each screen. Then configure accordingly. The two screens can share the underlying logic. But again, if you can design your screen so that both screen sizes will work, then you only need one screen, and one program.

Regards,

Rich Heilman