Application Development and Automation 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: 
Read only

Database connectivity

Former Member
0 Likes
459

Hi,

My requirement is I want to connect html page to sap database. I need to retrive records from database and show the result in html page.. Is it possible to connect html page to sap database.If yes, suggest me the exact way to do this..

1 ACCEPTED SOLUTION
Read only

ravi_lanjewar
Contributor
0 Likes
428

Hi,

You can't access the database directly. You can do using the following way.

1) Web Servcie or Web dynPro if your using ECC 6.0 or later vertion

2) JCO ( java connector) or BSP older version before ECC 6.0

3 REPLIES 3
Read only

ravi_lanjewar
Contributor
0 Likes
429

Hi,

You can't access the database directly. You can do using the following way.

1) Web Servcie or Web dynPro if your using ECC 6.0 or later vertion

2) JCO ( java connector) or BSP older version before ECC 6.0

Read only

0 Likes
428

Hi Ravi,

Is that possible by using RFC..

Read only

0 Likes
428

Hi,

Yes, But how will you call RFC in HTML? For calling RFC you required JCO( Java connector ) from html. You have to add jsp coding for call RFC from html. You can not call RFC directly from html due to some security reason.