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

Screen resolution

Former Member
0 Likes
420

Hi

how do we handle screen resolution in BDC can any one send me the sample code for the same.

fareed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

use ctu_params structure pass the values def-size as 'x'..

call transaction <tcode> using bdcdata options from <ctu_params(defined structure)>

3 REPLIES 3
Read only

Former Member
0 Likes
382

use ctu_params structure pass the values def-size as 'x'..

call transaction <tcode> using bdcdata options from <ctu_params(defined structure)>

Read only

Former Member
0 Likes
381

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.

Read only

Former Member
0 Likes
381

Hi Shaik,

Check this thread, for sample code.

Regards,

Chandra Sekhar