cancel
Showing results for 
Search instead for 
Did you mean: 

Calling SAP Transactions from Web Browser..

Former Member
0 Kudos

Hi Experts,

I have got one requirement, My client wants to access SE16, and MM03/VA03 transactions through the web site.

Can any body suggest me how it is possible.

Thanks alot.

Sandya.

Edited by: sandya k on Oct 24, 2008 10:43 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member235553
Discoverer
0 Kudos

You can hit a transaction directly via the SAPGui for HTML / WebGUI with something like:

Using ITS 6.20 or below

http://myitsserver:port/scripts/wgate/webgui/!?~transaction=MM03

Using WebAS with embedded ITS

http://my_webas_server:port/sap/bc/gui/sap/its/webgui/!?~transaction=MM03

You can also enter screen parameters based on the screen field such as RMMG1-MATNR below.

http://<myserver>/scripts/wgate/webgui/?transaction=MM03&RMMG1-MATNR=<MY_MATERIAL_NUMBER>&okcode=BILD

However, just because you can does not mean that this is appropriate. Depending on the specific usage, it may be much more desirable to follow the other paths listed above such as a fully scripted PHP, PERL or other custom web application or BSP/WebDynpro, etc. Your information does not indicate additional context such as web-based access for intranet versus internet (should definitely use the HTTPS option for internet) and users that would access this information (will it be employee, vendor, customer or other types). The transactions you have listed will have definite access control gaps (from a practical standpoint) using just the standard security (SE16 alone is a nightmare) if you intend to extend access beyond traditional internal employees.

Former Member
0 Kudos

Hi

you can call the sap all transactions through the sap enterprise portal. After login to the portal u ahve the content administartion role in that create a iview use the sap transactional iview template.

Thanks

Bharathi.ch

Former Member
0 Kudos

Another alternative, and perhaps the easiest is to use GuiXT Web UI suite. This takes your existing transactions in SAP GUI and then renders it through an iView in the portal . No ITS is required. By the way, many people complain about ITS being way too slow. With GuiXT you get a direct connection form the Web interface to the SAP database. This is a Web 2.0 technology that has all been developed by Synactive, Inc.

Check out their site or contact them for more info. http://www.guixt.com

-Carlos

marilyn_pratt
Active Contributor
0 Kudos

This is viewed as soliciting or spamming. Please desist.

Former Member
0 Kudos

Hi,

the easiest way is to install an ITS for him.

Regards,

Andi

former_member583013
Active Contributor
0 Kudos

The hardiest way is to develop those transactions using PHP and SAPRFC -:)

Greetings,

Blag.