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

Need a Function Module for mass activation/inactivation of Measuring Point in SAP

SAPSupport
Employee
Employee
0 Likes
409

Measuring Point can be marked active/inactive individually using tcode IK02> Measuring Point> Functions> Activate/Inactivate.
But for doing it for multiple measuring points at once in bulk- a function module is needed.
Need help in that regard.

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

You can use transaction IK08 to deactivate multiple measuring points. Select multiple lines from the output list then use menu path 'Goto - Functions - Activate<>Inactivate - Deactivate'

There is a non-released function TABLE_IMPTT_UPDATE that could be incorporate into a custom utility program to activate/deactivate measuring points / counters.
Set INHB_MP_BI-POINT and IMPTT_UPD-POINT to the measuring point
Set IMPTT_UPD-POINT-INACT to X to deactivate the measuring point or ' ' space to activate

 

Answers (0)