cancel
Showing results for 
Search instead for 
Did you mean: 

SEND DATA FROM SAP

Former Member
0 Kudos

Hi,

i have a data in form of table in SAP,i need to send to xiby using some validations?what are the various options available?

Regards,

Jhanavi

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi,

By using 3 ways we can connect to the R/3

1. IDoc

2. BAPI/RFC

3. Java proxy

For choosing the right Adapter

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

IDoc

http://www.saptechnical.com/Tutorials/XI/IDocToFile/IDocToFile1.htm

Proxy

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

Client proxy

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

Server proxy

Sender side IDoc settings

AT R/3 Side

BD54 --> Create Logical system

SCC4 --> Assign Logical system to clients.

SM59 --> Create RFC destination.

WE21 --> Create Port.

WE20 --> Create Partner Profiles(here we give IDoc name).

AT XI Side

IDX1 --> Create port.

IDX2 --> Specify the type of IDoc.

General Transactions

WE19 --> IDoc test tool.

WE05 --> Listingout the IDocs(sent/receive from R/3).

WE03 --> Successful status from R/3 only outbound.

SM58 --> Test when the msg struck b/w R/3 and XI server

RFC

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

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

vijay_b4
Active Contributor
0 Kudos

Hi Jhanavi,

You can communiacte with the SAP systems by choosing the adapters:

1. IDOC Adapter

2. RFC Adapter

3. Proxy

Choose the Right Adapter to integrate with SAP systems:

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Reward points if this helps

Regards

Vani.

former_member556603
Active Contributor
0 Kudos

Hi Jahanavi,

Go through this blogs..

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

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

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

Satya

Former Member
0 Kudos

Hi,

IF you are using SAP 6.20 above then you can generate client proxy. after genarate proxy you can develop your bussiness logic like creating internal tables, papulating data from table to internal table then can send the data from SAP to XI.

Thanks,

Satish

Former Member
0 Kudos

Hi ,

For this you could use Proxy ......The best option

Search Client proxy in SDN...you will find lots of documents related to it.

**************Reward points,if found useful

former_member8655
Active Participant
0 Kudos

Hi Jhanvi

What I understood from your query is that you have data in SAP tables and if there are any changes in these table you want to push the data to XI and then to further systems. If I am correct in this then you need to use change pointers for this and for each change IDOC will be created and passed to XI.

and this has more on IDOC setting http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/frameset.htm

Thanks

Mitesh

Former Member
0 Kudos

Hi mitesh,

why do we need to use changre pointers in proxy ?as we are not using idoc,i think we dnt need to use it?

Regards,

Rao

Edited by: rao n on May 19, 2008 3:12 PM

Former Member
0 Kudos

Hi,

Check this blog by Ravikumar

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

Thanks,

Madhu

Former Member
0 Kudos

Hi,

We can use Proxies For your Requirement.

Check it

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

ABAP Client Proxies

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

Regards

Seshagiri