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

Unable to Trigger the Message

Former Member
0 Likes
360

Hello,

I have a Requirement to trigger Quality Notification from 3 different Transactions. MB1B, MB1C & When we do the Goods Issue from the delivery, VL02N. Now, the QN is getting triggered fine and I am also showing a Popup Message TYPE I saying that QN Number xxxx for Material xxx is Saved.

The issue is that the Popup is being shown when being processed from MB1C & MB1B but when I create a Returns Order & Subsequent Delivery and do the Goods Issue, the QN Number gets generated but I am unable to see an Information saying that QN Number is Created for Material xxx.

I am using a BADI MB_DOCUMENT_BADI for which I've created an Implementation in which I've written all my code in the Method MB_DOCUMENT_BEFORE_UPDATE. Please help me in this regard as to why the Message doesn't trigger when it is processed from the Delivery.

Thanks and Regards,

Venkata Phani Prasad Konduri

Hello,

I have a Requirement to trigger Quality Notification from 3 different Transactions. MB1B, MB1C & When we do the Goods Issue from the delivery, VL02N. Now, the QN is getting triggered fine and I am also showing a Popup Message TYPE I saying that QN Number xxxx for Material xxx is Saved.

The issue is that the Popup is being shown when being processed from MB1C & MB1B but when I create a Returns Order & Subsequent Delivery and do the Goods Issue, the QN Number gets generated but I am unable to see an Information saying that QN Number is Created for Material xxx.

I am using a BADI MB_DOCUMENT_BADI for which I've created an Implementation in which I've written all my code in the Method MB_DOCUMENT_BEFORE_UPDATE. Please help me in this regard as to why the Message doesn't trigger when it is processed from the Delivery.

Thanks and Regards,

Venkata Phani Prasad Konduri

2 REPLIES 2
Read only

Former Member
0 Likes
339

Read only

Former Member
0 Likes
339

issue is resolved by placing the Code in the BADI implementation while doing PGR.

Thanks and Regards,

Venkata Phani Prasad K