cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt on PROXYS and IDOCS

Former Member
0 Kudos

Hi ,

First of all many regards to all people who contribute good answers for the questions posted in this forum.I have some doubts plz clarify

Doubt on proxys:

1.I'm creating a server proxy, so in Reciever system where can i monitor

PROXY ?

2.In case if any exceptions occured then how do we catch exceptions?

3.what is Proxy Runtime?

Doubt on IDOCS:

1.what is process code is it mandatory to give process code ? my idoc is ORDERS05 so what will be my processs code? can we give own values there ?

2.In IDOC adapter we have " QUEUE PROCESSING "option with check box. what is this ? in which case we have to go for this ?

Too many questions to answer but plz answer as many questions as possible .Good answers will be definetly rewarded .

Regards,

Smitha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>>>>1.what is process code is it mandatory to give process code ? my idoc is ORDERS05 so what will be my processs code? can we give own values there ?

You can check from WE64 also. Go to WE64 and check the process code for your message type.

check these links

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b804043d711d1893e0000e8323c4f/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b804043d711d1893e0000e8323c4f/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/04/25fbd69e3511d188da0000e8216438/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/04/25fbd69e3511d188da0000e8216438/frameset.htm</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7dca43d711d1893e0000e8323c4f/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7dca43d711d1893e0000e8323c4f/frameset.htm</a>

With Regards,

Raju.

pls give points ,if useful

Answers (4)

Answers (4)

Former Member
0 Kudos

hello,

Please award points to the useful answers...

With Regards,

Raju.

Former Member
0 Kudos

>>>>>>>>In IDOC adapter we have " QUEUE PROCESSING "option with check box.

Queue Processing in idoc adapter is used for IDOC serialization.

Former Member
0 Kudos

Hello smita,

1)You can handle exceptions etc thru Fault Messages.

2)If you want to trace the messages only option is SXMB_MONI..

.So if the message comes to integration server, then automatically you can trace that messages..

In the asynchronous case, you can see a fault message in the monitoring of the Exchange Infrastructure. For example, in technical monitoring you can display the fault message in a more readable format by choosing Further Information on Error.

And in the synchronous case, you can integrate a format of this type into your application on the caller side by using the method CL_PROXY_FAULT=>SHOW.

<a href="/people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation:///people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation

3)Proxy Runtime is a part of SAP XI ,Note that the ABAP proxy runtime is a component of SAP Web AS (Release 6.40 and higher) .Frm the data transferred to a client proxy ,the proxy runtime creates the message to be sent or reads the received messages to calll a corresponding server proxy

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>1.I'm creating a server proxy, so in Reciever system where can i monitor

PROXY ?

in sender/receiver and XI it's the same transaction - SXMB_MONI

>>>2.In case if any exceptions occured then how do we catch exceptions?

with fault messages

>>>3.what is Proxy Runtime?

it allows usage of proxies

>>>1.what is process code is it mandatory to give process code ?

connects to a function module that processess the idoc

>>>>my idoc is ORDERS05 so what will be my processs code?

ORDERS05 can be used with many transactions os it depends

some shown in my book - below

>>>2.In IDOC adapter we have " QUEUE PROCESSING "option with check box. what is this ?

it will send na IDOC in quality of service EOIO - also described in my book:

<a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>