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

enable a t-code as web enabled t-code in ABAP

Former Member
0 Likes
903

Hi,

I have a requirement to make t-code as web enabled t-code. I want to call t-code through url in internet explorer by passing userid credentials.

please help me out how to enable a t-code as web enabled t-code in ABAP.

Venkat.

6 REPLIES 6
Read only

Former Member
0 Likes
828

Hello,

In SE93 check "SAP GUI for HTML"

Read only

0 Likes
828

Hi Arash,

I have done that fro SE93. Checked tcode as Easy Web Transaction and given service in SE93.

nOW how do i call this t-code from internet explorer.

Read only

0 Likes
828

you need BSP or webdynpro for it.

Read only

0 Likes
828

Hi Prakash,

I have Web dynpro ABAP in a seperate system. How do i use the t-code in web dynpro ABAP.

Read only

0 Likes
828

I am not sure what you meant web enabled... what purpose. But you can create a web service and access the SAP function module (RFC enabled) thru a URL.. search in SCN or e-learning on how to generate Web services.

Read only

0 Likes
828

Hi,

My requirement is to call a t-code from R/3 system using URL. so that i can use that URL in my web dynpro application to access t-code from R/3 system.