Application Development 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: 

BDC a position in a table control

Wil_Wilstroth
Active Participant
0 Kudos

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

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Wil_Wilstroth
Active Participant
0 Kudos

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