cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect Java (Portal) with Abap

Former Member
0 Kudos

Hi Experts,

            We have a requirement to connect new build Portal server with old ABAP Server as Backend. Both Servers Host names and IP Addresses are different. Can you Please provide me following answers

1. How to connect both Servers

2. We want to get the data from Abap and want to use in Poral ie Abap will be backend. How to do that

3. What are the Post configurations need to be done

Awaiting for your Reply's. This is little bit urgent.

Thanks & Regards

Santosh K

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Santhosh,

Yes ! its correct that all the above mentioned method will connect your JAVA portal to ABAP backend.

But you have to do many lot more steps with respect your use case , ie. For example if you want to connect BI poral to ABAP BW system or EP to ABAP ECC, then there is separate guide for configurations.

So first explain your Use case, then chose the correct reply

Regards KK

Former Member
0 Kudos

Hi KK,

  Thanks for reply.   As suggested by you, i can create RFC Connection between Portal and Abap. You asked me the configuration, We need to connect the Portal (only contains java ) to ABAP Server (ECC 6.0 EHP4) . Can you please tell me the required configuration (apart from RFC) need to do. The requirement is  to connecting both and fetch the data from ABAP

Thanks

Santosh K

Former Member
0 Kudos

Hi KK,

  Thanks for reply.   As suggested by you, i can create RFC Connection between Portal and Abap. You asked me the configuration, We need to connect the Portal (only contains java ) to ABAP Server (ECC 6.0 EHP4) . Can you please tell me the required configuration (apart from RFC) need to do. The requirement is  to connecting both and fetch the data from ABAP

Thanks

Santosh K

Former Member
0 Kudos

Hi Santhosh,

As RB asked, we need more info about the use case.

Can you provide information which Mr. RB asked in above memo ? (I am not repeating those )

Regards, KK

Reagan
Advisor
Advisor
0 Kudos

Hello

An RFC from the ABAP system to the Java system - Tx SM59

A Jco RFC from the Java system to the ABAP system - NWA for newer releases / Visual Admin for old releases.

The JCo RFC should be started in the Java stack.

See an example here:

http://help.sap.com/saphelp_nw04s/helpdata/en/be/6e0f41218ff023e10000000a155106/content.htm

Regards

RB

former_member183107
Contributor
0 Kudos

In addition to above :-

1. Create a TCP/Ip connection from the abap system to portal with the program id hostname_portal_sid.

2. Maintain/check used Jco destinations (WebDynpro Content Administrator ‘Maintain Jco Destinations’).

3. Test the connection between them.

4.Create an entry in the table rspor_t_portal using sm30 and enter the details of the portal like http://hostname:50000.

5. Create a system in the portal and specify all the parameters as hostname, msg server.

Regards,

Himanshu

Former Member
0 Kudos

Hi Santosh,

If I understand correctly that you want to connect ABAP system (say ECC) as back-end with JAVA portal (say EP), then the configuration can be established through JCO RFC connectors. JCO RFC can be created through netweaver administrator link of EP (http://<FQDN of EP server>:<port>/nwa) .

  After creating JCO RFC connection, mention the program ID in ECC system during creation of TCP/IP RFC .

This would create a connection between EP & ECC . Now in order to fetch data from ABAP system in EP, you also need to create JCO connections, which I have elaborated in my blog http://scn.sap.com/community/netweaver-administrator/blog/2013/07/30/jco-connections-required-for-es... .

Please let me know if any issue.

Regards,

Nilutpal.

Former Member
0 Kudos

Hi santosh,

Hope the below links answers your questions

1. http://scn.sap.com/docs/DOC-26142

2. Note 1655608 - How to change UME properties

Regards,

Sandeep Singh

divyanshu_srivastava3
Active Contributor
0 Kudos
dipak_kumar
Explorer
0 Kudos

Dear Divyanshu,

We have added two Application Server in our ABAP System . We need to validate how request from Portal go to ABAP System .

What is the type of request that comes from portal to ABAP System , how can i see that request from ABAP Backend System .

I need to know the flow of request  from Portal system .to ABAP System

Regards,

Dipak Kumar

former_member185327
Active Participant
0 Kudos

Hi Dipak,

As per my understanding you have you already done the SSO(Single Sign On) Configuration and JCO RFC Configuration in your Portal System?

Please let us know if you have done any of those configuration ? Also what is the Portal Netweaver Release Version and the ABAP Netweaver Version you are using ?

In order to access the ABAP backend data via Portal Interface you have to perform the above activities.

Thanks and Regards

Anurag