cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for PM Notification on choosing Equipment

justin_santhanam
Active Contributor
0 Kudos

Dear All,

I apologize if this question has been asked earlier. I couldn't able to find, hence posting this question. I have requirement to populate a value on custom subscreen on the main notification page on choosing Functional Location.

For example, if you choose the Equipment, the Functional Location populates by default (provided the Equipment has the FLOC). In same way, I need to populate some values on my Custom subscreen. I know we could able to achieve this on Save, but the requirement to populate this field while on the screen when assigning either FLOC or Equipment.

Can anyone let me know if there are any user exits to achieve the same? Appreciate your inputs.

Thank you,

Justin.

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Justin,

I just tested what I proposed and it is working.

My custom screen is 0103 of SAPLIQS0 (QQMA0001), Yours also must be one among the screen exits of this exit QQMA0001.

I have put the following code in the PBO module and the system is working as per expectations.

Through this code, I am telling the system that when the Equipment number is '50000001', the custom field ZZDELAY needs to be filled with value '20.0', and it is happening.. Soon I changed the Equipment number, the value in the field gets blank, So you can achieve your requirement accordingly by suitable logic to select values for custom field depending upon the value of Technical object.

justin_santhanam
Active Contributor
0 Kudos

-Thank you so much. I have achieved the scenario using PBO.

Thanks @Maria Terence for your inputs.

I have one more question along the same concept. I'll open up a new thread.

Thank you again!    

Answers (2)

Answers (2)

jogeswararao_kavala
Active Contributor
0 Kudos

Justin,

There no user-exits for such requirement. But, this looks can be achieved through the present screen-exit itself through which you have created the custom screen-area. You need to put your code in the PBO module of the custom screen accordingly.

Regards

KJogeswaraRao

MTerence
Active Contributor
0 Kudos

Hi Justin,

I am not sure you are a abaper or not. This needs an abaper. Refer below link of SAP PM user exit.

PM-CS User Exits - ERP Operations - SCN Wiki

Regards

Terence