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

BDC screen resolution

Former Member
0 Likes
872

How to do screen resolution in BDC table control ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

so there so many threads for screen resolution check it

4 REPLIES 4
Read only

Former Member
0 Likes
640

so there so many threads for screen resolution check it

Read only

GauthamV
Active Contributor
0 Likes
639

hi,

u can handle bdc screen resolutions using ctu params structure.

reward if hlpful.

Read only

Former Member
0 Likes
639

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'.

Read only

Former Member
0 Likes
639

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