‎2009 Nov 02 2:30 PM
Hi,
I am working on TK11 to create conditions using BDC. This BDC is using table control.
I am uploading excel file and reading the records. For 1 header record there exist 34 item level records.
I tried to achieve this functionality using:
1. Looping at item level table. In loop all records are getting read but in BDC recording, only 19 records are updated and other remains blank.
2. Using page down. In this case as well only 19 records gets updated. Others remain blank.
3. Using scroll. Same results here as well.
In all these cases, scroll/ page down are not working. So, records visible in only initial screen i.e. 19 records are getting updated.
Please help me with this issues.
Thanks,
Archana
‎2009 Nov 02 9:21 PM
‎2010 Jan 21 9:00 AM
Hi,
Problem is solved. While doing the recording, select the option POSITION instead of pagedown. For any table control you have an option at the botton called POSITION, using which you can be able to locate a record the table control. These can be captured in the recording, which will ease your BDC for handling optios like pagedown.
Thansk,
Archana
‎2010 Jan 21 9:01 AM