‎2008 Sep 02 11:11 AM
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.
‎2008 Sep 03 3:15 PM
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
‎2008 Sep 02 11:15 AM
‎2008 Sep 03 2:53 PM
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.
‎2008 Sep 03 3:15 PM
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