cancel
Showing results for 
Search instead for 
Did you mean: 

how to hide screen fields from POWL component

Former Member
0 Kudos

we are using Performance Management application running on ECC6 EnhP4 Portal 7 EnhP1.

We are using the standard ABAP webDynpro component Appraisal Documents.

see link below for more info.

http://help.sap.com/erp2005_ehp_04/helpdata/EN/48/9968e67f020e27e10000000a421937/content.htm

we have a requirement to hide the following screenfields:

- Change Query (link)

- Define New Query (link)

- Category Group (drop down)

- Category ID (drop down)

- Aprpaisal Template ID (drop down)

for that, I went to SE80->Web Dynpro Comp./Int.->FPM_OIF_COMPONENT->Component Configurations->WebDynpro Built-In->HAP_OIF_POWL_CONF_ESS.

I see the following entries:

- CNR_VIEW

- CONF_SCREEN

- INITIAl_SCREEN

- MAIN

where/how can I make the screen fields invisible????

Edited by: Tiberiu Sasu on Apr 15, 2011 7:35 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Since this is POWL, I would suggest that instead of altering the underlying component (which is generic and very dynamic) that you instead customize the POWL query. Perhaps you should read up on POWL processing as the queries in POWL are design to be customizable/customer created and extended.