cancel
Showing results for 
Search instead for 
Did you mean: 

basic doubts on sap netweaver platform

Former Member
0 Kudos

In one server ecc6 ides installed abap stack only and another server netweaver application java installed. how to interconnect these two servers.can u anyone help me on this, iam new to netweaver.Basic things need to configure on sap r/3 side and netweaver application server java.

Thanks & Regards

venkat

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Vencat,

Please check below links connecting to the backend system:

Create System Landscape

*******************************

[SDN Help|http://help.sap.com/saphelp_nwes70/helpdata/En/af/02efa3d0c5440f803476e177e2908d/content.htm]

[SDN Wiki|http://wiki.sdn.sap.com/wiki/display/EP/HowtoCreateSystemObjectinthePortalforConnectingtoSAPbackend+System]

SLD e-Leaning

*****************

[SLD Thread|/message/4939194#4939194 [original link is broken];

JCO Destination

*******************

[JCO Thread|/thread/943617 [original link is broken];

Hope this will helps you.

Thanks

Arun Jaiswal

Former Member
0 Kudos

Thanks

Answers (2)

Answers (2)

former_member524429
Active Contributor
0 Kudos

Hi,

The SAP Java Connector (SAP JCo) (a Fast RFC) is responsible for the communication between the ABAP stack and the Java stack. It enables calls of the ABAP stack from the Java stack as well as vice versa. Please refer this[ useful link|http://help.sap.com/saphelp_nwpi71/helpdata/en/3b/0c4b428f96ab53e10000000a1550b0/content.htm] to get technical information.

In ABAP Stack, use transaction SM59 to create an RFC connection of the type TCP/IP to the Java Stack and choose Registered Server Program , provide required Gateway options.

In Java Stack, Create an entry in the JCo RFC Provider service using Visual Administrator with that same Registered Server Program and provide other required parameters such as Gateway Host & Service, Application Server Info, Client, SAPJSF user and its password (which u hv provided during Installation.)

Reference:

[http://help.sap.com/saphelp_nwpi71/helpdata/en/3b/0c4b428f96ab53e10000000a1550b0/content.htm|http://help.sap.com/saphelp_nwpi71/helpdata/en/3b/0c4b428f96ab53e10000000a1550b0/content.htm]

[http://help.sap.com/saphelp_nwpi71/helpdata/en/d7/ccb540a8c5772ae10000000a155106/content.htm|http://help.sap.com/saphelp_nwpi71/helpdata/en/d7/ccb540a8c5772ae10000000a155106/content.htm]

[http://help.sap.com/saphelp_nwpi71/helpdata/en/83/85343e8c7f6329e10000000a114084/content.htm|http://help.sap.com/saphelp_nwpi71/helpdata/en/83/85343e8c7f6329e10000000a114084/content.htm]

Regards,

Bhavik G. Shroff

p330068
Active Contributor
0 Kudos

Hi Vencat,

Please create System landscape under Systm Administrator>System Configuration in the sap portal that system will used for connecting the ABAP sap system through Java sap portal.

For developing web dynpro applicaion : you need to define SLD and JCO Destination.

Thanks

Arun