cancel
Showing results for 
Search instead for 
Did you mean: 

Need urgent help on Inbound proxy

Former Member
0 Kudos

Dear Expert,

I have a JDBC to Proxy Scenario.

Everything is done from Pi side. Message is also showing in SXMB_MONI in Target ECC.

But the problem is data is not updating the backend Ecc Table(standard table TEVEN for infotype) automatically.

If we tset proxy in SPROXY through uploading inbound XML file then data is updating.

we cant find the solution.

Please suggest whether we are missing to run any schedular or something in the ecc.

Regards,

Anirban

Accepted Solutions (1)

Accepted Solutions (1)

ambrish_mishra
Active Contributor
0 Kudos

Hi Anirban,

Check for authorization on the user. HR infotypes typically need authorization to update the underlying tables.

You must be testing in sproxy through a different user (dialog user) who has authorization to update.

Hope it helps!

Ambrish

You can also debug the proxy while running an end to end test. Look on SCN on how to debug a proxy :) Message was edited by: Ambrish Mishra

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Experts,

Thank you all ............

It is solved .

Regards,

Anirban Das

ambrish_mishra
Active Contributor
0 Kudos

Nice to know... please mark the thread as answerd with details on what solved the issue.

thanks

Former Member
0 Kudos

Hi Anirban

If the messages is successful in SXMB_MONI in  Target ECC system , you would need to debug the proxy as explained in the blog below.

http://scn.sap.com/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementati...

Also if you see queue entries in inbound queue SMQ2, this could be something to do with size of message and interface design issue.

You could also check if TEVEN table  has space issues.

Regards

Srinivas

former_member190624
Active Contributor
0 Kudos

Hi Anirban,

In ECC system, check the status of inbound proxy message in sxi_monitor . Might be message was failed with application error or stuck in smq2(in scheduled state).

Thanks

Hari.