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 a position in a table control

Wil_Wilstroth
Active Participant
0 Likes
535

Hi all,

I need to BDC a line item i.e. update a field in a TABLE CONTROL.

Currently, my solution is to look for that line item from a transparent table and get its position BUT... during BDC, the position doesn't match the item's position in the TABLE CONTROL...

Is there a way to get a particular line item in a TABLE CONTROL during BDC session?

Thanks,

William Wilstroth

William Wilstroth
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

Hi,

Check if you have a item position in the table control you are trying to update. If one is there then you can key in the item and that item will be the first item in table control.

Or else you can look for BAPI to update the data thus you need not worry about positioning

Hi all,

I need to BDC a line item i.e. update a field in a TABLE CONTROL.

Currently, my solution is to look for that line item from a transparent table and get its position BUT... during BDC, the position doesn't match the item's position in the TABLE CONTROL...

Is there a way to get a particular line item in a TABLE CONTROL during BDC session?

Thanks,

William Wilstroth

2 REPLIES 2
Read only

Former Member
0 Likes
474

Hi,

Check if you have a item position in the table control you are trying to update. If one is there then you can key in the item and that item will be the first item in table control.

Or else you can look for BAPI to update the data thus you need not worry about positioning

Read only

Wil_Wilstroth
Active Participant
0 Likes
473

I solved this... to update a standard screen's table...i need to use the screen's button position to find line item... from there i

William Wilstroth