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

BADI implementation for CORK

Former Member
0 Likes
675

I need to do some enhancement inside transaction CORK.

In our project we used to do all dummy implementation in desktop sand box and finally we put it in Client's system.

Now I have created an implementation inside BADI WORKORDER_GOODSMVT and identified that method backflush is hitting transaction CORK. This thing is workin fine in SANDBOX.

The issue is - when I create the implementation in the same way inside WORKORDER_GOODSMVT and put break point inside BACKFLUSH, its not hitting the transaction code - CORK.

Why this Discrepancy is thr? Kindly help me on the same

Edited by: Nabanita Nandi on May 28, 2009 9:15 AM

1 ACCEPTED SOLUTION
Read only

shishupalreddy
Active Contributor
0 Likes
593

Please check the status It should be ACTIVE and avtivate the comlete Implemeted class from SE80 ...

I need to do some enhancement inside transaction CORK.

In our project we used to do all dummy implementation in desktop sand box and finally we put it in Client's system.

Now I have created an implementation inside BADI WORKORDER_GOODSMVT and identified that method backflush is hitting transaction CORK. This thing is workin fine in SANDBOX.

The issue is - when I create the implementation in the same way inside WORKORDER_GOODSMVT and put break point inside BACKFLUSH, its not hitting the transaction code - CORK.

Why this Discrepancy is thr? Kindly help me on the same

Edited by: Nabanita Nandi on May 28, 2009 9:15 AM

2 REPLIES 2
Read only

shishupalreddy
Active Contributor
0 Likes
594

Please check the status It should be ACTIVE and avtivate the comlete Implemeted class from SE80 ...

Read only

Former Member
0 Likes
593

everything is active in se80. still its not working. What cud be the other causes?

I have also implemented the sma ething in IDES server. It's working fine.

then it's nt working in client's system ?:(