cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass queryid to powl component

Former Member
0 Kudos

how does component configuration parameter "Query ID" gets populated for configuration id=HAP_START_PG_POW_MSS_CC1 of component POWL_UI_COMP? do I have to do this manually? or is populated dynamically?

note: I am trying to use the standard application HAP_START_PAGE_POWL_UI_MSS display the appraisal documents, and no documents are displayed. i am suspecting that there is no value passed in the parameter Query Id..

Regards,

Tiberiu

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Tiberiu,

The application id is passed to the POWL - OSA-POWL-MSS

as per the method POWL_CALL in the MSS view.

From the application id the POWL works out which queries should be used - look at the IMG configuration for POWL

Cross-Application Components --> General Application Functions --> Generic SAP Business Suite Functions --> Personal Object Worklist --> Define Query Visibility at Role Level

here you can see the standard query ids that are used.

It is unlikely that it is the lack of a query id that is causing no performance documents to be returned - instead have a look at the feeder class in the debugger - it should become pretty obvious very quickly why nothing is coming back.

Hope this is helpful,

Chris

Former Member
0 Kudos

hi Chris, thanks for answering my question.

just so I understand, where can I find the method call POWL_CALL? is POWL_CALL called in the iView?

I checked the iView (Generic Performance Management) in PCD but I could not find method POWL_CALL being called. The iView is an ABAP Web Dynpro iView, so it merely loads the ABAP application.

if you can kindly explain how the app id is passed to the component POWL that would be highly appreciated.

Thanks,

Tiberiu

ChrisPaine
Active Contributor
0 Kudos

Hello Tiberiu,

the method is in the web dynpro ABAP component HAP_START_PAGE_POWL_UI which is called from your application.

The view is VW_MSS_START_PAGE.

It might be worth you having a quick look at some of the FPM ABAP documentation - perhaps not the whole in depth manual - but perhaps some of the TechEd overview sessions - just to get an idea of how the FPM side works - then when you've got through that - have a trawl for some POWL doco...

It's nice that SAP are actually using the frameworks in a their business suite - I'd grumble a little about the actual implementations of the frameworks but then again I like to grumble Problem is that it's a bit of a steep learning curve for us all to support/enhance it.

Good luck,

Chris

Former Member
0 Kudos

Chris, thanks for clarifying this for me.

cheers,

Tiberiu

Former Member
0 Kudos

Hi

Could you please provide me any documents about this.

Thanks & Regards,

Sake Narayana Swamy.

Answers (0)