cancel
Showing results for 
Search instead for 
Did you mean: 

how to open web application by SAP screen and pass parameters with it

Former Member
0 Kudos

I want to open one web application from SAP screen and also pass some parameter like user id, password for navigating in web application so what is the abap code and config setting required fron SAP side and also fron .net side.

Accepted Solutions (0)

Answers (1)

Answers (1)

jayakumarkb_81
Participant
0 Kudos

Dear vinod

try the function module : WS_EXECUTE

in the program parameter give IEXPLORE.EXE , if IE.

and in the parameter : http://www.google.co.in/search?rls=ig&hl=en&q=sap&meta=

through the parameter you can pass data. check : search?rls=ig&hl=en&q=sap&meta=

this is how you can send uname and password.

eg: www.*******.com/login?uname=unamevar&pass=passvar

Former Member
0 Kudos

Actually i dont want to pass the parameters through url. i want to pass the parameter in sauch a way that nobody can see it. my .net application is on intranet and i want to access it through my SAP screen.

have u any idea ab8 SAP .NET connector or any functionality by which we can establish the communication between SAP and .NET application.

thx..

jayakumarkb_81
Participant
0 Kudos

refer the program SAPHTML_DEMO1

in this program you can give the URL in the address bar.

if u dont want to give the URL then pass it through the calling program.

this program have a problem: if a link opens the page in a new window then that page will only open in the IE or firefox etc. other wise u can mananage all your pages in SAP window.