Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member186016
Active Contributor

WithABAP deveopment tools (for Eclipse) 2.7, you can develop Floor Plan Manager application using the new ABAP development tools (based on Eclipse). The new environmen is more intuitive, usabled and enables you to develop faster.

In this document, I am going to list down the major features which are available in the new development environment which enables you to develop UIs using Floor Plan Manager.

Major Features

Here is the list of major features:

  • Project Explorer displays all Floor Plan Manager artifacts

The Project Explorer displays all Floor Plan Manager artifacts under 'Web Dynpro' folder. The the objects have their own icon so that you can easily distinguish them.

  • Easily create new Floor Plan Manager Application

You can create new Floor Plan Manager Application using eclipse. Navigate to Flie-> File -> New -> Other and in the 'New' dialog box, choose ABAP -> Web Dynpro -> Floorplan Manager Application. In the wizard apart for normal option to create Floor Plan, you can also select some templates for oData and SADL to create Floor Plan specific to them. When you will finish the wizard it will open the creation tool inside Eclipse itself.

  • Edit existing Floor Plan Manager artifacts

To start editing an existing Floor Plan artifact, you need double click on the entity in Project Explorer. It will open the editor for the object inside eclipse itself.

In eclipse you can work with many objects open in their respective editors.

  • Running Floor Plan Manager Applications

To verify out of a Floor Plan Application or Floor Plan Application configuration, you run them in eclipse. To run right click on the object in Project Explorer and choose option Run As -> Web Dynpro ABAP Application. It will launch the application inside eclipse itself.

  • Forward Navigations

FLUID inside the Eclipse editor provides all the features that you are used to working with when you work in SE80. Additionally, everything is handled inside
eclipse editors, so it’s easy to have a good overview of your application and its configurations.

Forward navigation throughout application and component configurations works smoothly in eclipse, and, as an extra feature in Eclipse, you can also navigate to feeder classes directly from a GUIBB configuration. The following screenshots illustrate this:

    • Navigating between FPM Components

    • Navigating from a GUIBB Configuration to a Feeder Class