cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Comp/Inft "FPM_OIF_COMPONENT"

Former Member
0 Kudos

Hi Experts,

in our systen the WebDynpro Comp/Inft "FPM_OIF_COMPONENT" has a view named CNR_VIEW.

It has also a Component Configurations named SAPSRM/WDCC_FPM_OIF_RFQ_PR_PU.

The problem I am having is I want to insert an additional button especially at the toolbar_top

section. Once you edit the view you can not see the existing buttons. I have simply inserted

a new button into the transparent container inside the affected section. But you can see that this new button is not original like the others.

Apart from this, each screen displays it different. It slips out. How is the way to position this button so that it differs hardly of the others.

Thx in advance.

Best Regards

ertas ilhan

View Entire Topic
abhimanyu_lagishetti7
Active Contributor
0 Kudos

do not enhance the standard FPM components, using Application/Form Configuration Editor you can add buttons to the toolbar.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452...

Abhi

Former Member
0 Kudos

Hi Abhi,

can I also assign a web dynpro application to the added button ?

Regards

ertas

abhimanyu_lagishetti7
Active Contributor
0 Kudos

you can handle the button event in the PROCESS_EVENT method of the UIBB component.

io_event->mv_event_id gives the id of the event, u can code inside this method as mentioned my prev. post

Flollow the link to add toolbar element

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/elearning/user-interface-technol...

Abhi