‎2006 Oct 24 4:52 PM
Hi,
I am doing BDC for the Transaction FN1V which has table control.In this transaction Page up and Page down buttons are disabled so 'P' and 'P+' are not working for Table control .
The default size of the table control is 3 rows and
I have to upload 10 rows through BDC,so i am not able to upload .
Have anyone faced the similar situation...
Regards,
Karuna Kadapala
‎2006 Oct 24 4:56 PM
Hi Karuna,
Use the item to top button on the bottom of table control.
Press on this button and programmatically give row number on the popup screen and press enter.
The row number that you gave will come on top.
Start doing it from 1st row onwards and your code will work irrespective of user settings
Thanks
SDN powered
‎2006 Oct 24 5:14 PM
I dont have any 'item on top button' in this table control .
One more problem is i have 4 rows in the table control and i should delete the 4 th item and i am able to see only 3 items in the screen .
How to delete the 4 th item through BDC .
‎2006 Oct 24 5:18 PM
Hi kurna,
When there are only 3 rows that are visible what is the need of doing a page down or page up. You can record all the filling of the rows I guess if i understood your problem correctly.
Thanks
SDN powered
‎2006 Oct 24 5:22 PM
Hi ,
4 rows are coming by default in this trasaction and have to delete 4 th row .How should i do this in recoding
‎2006 Oct 24 5:30 PM
Hi Karuna,
if you ur are uploading 10 rows then just to ttributes of table control and increase the height.
i guess you can have 93 rows on screen for table control ,if you table starts from first line of screen.
but you only need ten rows that shouldnot be a problem
Thanks
VENKI
‎2006 Oct 24 5:31 PM
‎2006 Oct 24 5:35 PM