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 Measuring points Update BAPI or FM

Former Member
0 Likes
4,154

Hi All.

I have to write a program that has to update the

target, lower range and upper range of an equipment's

measuring points.

I have all the data in a flat file (except the measuring points which have to be calculated internally).

Does anybody know of a BAPI or a FM to accomplish this?

Help will be greatly appreciated.

Hi All.

I have to write a program that has to update the

target, lower range and upper range of an equipment's

measuring points.

I have all the data in a flat file (except the measuring points which have to be calculated internally).

Does anybody know of a BAPI or a FM to accomplish this?

Help will be greatly appreciated.

5 REPLIES 5
Read only

sridhar_k1
Active Contributor
0 Likes
2,507

I think there's no bapi to update measuring points, write a program to upload data using transaction IK02.

You can get the measuring points from table IMPTT, using EQUI-OBJNR.

Regards

Sridhar

Read only

Former Member
0 Likes
2,507

Try this fm: MEASUREM_POINT_RFC_SINGLE_002

Regards,

Ravi

Read only

Former Member
2,507

Hi Ryno,

Have you looked FM TABLE_IMPTT_UPDATE?

Regards,

Ferry Lianto

Read only

0 Likes
2,507

I have created a Measurement Document based on a Measuring Point(Using RFC 'MEASUREM_DOCUM_RFC_SINGLE_001')

When I take a look at the list of Measurement Documents, the Order number is always blank.

Is there somewhere Or any RFC/Logic so as to update the new measurement document with an order?

That will really help. Thanks so much.

Read only

0 Likes
2,507

This FM is just wrapping a DB update on IMPTT, it's a start.
You might also want to create change pointers and you may want to have a look a FM 'IMPT_WRITE_DOCUMENT'