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

Pick a row from table control using BDC

Former Member
0 Likes
540

I'm trying to maintain a revision record in transaction IWR1 using a BDC generated program. What I'm trying to do is go to IWR1, select an existing revision from the table control there, then assign a network number to the revision it and save, using BDC recording. The problem is, I can't seem to make the recording select the record I want (select by revision number). How do I do this?

1 REPLY 1
Read only

Former Member
0 Likes
319

I think you can do this by using the "position" function (OK code POSI).

Rob