cancel
Showing results for 
Search instead for 
Did you mean: 

POP Up Required for Preventive Maintenance

former_member223813
Contributor
0 Kudos

Hi Guys,

I have a requirement where we have monthly cycles for an vehicle lets say 1M ,3 M etc now user wants to have a pop up saying that how many kilometers is entered and how many kilometres left for doing a PM on it and what Task list or Operations need to be Done.

This all is required as a pop up while working with Preventive  orders.

I thought of giving warranty type of POP up ,but how to give what steps required for it.

Any suggestions.

Thanks & Regards

MZI

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

MZI,

You could put a button on the Enhancement tab (user-exit IWO10018) and when the user presses this button a popup is issued with the required data.

A similar thing could be achieved via the services-for-object functionality.

PeteA

former_member223813
Contributor
0 Kudos

Thanks Guys,

for ehancement tab i am already using it for my customs fields and user is interested i POP -Up only and as per discussion with him he wants in pop-up the KM reading left and what task need to be Done.

As far exit at save event can be tried ...

But i was curious if thewarranty exit can be used anyway in this?BG0002?

peter_atkin
Active Contributor
0 Kudos

It depends on when you want this popup to be displayed e.g. when opening an order, when saving an order, when pressing a button...

Personally, I wouldn't use the object info user-exits..

PeteA

former_member223813
Contributor
0 Kudos

It would be better if the pop up comes when he enters the order ,that way will serve the purpose better before working on order he would have an idea of KM left and if nearby he can add those operations as well which is required if KM is reached.

peter_atkin
Active Contributor
0 Kudos

Mohammed Iqbal,

You will either need to mis-use a user-exit/BADI, or investigate the Enhacement Framework options.

As you mention, you could mis-use the Object Info user-exits (BG*), or IWO10031.

Either way you should talk to your ABAP Team.

Bear in mind that you don't want this popup to appear in background-mode (e.g. mass changes, order creation from plan, etc).

PeteA

former_member223813
Contributor
0 Kudos

HI Guys ,

Thanks for your help,developed a popup using BG00002 Exit and the requirement is fulfilled now.

Answers (1)

Answers (1)

rakesh_mane
Active Contributor
0 Kudos

Hello

Please use the User exit IWO10009 PM Order: Customer Check for 'Save' Event

When user working on preventive work order it will have Maintenance Plan number from which it was generated at save event of this work order (User Exit IWO10009) it will call this user exit and write code in such way that it will gave you pop up by Looking up to this Maintenance plan and its details

Br

Rakesh