cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Component Configuration

Former Member
0 Kudos

Hello Expert,

   Hi I am new to FPM . I have done component configuration with custom toolbar with custom button. Also developed Webdynpro component for this. Now when I click on button my WDA window should populate. how to achieve this. Please give any suggestion how to achieve this. Thank you.

Regards,

Omkar.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member219762
Contributor
0 Kudos

Hi,

I hope this will help you http://scn.sap.com/docs/DOC-47092

Regards,

Sreenivas.

Former Member
0 Kudos

Hi Omkar,

In FPM configuration, for button you have specified EVENT_ID.

In comp controller of your WD Component, you have a method 'PROCESS_EVENT'.

Whenever a button is clicked you will get the corresponding EVENT_ID in 'IO_EVENT->MV_EVENT_ID' inside method 'PROCESS_METHOD'.

Please let know if you need more details.

Former Member
0 Kudos

Hi Omkar,

Please use the below thread to achive your requirement.

http://scn.sap.com/thread/3336839.

Thanks

Praveen Gupta