‎2009 Jul 27 3:47 PM
Hi,
I am working on some custome RF transactions. Here I need to handle my screen size according the device they use, it could be 8X40 or 16X20. I need to handle it dynamically. If any one came across such requirement, plz...guid me.
Venkat.
‎2009 Jul 27 3:56 PM
you need to create two screen for each size.(8x40) and (16x20).
from table LRF_WKQU
you can select the warehouse number and screen format based on username and statu equal to X.
for example.
if lrf_wkqu-devty = c_size1.(16x20)
call screen 50.
elseif lrf_wkqu-devty = c_size2.(8x40)
call screen 1050.
endif.
‎2009 Jul 27 3:56 PM
you need to create two screen for each size.(8x40) and (16x20).
from table LRF_WKQU
you can select the warehouse number and screen format based on username and statu equal to X.
for example.
if lrf_wkqu-devty = c_size1.(16x20)
call screen 50.
elseif lrf_wkqu-devty = c_size2.(8x40)
call screen 1050.
endif.