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

HTML and R3 embeding

Former Member
0 Likes
503

Hi,

Can any one please tell me if i can pass data from html page to r/3 tables or r/3 tables can be accessed through html code.

if so then tell me how?PLease reply asap.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Hello Narendra.

I guess, Use of JCO or a .NET connector may be possible in fulfilling the requirement.

As Vijay said it is right that use of Webdynpro is helpfull.

I have come across some previous thread which shows use of the same.

Hope you would be able to find out way soon.

[SDN - Reference - Transfer of a HTML table value to R/3 table|]

Good Luck & Regards.

Harsh Dave

3 REPLIES 3
Read only

Former Member
0 Likes
478

using BSP and WebDynpro ABAP/Java it is possible.

Read only

Former Member
0 Likes
478

It is also possible to use the SAP.Functions activex object which comes with the sapgui.

I have used this in a javascript function within an html page to call a function module in SAP. Writing a bespoke function module then allows data to be read from/written to SAP as required. Data can be passed from the html as parameters to the function module import parameters.

This does require the sapgui being installed on the pc making the html call. Not sure if this would work for your case.

Read only

Former Member
0 Likes
479

Hello Narendra.

I guess, Use of JCO or a .NET connector may be possible in fulfilling the requirement.

As Vijay said it is right that use of Webdynpro is helpfull.

I have come across some previous thread which shows use of the same.

Hope you would be able to find out way soon.

[SDN - Reference - Transfer of a HTML table value to R/3 table|]

Good Luck & Regards.

Harsh Dave