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 in va01

former_member632991
Active Contributor
0 Likes
707

Hi All,

i am facing a problem in va01 bdc.

The no. of lines that are visible depends upon the screen resolution .

i am using ctu_params but its not working

f_option-updmode = 'S'.

f_option-defsize = '1'.

f_option-dismode = 'E'.

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

in defsize i think we specify the no. of lines to be populated .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
633

No

f_option-defsize = 'X' or . f_option-defsize = '' then it will take Default size of that TC.

<b>U closed the Thread , but no points assigned ,why ?</b>

regards

Prabhu

Message was edited by:

Prabhu Peram

Hi All,

i am facing a problem in va01 bdc.

The no. of lines that are visible depends upon the screen resolution .

i am using ctu_params but its not working

f_option-updmode = 'S'.

f_option-defsize = '1'.

f_option-dismode = 'E'.

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

in defsize i think we specify the no. of lines to be populated .

2 REPLIES 2
Read only

Former Member
0 Likes
634

No

f_option-defsize = 'X' or . f_option-defsize = '' then it will take Default size of that TC.

<b>U closed the Thread , but no points assigned ,why ?</b>

regards

Prabhu

Message was edited by:

Prabhu Peram

Read only

0 Likes
633

Hi Prabhu

thnx a lot