cancel
Showing results for 
Search instead for 
Did you mean: 

Can I possible to Implement Java Web Dynpro connect RFC Model to SAP 4.7?

Former Member
0 Kudos

Hello All,

Can I possible to Implement Java Web Dynpro connect RFC Model to SAP 4.7?

I would like to create web dynpro to call RFC function in SAP 4.7.

I'm used to only create Web Dynpro based on ECC6. But I'm not sure about lower version.

Any suggestions please? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For WebDynpro For Java developement, your WAS(Web Application Server) version should be at 6.40(WAS 6.20 wont support webdynpro)

Regards

Praveen

Former Member
0 Kudos

Dear Praveen,

Thanks for helpful answer ^^.

I have more question about this.

Normally,I do Web Dynpro to create RFC model and then config JCO destination in Content Administrator of Portal.

Do we have to install Portal or others component to load RFC model from SAP 4.7 ?

If It does not, Do you know how to create "Web Dynpro" using RFC model and no need to config JCO Destination?

Thanks in Advance.

Sasiporn.

Former Member
0 Kudos

First of all you need to configure the SLD.

Create a WEBAS-ABAP technical system in the SLD to identify the SAP R/3 4.7 system.

Then create the JCOs to create a model object.

Then you can connect to the back end system and call the RFCs.

Former Member
0 Kudos

Hi Sasiporn,

If you want to import Adaptive RFC models, you are working with r/3 system. First of all that system need to be configured in SLD. Otherwise you wont able to connect to r/3 system to get BAPI. First configure SLD for r/3 sys.

Second you can configure JCO connections before or after importing RFC. But give the same name when you are importing and creating JCO destinations.Let me know for any questions.

Regards

Praveen

Former Member
0 Kudos

Dear Praveen,

Thank you for your response, Now, I'm so clear _.

Sasiporn.

Answers (0)