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

BAPI_PRODORDCONF_CREATE_TT

Former Member
0 Likes
1,329

Hi all,

I'm using the fm BAPI_PRODORDCONF_CREATE_TT to confirm an operation. In the confirmation I do a goodsmovent creating a new batch and it's works ok, but the problem is that although I've implemented the exit EXIT_SAPMM07M_004 to classify the batch automatically, the batch is not classified, but if I do the same via transaction CO11N the batch is classified automatically. Anyone knows how i can solve this problem?

Best regards,

2 REPLIES 2
Read only

Former Member
0 Likes
703

Hi All,

We also face the same issue, if anyone has a solution, please share it here.

The BAPI BAPI_PRODORDCONF_CREATE_TT is used within a RFC, and we have implemented the EXIT_SAPMM07M_03 and EXIT_SAPMM07M_04 exits, and also the BAdI VB_SLEDMANAGEMENT for recalculating the Shelf Life Expiry date.

The Exits and BAdI are NOT triggered from this BAPI, but works for CO11N transaction!!!

Thanks,

Prabhakaran TK

Read only

Former Member
0 Likes
703

Hi Llorens and Prabhakar,

This BAPI comes under the package CORU, so check for the enhancements that are avilable under this package.

Goto SE84 --> ENHANCEMENTS --> Customer Exits -->(Provide the package name here[CORU])

Regards

HM