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: 

Enhancement Point FOR CO11 is Required

Former Member
0 Kudos

I am trying to update some custome fields in AFKO table. As per requirement we need to update these fileds only once the production order is confirmed. I am using CONFPP05 and user exit EXIT_SAPLCORF_105. But found that when program control come to this point , order is not yet confirmed and there is no data in JEST table. So now I need some enhancement point which will get trigger just after the confirmation commit process. Please suggest.

3 REPLIES 3

Former Member
0 Kudos

CO11N using SE19. AT~SAVE Method. Activate the Enhancement.using BADI

WORKORDER_CONFIRM .

0 Kudos

I have tried to implement AT_SAVE method but when we ary trying to update AFKO table, it says Order is already locked by my id.

Since the confirmation process not complete yet, it is showing order is locked. But we need to update the order table.

0 Kudos

I have tried to implement AT_SAVE method but when we ary trying to update AFKO table, it says Order is already locked by my id.

Since the confirmation process not complete yet, it is showing order is locked. But we need to update the order table.