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

Former Member
0 Likes
837

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

7 REPLIES 7
Read only

Former Member
0 Likes
796

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

Read only

0 Likes
796

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 .

Read only

0 Likes
796

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

Read only

0 Likes
796

Hi ,

4 rows are coming by default in this trasaction and have to delete 4 th row .How should i do this in recoding

Read only

Former Member
0 Likes
796

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

Read only

0 Likes
796

hi

Iam sorry i thought of custom table control

Venki

Read only

Former Member
0 Likes
796

what is the screen number in which the table control is?