cancel
Showing results for 
Search instead for 
Did you mean: 

sever proxy....

Former Member
0 Kudos

Hi Experts,

We have configured file to proxy scenario and activated. Under SXMB_MONI it is showing the message status with black forward arrow mark"scheuduled for outbound processing" What is its meaning and what we have to de to procees the data?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As its mentioned in above post definately it will be in Queue. XI will re-processe it but if you wish you coudl monitor it with transaction code SMQ1 and SMQ2 as well as you can process it mannually also.

SMQR is the transaction cod eto register the queue form monitoring purpose.

Even if the memory utilization is more the message automatically added in the Queue.

Just refresh the Java Stack or better restart if needed, then it will not stuck in Queue.

thanks

Swarup

Answers (1)

Answers (1)

former_member614185
Contributor
0 Kudos

Your Message is waiting in QUEUE. XI will automatically restart the Scenario.

If your receiver system is not ready or being down. XI will wait for processing your message. Once the Receiver system gets up it will process the message else it will throw some error.

Check your receiver System. Whether it is Up and running

Check your proxy classes

Edited by: Prabu on Feb 14, 2008 2:03 PM

Edited by: Prabu on Feb 14, 2008 2:04 PM

Former Member
0 Kudos

Thank you for your reply but I need one clarifiction regarding receiver system. We have generaterd the proxy class and interfaces in r3 clint and coding has been done in its method. Nothing we have done in XI client. These generated structures and interfaces are not reflected in XI client.Could you plaese clarify that do we need to generate the proxy in XI client also ? what is the procedure to activate receiver system?

former_member614185
Contributor
0 Kudos

>>>>>generated structures and interfaces are not reflected in XI client.Could you plaese clarify that do we need to generate the proxy in XI client also ?

You should generate the proxy classes based on your interface which you have created on the Integration builder of XI system. These Interface objects only will be displayed in the Application system(in ur case SAP R3). For that Interface you ahve to develope code based on ur reqiurement.

>>>what is the procedure to activate receiver system?

No. You need to activate your Proxy objects in SPROXY Transaction code

Edited by: Prabu on Feb 14, 2008 2:43 PM

Former Member
0 Kudos

Hi,

Try this WEBLOG, this may help you

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards

Seshagiri

Former Member
0 Kudos

Hi Karthikeya,

Yes, you would not be able to see those structures and metho, which u created in R/3.

Refer the following blogs:

Activation of ABAP Proxies:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

coding ABAP Proxies /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Communication between SAP System & Webservice Using Proxies

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Proxy Generation

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

Smarter Approach for coding ABAP Proxies:

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/content.htm

ABAP Server proxies

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Debugging of Inbound ABAP proxies

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

File to R/3 via ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy