Application Development 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: 

bdc screen resolution

Former Member
0 Kudos

can we set screen resolution in bdc?

thanx

subramanyam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

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