cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound Abap proxy (ECC -> PI) : Get generated Message ID ?

Former Member
0 Kudos

Hi,

I did an abap proxy in order to send data from ECC to PI, and I have a litle question.

After instruction "CALL METHOD myServiceInterface-myOperation"... is there a way to get / catch the Message ID (e.g E0AC97FC-1F69-78F1-AA9C-005056B30E73) which is created in SXMB_MONI of ECC ?

If yes, that should be great, as I will be able:

- to control its status (green/red/grey/successful flag)

- to precise that in my report... and so with a double-clic to open SXMB_MONI directly on this message...

Have you already did that ? (for an outbound abap proxy !)

Thanks.

Mickael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Autumn cleaning... of my previous questions...

links were the goods ones. when I will have time, I will create a blog.

cheers

Mickael

Former Member
0 Kudos

hi,

maybe I found something with abap proxy PROTOCOL.

http://help.sap.com/saphelp_nw70/helpdata/en/51/d5cd16235e4643ae8ec92395c4ad97/content.htm

http://help.sap.com/saphelp_nw70/helpdata/en/2a/a4033eec2bc452e10000000a114084/content.htm

I will try that tomorrow... but if you have feedback...

Regards.

Mickael