‎2008 May 10 7:58 PM
‎2008 May 10 8:24 PM
‎2008 May 10 8:24 PM
‎2008 May 11 4:51 AM
hi,
u can handle bdc screen resolutions using ctu params structure.
reward if hlpful.
‎2008 May 12 11:35 AM
hi,
u can handle screen resolution in BDC by using CTUPARAMS structure, in u can find default-size. make this one as 'X'. ie. DEFAULT-SIZE = 'X'.
‎2008 May 12 11:45 AM
Hi Friend,
Use CTU_PARAMS.
Declare a work area with refernce to CTU_PARAMS . By using this u can set
DISMODE
DEFSIZE
UPDATE MODE
RACOMMIT etc ..
For screen default-size make wa_ctu_params-defsize = 'x'.
Reward if useful
Thanks
Jagadeesh.G