cancel
Showing results for 
Search instead for 
Did you mean: 

Web enabling of R/3 transaction

Former Member
0 Kudos

Hi,

I have created a module pool program.

Fo which I have assigned a transaction code also.

I would like to access this transaction from internet via ITS.

In SAP web studio it is not all appearing. How to do this?.

Pl help.

Regards

Elini.P

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Elini,

I am trying to do exactly the same thing. I have posted a question on SAP Community. Can you let me know if you get any replies and I will let you know if I can get any help.

Best Regards,

Nigel.

nablan_umar
Active Contributor
0 Kudos

If you are using Web Studio to create your services, you need to import the screen from R/3. In 4.6c system and above, you can use SE80 to generate the service from your module pool program. Then you can publish the service to your ITS. You don't need to use Web Studio anymore. In SE80, the transport is included just like abap.

Nablan Umar

Former Member
0 Kudos

Nablan,

I have a similar problem but I cannot publish my service to the ITS. I've got Web Studio to create everything but cant call my service from a web browser.

Any suggestions?

Many Thanks and kind regards,

Nigel.

athavanraja
Active Contributor
0 Kudos

If the ITS is configured then with the following url you can see ur transaction in web browser. (SAP WEB GUI)

http://<server>:<port>/scripts/wgate/webgui/!?~transaction=<sap transaction>

Hope this helps.

Regards

Raja

Former Member
0 Kudos

Elini,

In my situation my backend system is WAS 620, I don't know what version is my ITS server. All you have to do is just in the TCode defintion, mark it as support HTML SAP GUI. You do not need SAP Web Studio.

And then you can just call your application through the web browser <server name>:<port>/.../<your TCODE>/!

viola! it is done!

Hope that helps.

Regards,

Iwan