cancel
Showing results for 
Search instead for 
Did you mean: 

User exit or BADI during Planned order to PR conversion in MD14

Former Member
0 Kudos

Hi,

Can I please know the user exit or BADI that can be used during Planned order to PR conversion in MD14 transaction.

Actually the requirement is to display warning message after entering the PR conversion quantity if it is not equal to rounding value maintained in material master.

Thank you in advance.

regards,

Basanagouda

Accepted Solutions (1)

Accepted Solutions (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You can find the BAdIs available on MRP on the following link:

Method CHANGE_BEFORE_SAVE_CONV of BAdI MD_PURREQ_CHANGE is called during the conversion and you can try to display a warning message, however, the documentation provides the following information:


Do not implement any dialog functions (popups and so on). Do not send any messages (error messages, warnings, and so on).

It means that triggering a warning message here is at your own risk.

Regards

Caetano

Former Member
0 Kudos

Hi Caetano,

Thank you for your response.

I tried with this BADI by putting breakpoint in the method CHANGE_BEFORE_SAVE_CONV as you told but when try to execute MD14 transaction it did not pass through the breakpoint.


Can I please know if any other suggestions.


regards,

Basanagouda

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

The break-point is not reached because the BAdI is called in update mode. That's also why you can't trigger an error message.

Take a look on the following note for the most common issues with the MRP BAdIs:

https://service.sap.com/sap/support/notes/2012620

Regards

Caetano

marianoc
Active Contributor
0 Kudos

Hello,

Have you activated the BADI?

If not, you will not be able to stop the program in the breakpoint.

Kind Regards,

Mariano

Former Member
0 Kudos

Hi All,

Thank you for sharing valuable information.

I used Implicit enhancement in form CHECK_REQUISITION_QUANTITY

so when ever enter the conversion quantity in MD14 transaction auto pop-up message comes up if conversion quantity not equal to the multiples of rounding value.

Issue solved.

Thank you.

regards,

Basanagouda

Answers (0)