cancel
Showing results for 
Search instead for 
Did you mean: 

RFC (HTTP) connection to R/3 4.6

0 Kudos

Hello,

We have SRM 7.02 with R/3 4.6 backend and want to configure Portal-Independent navigation frame.

According to configuration guide we should define RFC connection of type H (HTTP) to SAP ERP back end system.

Is it possible for R/3 4.6 ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member186144
Participant
0 Kudos

as far as know abap type should be suffice.

Answers (2)

Answers (2)

robin_janke
Contributor
0 Kudos

Hi,

listen to Yosea. The portal independent navigation framework is an SRM feature. Just do the normal configuration for connecting to the backend. Which for R/3 4.6 means the ABAP type RFC connection.

If you want to implement things like central contract management you need a higher ECC version anyway.

Former Member
0 Kudos

Hi Arthur,

As far as I know the type H is not supported for R/3 4.6.

Just to give you some ideas, as I'm not a programmer myself:

You can either try to "update/config" your saprfc.ini along with the correct librfc to get the type-H (using RFC-SDK as well? See Note 413708 - Current RFC library), or try to config via LPCONFIG, or using Business Connector or wirte your ABAP code to call the function module to pass the URL string.

Starting from 4.6D

I hope this will help you.

Regards,

Andre