2009 Oct 20 12:21 PM
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.
2009 Oct 20 1:12 PM
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
2009 Oct 20 2:21 PM
Moderator message - Please search before asking - post locked
Rob