cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer to sap R/3 with no standard IDoc

Former Member
0 Kudos

Hi all,

I have a situation where i need to transfer data to and fro between SAP R/3 system and an Oracle database.

The data getting transfered is HR data.

For this transfer there is no suitable standard IDOC which can be used.

In this situation what should be our approach?

Pls guide as soon as possible, since its a bit urgent.

Thanks in advance.

Regards

Neetu

Accepted Solutions (0)

Answers (6)

Answers (6)

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Neetu,

If sap WAB AS is >= 6.20 then u can use Abap Proxies(SPROXY) in SAP instead of calling IDOC...

Check this link

D:\helpdata\EN\86\58cd3b11571962e10000000a11402f\content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

and weblog..

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

Regards,

Sridhar

Former Member
0 Kudos

Hi ,

Apart from generating the Proxy and using them , you need to configure your application system for ABAP Proxy.

Please go through this Blog for the same:

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

Regards

Vijaya

STALANKI
Active Contributor
0 Kudos

use this blogs..

client abap proxy

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

server abap proxy

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

Former Member
0 Kudos

hello everybody,

Thanks a lot for ur quick responses.

We are using WAS 640.

Therefore as mentioned by u all i can use ABAP Proxy.

Can u pls specify how to configure the proxy.

I have only theoretical knowledge of what are ABAP pooxies and how they operate.

Regards

Neetu

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Neetu,

If sap WAB AS is >= 6.20 then u can use Abap Proxies(SPROXY) in SAP instead of calling IDOC...

Check this link

D:\helpdata\EN\86\58cd3b11571962e10000000a11402f\content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm

and weblog..

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

Regards,

Sridhar

Message was edited by: sridhar reddy kondam

Former Member
0 Kudos

Hi Nitu,

1. If this is async Interface and the application system is WAS 620 or above then you can use ABAP Proxy. Easier to handle.

2. Else you can use RFC adapter.

3. YOu can also develop custom IDoc for processing. But coding would be more here.

Regards

Vijaya

bhavesh_kantilal
Active Contributor
0 Kudos

Neetu,

Configure a Sender RFC which will collect the data from your R3 system and then use it to post the data into Oracle as <b>RFC - XI - JDBC .</b>

To configure a Sender RFC, just check this blog,

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

Regards,

Bhavesh

STALANKI
Active Contributor
0 Kudos

Go for abap proxy if volume is huge or RFC if volume is not too much.