Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PM FUNCTION MODULE TO CREATE/read MEASURE DOCUMENT

Former Member
0 Likes
3,521

Hello Community,

i need a function module to create a measure point for a PM notification ?

Would you have any idea ?

Would you also have an idea how to read measure point for a PM notification? I need that in one of the action box in iw21 and therefore buffered data can also be usefull

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
1,580

Hi Stephan,

             The FM 'MEASUREM_DOCUM_RFC_SINGLE_001' is used.

For Reference creating a measure point for a PM notification.

Regards,

Surya.

Read only

former_member235395
Contributor
0 Likes
1,580

Hi Stephan,

For Read, you can use this FM: "MEASUREM_DOCUM_RFC_SINGLE_002"

For create, you can use this FM: "MEASUREM_ENTRYLIST_CREATE"

Regards.

Read only

Pardhasaradhi_Reddy_Chelikam
Active Contributor
0 Likes
1,580

Dear,

When Measurement reading are captured in SAP, a Measurement document is posted.

Enhancement IMRC0001 is triggered when we post a measurement document.

IMRC0001 : EXIT_SAPLIMR0_001

In my business i used this to trigger the Notification at the time of Measuring document posting based on the measured value with respect to target value.

Regards,

Pardhu