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 XK01

Former Member
0 Likes
441

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.

2 REPLIES 2
Read only

Former Member
0 Likes
402

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

Read only

Former Member
0 Likes
402

Hi

U should use the BI std to upload the vendor in your system: RFBIKR00

Max