cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

show Dynpro in external Program

Former Member
0 Likes
219

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....

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
SAP Mentor
SAP Mentor
0 Likes

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

Former Member
0 Likes

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.