cancel
Showing results for 
Search instead for 
Did you mean: 

Call SAP R/3 from HTML Code

Former Member
0 Kudos

Hi All,

I hv a requirement such as customize the screen design thro' HTML for a dynpro program used in ESS.

I am not aware hw to call SAP R/3 table from HTML.

e.g., Need a drop-down list for an officers child name in HTML code.

Hw can b it done ?

Thanks in Advance.

Regards,

Vani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

in simple html you are not able to call SAP. for this u need to have an application server.

if you have an java based app server you can use jco, in .net the dcomm connector. take a look at quicklink /connectors to get a short overview about connecting to sap.

if your app server is an sap j2ee you have to use the jca instead of jco or search the sdn for code sniplets.

cheers jens