2007 May 30 4:50 PM
Hi,
in XK01 TCODE we have table control in screen no 130 for bank details. In that we don't have ant BNFPO field as in ME51 table control to scroll the items. Here we need to go for page-down. But it is not suggestable becoz when the screen resolution changes, the number of items that we are seeing now also changes. Then the page-down won't works. So, how to scroll it?
I heard that we have a structure CTU_PARAMS which can help us to set the screen resolution at default level. How to use that ?
Please let me know..
Thanks in advance.
Hi,
in XK01 TCODE we have table control in screen no 130 for bank details. In that we don't have ant BNFPO field as in ME51 table control to scroll the items. Here we need to go for page-down. But it is not suggestable becoz when the screen resolution changes, the number of items that we are seeing now also changes. Then the page-down won't works. So, how to scroll it?
I heard that we have a structure CTU_PARAMS which can help us to set the screen resolution at default level. How to use that ?
Please let me know..
Thanks in advance.
2007 May 30 4:59 PM
data: f_option type ctu_params,
f_option-updmode = 'S'.
f_option-defsize = 'X'.
f_option-dismode = 'N'.
call transaction 'XK01' using bdcdata options from f_option messages into bdcerror.
Reward Points if it is helpful
Thanks
Seshu
2007 May 30 5:15 PM
Hi
U should use the BI std to upload the vendor in your system: RFBIKR00
Max