cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of measuring Document through BAPI inside the method of the Proxy class defined

Former Member
0 Kudos


Hi All,

I have an requirement whereI need to create Measuring Document Inside methid of Proxcy Class created at PI config level. I have Found out 2 BAPI namely,

1. BAPI - will be used for creating measuring point

BAPI_MPID_CREATE


2:
BAPI -For Measuring Document

MEASUREM_DOCUM_RFC_SINGLE_00

Functional
location / sampling point will be maintained unique to each environment monitoring
type .

Please suggest How to Implement this and what parameters needs to be passed.

Thanks In Advance!!

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Sreenish,

Sorry, I haven't clear your requirement. You one (?) PI scenario, a ? - proxy one, and in the ECC receiver side you need to use two BAPIs in one proxy, isn't it?

First of all, you need to understand that BAPIs with an ECC functional responsible. He/She should point what data is mandatory or optional.

Later, you can create your 4 schemas, two for the outbound and two for the inbound and to up to PI. You generate your proxy in your ECC and to develop your ABAP program which convert the data from PI to calls to the BAPIs.

Check the receiver part in this wiki Step-by-step FTP to ABAP Proxy - Process Integration - SCN Wiki

for inbound ABAP proxy development.

Regards.