‎2009 Jul 27 7:23 PM
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.
‎2009 Jul 27 7:35 PM
‎2009 Jul 27 8:11 PM
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.
‎2009 Jul 27 8:18 PM
‎2009 Jul 27 9:05 PM
Hi Prakash,
I have Web dynpro ABAP in a seperate system. How do i use the t-code in web dynpro ABAP.
‎2009 Jul 27 9:12 PM
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.
‎2009 Jul 27 9:52 PM
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.