cancel
Showing results for 
Search instead for 
Did you mean: 

Help required on R/3 to R/3 scenario

Former Member
0 Kudos

Hi,

I have one scenario

CRM (R/3) -- XI --- DM(R/3)

(Data from CRM tables to be updated into DM tables)

Currently BAPI is there to send data from CRM to XI

Now I need advice

1. Should I remove BAPI and for better performance make

Abap Client proxy --- XI --- Abap Server Proxy scenario.

2. How to do Alert Management for this scenario

Pls send me docs/links

Regards

Edited by: Henry H on Jan 27, 2008 12:03 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

XI-ALERTS :STEP BY STEP**

THIS IS A NICE BLOG FOR THE ALERTS[/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step]

REWARDS POINTS

VIKAS

Former Member
0 Kudos

HI,

According to ur requirement u have to do ur senario,U can go to clent and sever proxy to do the senario.

for the help on proxy senario check this links.

Asyn Inbound java proxy

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

ABAP Proxy

How do you activate ABAP Proxies?

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

ABAP Proxy Runtime

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

ABAP CLIENT PROXY

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

ABAP SERVER PROXY

/people/siva.maranani/blog/2005/04/03/abap-server-proxies. [original link is broken]

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

Client Proxy - /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

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

XI: Debug your inbound ABAP Proxy implementation

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

JAVA Proxies:

Asynchronous inbpund java Proxies

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Proxy Generation- For ABAP and Java proxy, create a Message Interface and then generate a proxy for that message interface.

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

More on Java Proxy-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

ABAP Proxies:

Integration Builders through proxy server (Part - 2)

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regarding Alert management.

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Regards,

Phani

Former Member
0 Kudos

Hi Phani,

Abap Client Proxy -- XI -- Abap Server Proxy

Abap Client Proxy -- /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

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

What for Alerts (like error, sender or receiver system/service down, data incorrect during mapping)

Please send me more easy docs/links for above alerts scnarios

Regards

Former Member
0 Kudos

Please see by above post I had added the links

Thnaks

Swarup

Former Member
0 Kudos

Hi ,

you need to cofigure the interface for BAPI to XI. Plesae refer belwo links for step by step procedure

1. Should I remove BAPI and for better performance make

Abap Client proxy --- XI --- Abap Server Proxy scenario.

---> It depends upon requirments to either use BAPI or ABAP proxy, but definatly ABAP proxies will be performance wise better than BAPI,

Seck below links

ABAP Proxy communication,

ABAP Proxy Runtime

http://help.sap.com/saphelp_nw04s/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

Setting Up Point-to-Point Connections with proxy

http://help.sap.com/saphelp_nw04s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/frameset.htm

Reliable Messaging – EOIO in ABAP Proxies

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d4900e81...

RFC/BAPI Communication

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm

2. 2. How to do Alert Management for this scenario

Plese go through bwlow links for Alert management

Define Automatic Alert Notification

http://help.sap.com/saphelp_nw04/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm

How to raise alerts from ABAP Proxy

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

Edited by: Swarup Sawant on Jan 27, 2008 12:26 PM

Former Member
0 Kudos

Hi Swarup

If approach -


*RFC -- XI -- Abap Server Proxy*

RFC Sender --- /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

If approach -


*Abap Client Proxy -- XI -- Abap Server Proxy*

Abap Client Proxy -- /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

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

What for Alerts (like error, sender or receiver system/service down, data incorrect during mapping)

Please send me docs/links for above alerts.

Regards

Former Member
0 Kudos

Hi Henry,

I have given the Alert notification links in my previous post.

You could use these for Alerts (like error, sender or receiver system/service down, data incorrect during mapping)

Define Automatic Alert Notification

http://help.sap.com/saphelp_nw04/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm

How to raise alerts from ABAP Proxy

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

Find some more link about it

/people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1

/people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2

/people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3

/people/ginger.gatling/blog/2005/06/16/integrating-alerts-into-uwl--its-no-problem

Error Handling Framework XI(Out-of the box)-Episode 1

/people/sravya.talanki2/blog/2006/11/22/error-handling-framework-xiout-of-the-box-episode-1

XI: Alerts - Troubleshooting guide

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

XI: Alerts - Step by step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

Thanks

Swarup