cancel
Showing results for 
Search instead for 
Did you mean: 

POWL Error: Invalid PBT server group name: X

Former Member
0 Kudos

Hi,

I have followed the article [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60f1d5ee-84ab-2c10-ce97-97dfd89bc238?quicklink=index&overridelayout=true |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60f1d5ee-84ab-2c10-ce97-97dfd89bc238?quicklink=index&overridelayout=true] for building a powl application in wd-abap.

Can anyone please advise how to resolve this?

Also can you please let me know what are the pre-requisites (config settings, s/w version/patch etc) for building/running a powl application?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Now i tried to pass space to SRVGROUP parameter of WD_THIS->FIRE_OUT_PLG.....and i am getting the below error.

Call of a method or kernel Method that has not been implemented

The ABAP call stack was:

Method: GET_UPDATED_SELCRIT of program CL_POWL_UTIL==================CP

Method: GET_UPDATED_SELCRIT of program CL_POWL_UTIL==================CP

Method: SET_CURRENT_QUERY of program CL_POWL_MODEL=================CP

Method: INITIALIZE of program CL_POWL_MODEL=================CP

Method: HANDLEDEFAULT of program /1BCWDY/5HKCBQHNLGSSZG8ZGPK2==CP

Method: HANDLEDEFAULT of program /1BCWDY/5HKCBQHNLGSSZG8ZGPK2==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/5HKCBQHNLGSSZG8ZGPK2==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP

Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP

Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Former Member
0 Kudos

The error "Invalid PBT server group name: X" is resolved by passing 'space' to the parameter SRVGROUP.

The error 'Call of a method or kernel Method that has not been implemented ' is resolved by activating every method in the feeder class manually eventhough it is empty. Just go into each of the methods, hit enter to insert a empty line and activate.

The powl is now showing up.

Closing the thread. Thanks to all for looking into this.

0 Kudos

Thanks for sharing.