cancel
Showing results for 
Search instead for 
Did you mean: 

how to start working with Floorplan Manger in SP13.

former_member188831
Contributor
0 Kudos

Hi Gurus,

Just we are started implementing the Webdynpro applications.

converting our z-screens to WDA.

I feel it is quite faster and easier to desing if we can user the floorplan managers like GAF/OIF.

we are using SP13/ECC6.0, what are the prerequisited i need to have, how i can i desing using FPM. probably i may go by OIF.

looking for you early detailed response.

if you can't describe give me the Tutorial links or some examples.

even i gone through: APB_FPM_TEST and APB_FPM_DEMO.

and this one..

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/community/bringitallTogetherwithFPM%28FloorplanManager%29forWebDynpro+ABAP

Thanks,

Mahesh.Gattu

Accepted Solutions (0)

Answers (1)

Answers (1)

I039810
Advisor
Advisor
0 Kudos

Hi Mahesh,

1. In order to create an application using FPM, you first have to create windows in Web dynpro with required views embedded inside.

2. Now go to FPM_OIF_COMPONENT and create a configuration.

3. In the configuration you can embed the corresponding views required from the web dynpro component created by you.

Your WDP component should inplement the interface IF_FPM_UI_BUILDING_BLOCK.

Once your WDP component has implemented this interface, you can handle the events in the component controller method.

For more details you have to check for the FPM cookbook, which can give a full step-by-step procedure.

Thanks,

Shalini

former_member188831
Contributor
0 Kudos

Hi Shalini,

i have alredy done these stepts now i can get the out put with FPM.

initially i am getting the view what ever i have given in the OIF.

But there is one start button on Ident how should i customise this area. page aread. i want to put some fields and buttons in ident.

once i click on those buttons i need to display the tabs with the correspondance views.

can you explain the process.

offcourse i have cookbook, but i couldn't follow that.

Thanks,

Mahesh.Gattu