Table control scrolling issue in BDC
Hi All,
When i was passing less number of records (say 5 records) to table control in BDC call transaction, everything is working fine. But when i was doing more number of records (say 50), i was getting an error - <b>Screen 0000 is too large for internal batch input area</b>
I thought that i am getting because of overflow in the table control, is it not?
i am using the code as below -
Call transaction 'ZZZZ'
using gt_bdcdata
options from lv_ctu
messages into gt_messages.
but i am not sure how to scrolldown the table control when all visible lines filledout. Can you please suggest me on this. Please dont post materials - i already gone through.
regards
jaya