cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Component from Feeder class?

0 Kudos

Hello Team,

I have to display a pop-up window when "Print_Preview" custom button is pressed on SRM RFx Screen Portal. For that button i found the Feeder class: /SAPSRM/CL_CLL_POWLT_RFQ.


But to trigger the POWL_FOLLOW_UP event where to create this event ? And what is its linked WD component?


/SAPSRM/CL_CLL_POWLT_RFQ->handle_action code under this method is below:


CASE i_actionid.

**********************************************************************************

*  Print preview button

***********************************************************************************

     WHEN 'ZPRINT'.

*    Important: this triggers the event

      e_portal_actions-fire_wdevent = 'X'.

    ENDCASE.

Regards,

Shabeer Ahmed Shaik.

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit3611
Contributor
0 Kudos

Please see this link, it has all details for using POWL with SRM.

0 Kudos

Hi Rohit,

Thanks for your reply.

My exact requirement is i need to call the pop-up window from this feeder class: /SAPSRM/CL_CLL_POWLT_RFQ.

i fired this event "  e_portal_actions-fire_wdevent = 'X'. "


But the thing is where i need to catch this event. When i right click on 'print_preview' button and found the component name: SALV_WD_TABLE.


I tried to enhance this component added  component " powl_ui_comp " and created the powl_follow_up event as well . But no event is triggered.


If i can get this triggered event place my requirement is solved.


Please help some one on this.


Regards,

Shabeer Ahmed Shaik,

Shabeerbtech@yahoo.co.in

0 Kudos

Is there any solution for this.

0 Kudos

Please provide some information on this to proceed further......