‎2011 Apr 12 8:20 AM
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..
‎2011 Apr 12 10:37 AM
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
‎2011 Apr 12 10:37 AM
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
‎2011 Apr 12 11:36 AM
‎2011 Apr 12 11:52 AM
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.