cancel
Showing results for 
Search instead for 
Did you mean: 

About ABAP Client proxy

Former Member
0 Kudos

Hi Experts,

Through ABAP client proxy I am sending data to PI system, when i execute the calling program then it executes fine, but data is not going to PI system.

I couldn't find any message sent from R/3 in the SXMB_MONI (R/3 system).

R/3 to PI connection is fine.

Regards

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>when i execute the calling program then it executes fine, but data is not going to PI system.

the program executes fine but do you get any exceptions from the proxy call?

(in your program)

Regards,

Michal Krawczyk

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you all

Former Member
0 Kudos

I couldn't find any message sent from R/3 in the SXMB_MONI (R/3 system). -


> hope u r not checking in the R3 system for message !!!

Few of our shadow resources, they had similar kind of issue...they configured sender as business service....

so when they run the report program... it was not displayed in MONI..... the reason is agreements as sender business service.... as it cant find the proper receiver, and the proxy comes with Business system details...message wont be processed and cant see in MONI...

so just have look...have u configured like this?

Former Member
0 Kudos

May be debugging the abap report(which is calling proxy) will help you to know if the proxy call is happening at all correctly or is there any exception.

prateek
Active Contributor
0 Kudos

Check SM58 in R3.

Regards,

Prateek

Former Member
0 Kudos

Thank for your reply guys

Mickel,

No errors/eceptions are coming in the proxy code also.

Hi Prateek,

I don't have authorization to the SM58 in the R/3, could you please suggest any alternate solutions.

Hi Nair,

I debugged the code and its working fine.

My scenario is Asynchronous scenario.

Regards

Ramesh