on 2004 Oct 14 2:14 PM
I would like to show one Dynpro in an external Program. Some Workers should be able to view Documents (CV04) without navigating through SAP or knowing more bout it. The should be able to start some Application, enter Username and Password (registered SAP Users) and then View CV04.
But how should this be done?
Thanks for any Hints....
Request clarification before answering.
Hello Martin,
what you can do is to call the Transaction through ITS. Then you have just to put a URL Link in your application. It is described in this <a href="/people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008">Weblog</a>.
Regards
Gregor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A bit out of the box thinking, but you could also provide a desktop application like VB or Delphi or C/C++ or something that uses the Browser componenet and then call a BSP application or ITS application.
The reason for the desktop app would be to eliminate the possiblities of moving away from the app by typing in the URL or even by reading the windows login info and passing it as a parameter in the URL, since you'll be controling the browser the user never has to see the url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.