cancel
Showing results for 
Search instead for 
Did you mean: 

Maintenance Order not showing warning pop-up and not getting saved in PERSONAS

former_member374929
Active Participant
0 Kudos

We have created a Personas flavor of T code IW34 to create Maintenance Orders. It is working fine when the cost calculation is correct in the Order and Order is getting generated. But when the cost calculation issue is there, the system is not throwing a warning pop up of cost calculation and thus it is not generating the order as well.

In GUI, when cost calculation is there, it shows the warning pop up and we can skip this warning message and can still Save and generate the order number.

Can you please help here.

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

Asheesh Aswal

Can you please send a screenshot of this waning, and also include the message number.

.

And here's one of Tomas's previous posts that may be helpful:

https://answers.sap.com/questions/11260630/screen-personas-problem-with-error-handling.html

.

PeteA

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

That was for Personas 2.0... it's not applicable here.

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Try to run the whole process with Personas disabled, by adding &sap-personas-runmode=0 at the end of the URL. If the same happens, the issue has nothing to do with Personas.
If it does work correctly like this, then perhaps there is something in your flavor causing the different behavior. Difficult to say without knowing how the flavor was built.

Based on your description, my guess is that the flavor is not coded to handle a message correctly, and it may somehow suppress the warning popup., perhaps by hitting ENTER. Or, if it tries to save even when the popup is on the screen, that fails but the script exits the popup (so you won't see it), and remains in the transaction, without saving the document.