‎2008 Jul 31 6:43 AM
Hi
how do we handle screen resolution in BDC can any one send me the sample code for the same.
fareed
‎2008 Jul 31 6:46 AM
use ctu_params structure pass the values def-size as 'x'..
call transaction <tcode> using bdcdata options from <ctu_params(defined structure)>
‎2008 Jul 31 6:46 AM
use ctu_params structure pass the values def-size as 'x'..
call transaction <tcode> using bdcdata options from <ctu_params(defined structure)>
‎2008 Jul 31 6:59 AM
Hi shaik,
In BDC we can handle the screen resolution by using the CTU_params structure in that we have to give def-size eq 'x'.
Regards,
jayan.
‎2008 Jul 31 7:04 AM