Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Integration

former_member184495
Active Contributor
0 Kudos

hi,

i want to know what all tools/function modules are there to provide integration of SAP with a non-SAP System.

it would be really helpful if i could get some docs on the same.

1) how to integrate sap to non-sap

2) what are the methods to integrate

3) what function modules are used.

thanks,

cheers,

Aditya.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi !

the main point of integration is the ALE connection.

You can view everything about the ALE-Connectio within the "WEDI" Menu (Tcode WEDI).

Just browse through the transactions of the menu.

Regards

Rainer

Some points would be nice if that helped a bit.

6 REPLIES 6

Former Member
0 Kudos

Hi !

the main point of integration is the ALE connection.

You can view everything about the ALE-Connectio within the "WEDI" Menu (Tcode WEDI).

Just browse through the transactions of the menu.

Regards

Rainer

Some points would be nice if that helped a bit.

Manohar2u
Active Contributor
0 Kudos

Hi Aditya

There are different ways of connecting non-sap systems.

Mainly these settings are done thru SM59 like logical/TCPIP etc.

Refer to this link for remote connection setup

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/81/3a18be108b45839d6ad5cfbef799c0/frameset.htm">Setting of the remote connection</a>

Regards

Manohar

Former Member
0 Kudos

Aditya,

1) how to integrate sap to non-sap

It depends on the system in question. SAP provides Java connector, .Net connector to integrate with respective Java or .Net applications. You can also integrate via flat files.

2) what are the methods to integrate

There are multiple ways in which the integration can happen.

1. Either through BAPI / RFC calls

2. Either through ALE / IDOCS

3. Throug flat files.

In the first case, the BAPI's are nothing objects the methods of which can be called from an external system at the same time, RFC's are nothing remote enabled function modules making them possible to be invoked from a external system. You need to know which BAPI/RFC need to be used.

In the second case, IDOCS are nothing but a specific business document in a predefined template format. These IDOCS use a specific message type for a given business document. This method is predominantly used in SAP-SAP integration, however can be used while integrating SAP with a non-SAP / middelware system as well.

3) what function modules are used.

We cannot generally identify the functions to be used, it will be dependent on the business requirement as I mentioned in 1.

You will probably get more details here about the integration aspects.

http://www.sapgenie.com/interfaces/index.htm

http://www.sappoint.com/presentation.html

Regards,

Ravi

Note : Please mark the helpful answers and close the thread if the question is answered.

0 Kudos

hi

refer the following link:

and the transaction would be WEDI...for ALE integration..

reward points if it helps

gunjan

abdul_hakim
Active Contributor
0 Kudos

hi aditya,

you intergerate to java/.net application using java/.net connectors.

the core component of integeration is either ALE or XI..

Cheers,

Abdul

former_member184495
Active Contributor
0 Kudos

answered