cancel
Showing results for 
Search instead for 
Did you mean: 

load a GUI screen in a Web Dynpro View. is it possible ?

Former Member
0 Kudos

Hello All,

I want to load a GUI screen in a web dynpro View. The GUI screen is a transaction like SE37 etc. So when the user clicks on a button or a link in web dynpro view, I want to load the screen which appaears when we run SE37 transaction (the GUI screen ) in a seperate view. is it possible ? if yes, how ?

Regards

Mrinalini

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185879
Active Contributor
0 Kudos

Hello Sharma,

Yes, as he said, we can create a transaction iView and assign the SE37 transaction in it. Once it is done, take the PCD Path of the Iview and in webdynpro java use WDPortalNavigation to navigate to that particular iview.

Regards

Nizamudeen SM

former_member189631
Active Contributor
0 Kudos

Mrinalini ,

It is possible to display an SAP Transaction in a seprate view. Just create an SAP Transaction iView and provide valid system and other parameters in the sap transaction. Either Assign the iView to a new page and have a link in your WD application and call the page that contains SAP Transaction iView to navigate to the newpage using Navigation API or assign the SAP Transaction Iview along with your WedDynpro appln on the page.

Ram