cancel
Showing results for 
Search instead for 
Did you mean: 

Po message pop-up

Former Member
0 Kudos

Hi Experts,

For our businss, we hope to setup such logic in PO rule. When currency is CNY, then locaiton will be A, otherwise, Currency is USD, Locaiton will be B.

We tried to use BADI for this locaiton update. but we hope when locaiton is changed, it could give warning message, like Po standard message , on the status bar below. User don't need to click button to close it, just could see it. Then Po still could be saved.

But in BADI, doesn this function work? If it could pop warning message but on status bar, like Po will remind Deliveyr date may could not be met. User could just see it but no need click the button to close the message

Hope to get advice

Thanks

Alice

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you just need to see the Information Message if your Conditions are not met then you can make the messages as dialog mode only. so that no popup appears

Use the BADi - ME_PO_PROCESS_CUST

Use the Method Check for your requirement & in the Coding maintain the message as warning or information.

Thanks & Regards

Kishore

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Thanks a lot , Yes, the system message conditon can't meet our requirements, We need check po Currency and set its locaiton.

What do you mean a dialog message? Does user need click one button to close it? Now we could pop-up one message ,but user need click " ok" button to close it .

So if We run MRP to auto create Po, it will have problem,

Please advise

Thanks

Alice