Application Development 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: 

How To Find out a BAPI for creating measurement document creation

Former Member
0 Kudos

1)How To Find out a BAPI for creating measurement document creation ( for T-Code IK11)- plant maintainence module.

2) Which are the BAPIs associated with creation of measurment documents creation(T-Code IK11) in PM.

Regards,

Murali

10 REPLIES 10

Former Member
0 Kudos

Hi Muralikrishna,

You can use RFC MEASUREM_DOCUM_RFC_SINGLE_001 to create measurement documents.

BAPIs:

BAPI_MPID_CREATE

BAPI_MP_DATED_CREATE

Hope this will help you.

Regards,

Nitin.

0 Kudos

U can use one of the following

WTY09_CREATE_MEAS_DOC

ALM_MEREP_040_CREATE

ALM_ME_TOB_MEASRMNT_DOC_CREATE

MAM25_040_CREATE

MAM30_040_CREATE

Former Member
0 Kudos

try to use FM : /ISDFPS/PM_MEAS_POS_CREATE

Former Member
0 Kudos

Hi,

GET_MEASURING_DOCUMENTS

Thanks

Parvathi

Former Member
0 Kudos

hi

first find package of t/code by clicking in status like

Run the t/code

go in system -. status -> double click on program screen -> goto -> attributes -> read the package

run se80 -> select package -> give the package -. enter

You'll find the enhancements

Regards

Shashi

Former Member
0 Kudos

To find BAPI for any tcode, refer the following code:

https://forums.sdn.sap.com/thread.jspa?messageID=6590467

Regards,

Nitin.

viquar_iqbal
Active Contributor
0 Kudos

Hi

I couldnt find any BAPI with the transaction Ik11

but you can use this FM to create

MEASUREM_ENTRYLIST_CREATE

Former Member
0 Kudos

Resolved! Thanks.

Former Member
0 Kudos

could you please set the code that you use to create a measurement document .

also i need a bapi to get the last reading and the difference between it and current without create only simulate .

thanks

Former Member
0 Kudos

Dear collegues!

I want to find BAPI_MPID_CREATE  (create measurement point) using the algorithm reported above.

In transaction IK01 I have found the component (PM-EQM-SF-MPC). But in BAPI explorer I can't find this component.

How can I find this component?

Thanks to all.