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 with Table control. how to handle the scrolling function?

Former Member
0 Likes
502

I have 20 records to be uploaded to table control using BDC. But the screen displayed shows only 10 rows and i have to scroll down to enter the 11th record onwards. but this job has to be done in the background. give me sugesstions on this isssue.

I have 20 records to be uploaded to table control using BDC. But the screen displayed shows only 10 rows and i have to scroll down to enter the 11th record onwards. but this job has to be done in the background. give me sugesstions on this isssue.

2 REPLIES 2
Read only

david_lees
Product and Topic Expert
Product and Topic Expert
0 Likes
457

Hi,

Take a look to see if there is any menu option for entering new entries or better still a goto item option. If these do exist then you should use these in the first instance to handle the paging. If they donu2019t exist then your solution very much depends upon whether the scrolling (P, P+ etc) has been explicitly coded. BDC is not recommended/cannot be used for all transactions and it may be that you have to look for an alternative method of entry e.g. alternative transaction, BAPI (or equivalent).

Regards, David

Read only

Former Member
0 Likes
457

Moderator message - Please search before asking - post locked

Rob