cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a search button in a view?

Former Member
0 Kudos

Hi experts,

Can anyone tell me how to make a button for a search dialog to search a poste (just like which in ppome) in a view?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I didnt get your question properly, if you are asking about popins and dialog boxes see [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903fed0d-7be4-2a10-cd96-9136707374e1]

Regards,

Naga

Former Member
0 Kudos

Thanks. Actually I want to call transaction ppome just like a BDC but used in web dynpro JAVA. How could I reach that?

Thanks!

Former Member
0 Kudos

Hi,

Create a transaction iview in portal, call the iview in webdynpro.

use this code to open the iview in webdynpro java.

WDPortalNavigation.navigateAbsolute

("ROLES://portal_content/<Complete Path of Iview>",

WDPortalNavigationMode.SHOW_INPLACE,

(String) null,

(String) null,

WDPortalNavigationHistoryMode.NO_HISTORY,

(String) null,

(String) null,

(String) null,

true);

see this http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm

Regards,

Naga

Edited by: Naga Raju Meesala on Sep 8, 2008 7:51 PM

Former Member
0 Kudos

Thanks Naga, but how to create a transaction view?

Thanks!

Former Member
0 Kudos

How to create a Transaction iView in portal?

Content Administration u2192 Portal Content u2192 Create your own folder called TestFolder to keep your iViews.

Right Click on newly created folder and create new iVIew

> IView Template> Next --> Select IView ( Transaction IView )

--> Give the IView Name and ID and Descriptin

--> Select SAP GUI Type ( GUI for HTML )

--> Now Select the SAP System ( System Alias )

--> Enter Trasaction Code and Parameters if any

--> Finish.

and now preview the iView , make sure to pas the correct SAP WEB AS server details like host name and etc..

Thanks

Krishna

Answers (0)