cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Doubt about how to modify standard screen in SAP MES (SAP ME / MII)

0 Likes
1,645

Hi, the first thing to indicate that I am new to SAP ME / MII. I have a question about SAP ME / MII:

I have created an operation POD in SAP MII, where there is a list of buttons to do operations with the parts

If I click on the pause button, a popup opens with information about the piece:

I want to be able to modify this new window, so that the time that appears in the Elapsed Time field (not editable) also appears in the Serial Time field (editable).

If we go to SAP ME and the maintenance of the pod, we have the actions associated with that button. If we access one of them we see that this is a standard "Plug-in WPMF" activity.

My question is if I can access the code for this activity and this screen and modify it to make the changes I need, is it possible? If so, how could you do it? Can this be modified in SAP HANNA or in SAP ME or SAP MII? Or do I have to do it with the SAP ME SDK (NWDS) connected to the NWDI, and there I download the code for this "WPMF Plug-in" and modify it? If so, what component is it? I'm a little lost because I can't find the way to start...

thanks in advance,

regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

It is not possible or recommended to modify standard activities like this. It is possible to create a new screen in MII that replicates this functionality, but it is very complex. Typically you'd do this if you wanted completely new functionality or to make significant changes to behavior.

0 Likes

ok, thanks for your comment. In the case that I wanted to replicate the behavior to modify the standard, how could I do it? thanks, regards

As I said, it's quite complex. You'll need to learn MII, specifically BLS transactions, UI5, and javascript. I can tell you from experience that you'll either need to take several classes for these technologies or work with a contractor to build it for you. If you choose to do it yourself, you should expect the learning curve and actual work to take many months. Not for the faint of heart.

0 Likes

ok, thanks Barry for your answers.

0 Likes

Can someone guide me???