cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Web Dynpro ABAP Customization

Former Member
0 Kudos

Hi ,

Upgrading from SRM 5.0 to SRM 7.0 and would require customization at the Web Dynpro ABAP Component for RFx.

I need to put a pop-up screen when the Buyer clicks on the "AWARD" button on the Bid Screen. Now I am not able to find the award action/event at the Web Dynpro component level where I have to put the pop-up code and other related logic. I also tried getting into the SPRO and find the class which may contain the AWARD event. Please let me know the solution to this problem. Thank you.

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure why you are looking for a event in "Web Dynpro component level " . "Award" button is in a view, so i would suggest to find that out on which view this button is and the action associated with that button action.

From here you can code your logic.

Former Member
0 Kudos

No. It is not that simple. I need help related to configuration or enhancement maybe using transition SPRO.

Former Member
0 Kudos

Hi Manoj ,

create an enhancement in method /SAPSRM/IF_PDO_BO_QTE~ACTION_ACCEPT and write your code.

Former Member
0 Kudos

Hi Akash,

Thanks for the reply. Can you please guide me through how to go about the enhancement, keeping the original functionality of the Award Button intact. And I understand coding in method of interface is not possible.

Manoj

Edited by: MANOJ NACHIMUTHU on Jul 12, 2011 6:33 PM

Edited by: MANOJ NACHIMUTHU on Jul 12, 2011 6:35 PM