Application Development 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: 

Is it possible to accessing a Z transaction Code through Web

Former Member
0 Kudos

Hi All,

Is it possible to accessing a Z transaction Code through Web, because i have created a Z tcode with a program, but the user wants to execute this in Web.

If it is possible, can you please give me the solution.

Thanks,

Ravi.

2 REPLIES 2

ritesh_dugad2
Active Participant
0 Kudos

For this you have the following options:

1. Create a RFC Interface which will contain the code to extract the data. Call this RFC Interface through a SAP .Net Connector into your portal. (To design the portal you will have to take help of web application developer). The data will be displayed on to the web through this RFC.

2. Create a RFC interface and then create Web service for this RFC. This web service will then be called in your portal. You can use web service wizard to create the web service which is present in SE37. You will have to read more about web service in Sap Help.

Try this. It will take some efforts but worth it.

christine_evans
Active Contributor
0 Kudos

You can call any SAP transaction from the web by using the SAP WebGui service (look it up in the SAP help).