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
352

can we set screen resolution in bdc?

thanx

subramanyam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
325

Yes ,

See below code :

data: f_option type ctu_params,

f_option-updmode = 'S'.

f_option-defsize = 'X'.

f_option-dismode = 'N'.

call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.

Reward points if it is helpful

Thanks

Seshu

1 REPLY 1
Read only

Former Member
0 Likes
326

Yes ,

See below code :

data: f_option type ctu_params,

f_option-updmode = 'S'.

f_option-defsize = 'X'.

f_option-dismode = 'N'.

call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.

Reward points if it is helpful

Thanks

Seshu