cancel
Showing results for 
Search instead for 
Did you mean: 

POWL action ID in weddynpro application?

Former Member
0 Kudos

Hi,

Several Purchase orders are displayed in POWL list. If anyone purchase order is selected and click edit button in POWL List. Purchase order (PO - WDA) is opened in edit mode.

In which attribute or variable this action id is available in Webdynpro application?

FPM_OIF_COMPONENT (in SAP SRM) is used to display PO. I have checked in IO_EVENT_ID but this action (edit button in POWL) is not stored in this variable and PROCESS_EVENT method is not triggered.

We want to block this action id in WDA for some conditions. Please let us know how to get this action id of POWL list in Web dynpro application.

Thank you.

Regards,

Dharani.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Guys,

Did you checked the feeder class:CL_MMPUR_UI_FEEDER_PO

Put a break point on get_actions method

0 Kudos

Hi.

exactly where you have to write your conditions

Method name GET_ACTIONS

for POWL all the actions are declared in this method only

Mehod name HANDLE_ACTIONS.

attribute name I_ACTIONID

whenever you are clicking any buttons actions id are coming through this attribute only

so can write your logic here.

Regards

jayaprakash T

Former Member
0 Kudos

Hi,

Is this issue resolved for you?