cancel
Showing results for 
Search instead for 
Did you mean: 

fpm_ovp_component and fpm_qaf_component does not exit

former_member184958
Active Participant
0 Kudos

Hi All,

   I'm totally new to Floorplan,

          When i am trying to design fpm_ovp_component and fpm_qaf_component. It through the error like does not exit,

Kindly help me to fix my problem,

Warm Regards,

John.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi John,

I think you are creating FPM application for the newly created webdynpro component and that component doesn't have implemented IF_FPM_UI_BUILDING_BLOCK interface.

If you want to use your WD component as a free style application then don't create a application for the same component. Follow the below steps.

1. Create a wd application with he FPM_OVP_COMPOENT and then create a application configuration for the application.

2.Create component configuration for the application.

3.Choose free style UIBB from the UIBB button choice in OVP page.

4. Give your webdynpro component name and interface view name then test your appliation.

I will surely work.

Thanks & Regards

Praveen Gupta

Former Member
0 Kudos

Hi John,

First of all you have to check whether you mentain the interface "IF_FPM_UI_BUILDING_BLOCK"  or not.You just mentain the interface->>  compnent  inside the component controller (tab) .

Otherwise check whether you have "FPM_OVP_COMPONENT" AND "FPM_OIF_COPMPONET"

in the SE80.

Helpful document for OVP

http://saptechnical.com/Tutorials/WebDynproABAP/OVP/Index.htm

Some helpful document for further reference::

http://http://wiki.sdn.sap.com/wiki/display/WDABAP/eLearning+Tutorials+-+Floorplan+Manager+for+Web+D...

Regards,

   Biren

Former Member
0 Kudos

Hi John,

There is no separate FPM_QAF_COMPONENT. QAF is nothing but a subset of the OIF. An OIF application with only 1 mainview and only 1 subview is termed as a QAF application.

You would still use the FPM_OIF_COMPONENT to create an application for QAF.

Thanks and Best Regards

Rohan

former_member215610
Active Participant
0 Kudos

Hi,

First check the FPM_OVP_COMPONET is present in the system or not.

Go to SE80 and check for the component.

Refer below documents.

http://scn.sap.com/docs/DOC-41041

http://scn.sap.com/docs/DOC-33872

Regards,

Ragavendra

former_member219762
Contributor
0 Kudos

Hi,

    Did you implement IF_FPM_UI_BUILDING_BLOCK interface in component?

For more details
http://saptechnical.com/Tutorials/WebDynproABAP/FloorPlanManager/Page1.htm

Regards,

Sreenivas.