2007 Feb 07 6:22 AM
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 .
2007 Feb 07 6:44 AM
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 .
2007 Feb 07 6:44 AM
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
2007 Feb 07 6:59 AM