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 for QE17.

Former Member
0 Kudos
154

I am creating a BDC for the transaction QE17 for result recording of MIC's for the Operations. In the first screen we give the Inspection lot number and its operation. The second screen gives all the MIC's for that particular operation in an editable table control with one column to enter the result text.

We can enter the result text for a particular MIC and then save it (OK Code is '=BU' ). When we click on save the transaction gets completed. We also have an option to select and lock a particular MIC for editing (OK Code is '=AUBL') after we enter the result text.(This is an optional thing and not mandatory).This you can do with each row or all the rows selected together.

My problem is with locking the row.Since the Locking comes first and then it is followed with save I have coded it accordingly. But when I am running the BDC in all screen mode the OK code for the lock ('=AUBL') never appears at all and directly the OK code for save (=BU') is displayed. I have tried adding some dummy code like enter between the locking and save operation and even these do not get displayed. But if I comment the Save operation('=BU') then the lock operation is displayed and it also locks the rows. But the BDC stops on that screen. The transaction as I have said do not get completed without the save operation.

Need some help desperately.

1 REPLY 1

Former Member
0 Kudos
92

See note 91757.

Rob