‎2010 Feb 05 9:16 AM
Hi,
I am designing an ABAP screen with low screen resolution. But If I change it to high resolution, my abap screen got shrinked.?
Can I design ABAP screen independent of various screen resolutions.?
Thanks,
‎2010 Feb 05 9:37 AM
Hi,
We cannot change the screen resolution as it is purely related to GUI but if the requirement is in BDC,
then there is an option to maintain it in all the systems.
This can be done using the CTU_PARMS-DEFSIZE parameter.
This will maintain the default size of the screen in all the systems.
OPT is of type CTU_PARMS.
Then, CALL TRANSACTION TCODE OPTION OPT.
Hope it helps
Regards
Mansi
‎2010 Feb 05 10:01 AM
Hi,
Just put gv_opts-DEFSIZE = 'X'. Where gv_opts is of type CTU_PARAMS. It will handle screen resolution automatically.
Thanks
Nitesh