Tutorials are divided into NW Releases:
Read Me before You Click the Tutorial Links Below!
Note that many of the tutorials were recorded without audio; it is hoped that you read the popups that appear on the screen and follow their instructions.
To play the tutorial, click the relevant link and then click the following files (depending on the contents of the Zip file):
- Adobe Video File (eg. videos 26 and 27)
- Index.htm file (eg. videos 21 – 25 for example)
- .swf file - drag the .swf file (the one with the name of the tutorial in it) onto an open browser window; it will run automatically
To pause a tutorial, right-click and deselect the Play menu option.
Problems opening the tutorials? Update: 07.12.17
All tutorials are accessible with Microsoft IE.
If you are using Google Chrome, note that the Adobe AIR plug-in must be enabled to access tutorials 26 and 27.
The SWF plug-in for Google Chrome seems no longer to be supported; please us Microsoft IE instead in the meantime.
Floorplan Manager for Web Dynpro ABAP eLearnings
Tutorials for NW 7.40
No. | Topic | eLearning Title | eLearning Resource | Level | Abstract |
---|---|---|---|---|---|
1 | Adaptations | Context-Based Adaptations (Basic) | Beginner | An introduction to CBA. |
Tutorials for NW 7.02
No. | Topic | eLearning Title | eLearning Resource | Level | Abstract |
---|---|---|---|---|---|
1 | Object Instance Floorplan (OIF) | OIF - Creating a Simple FPM Based Web Dynpro ABAP Application | Beginner | The first tutorial leads you step by step through the creation of a very simple FPM based Web Dynpro ABAP application. The application will display a list of all users currently logged on to the system. The sample solution FPM_TUTORIAL_1_SOLUTION is available in package APB_FPM_DEMO. | |
2 | Object Instance Floorplan (OIF) | OIF - Develop Further an Existing OIF by Adding a Second View | Beginner | The second tutorial enhances the application creation Tutorial 1 by adding a second View displaying the list of the current workprocesses. After finishing this Tutorial the application looks like a 'real' OIF. | |
3 | Object Instance Floorplan (OIF) | OIF - Develop Further an Existing OIF by Using Event-Handling | Beginner | This tutorial enhances the application created in Tutorial 1 and 2 by adding an easy example of Event-Handling. The application will get a Refresh-Button which triggers a re-read of the user list and the work process data from the backend. | |
4 | Object Instance Floorplan (OIF) | OIF - Creating an AppCC to Dynamically Change an OIF | Beginner | This tutorial shows you how to use an AppCC (application-specific component controller) and its features in an OIF based application. | |
5 | Guided Activity Floorplan (GAF) | GAF - Creating a Simple FPM Based Web Dynpro ABAP Application | Beginner | This tutorial leads you step by step through the creation of a very simple FPM based Web Dynpro ABAP application based on GAF. The application contains two roadmap steps displaying a list of all users currently logged on to the system and list of the current workprocesses. | |
6 | Guided Activity Floorplan (GAF) | GAF - Develop Further an Existing GAF by Adding a Subview | Beginner | The second tutorial regarding the GAF enhances the application creation Tutorial GAF 1 by adding a Subview displaying the details of the logon user. | |
7 | Guided Activity Floorplan (GAF) | GAF - Creating an AppCC to Dynamically Change a GAF | Beginner | This tutorial shows you how to use an AppCC (application-specific component controller) and its features in a GAF based application. | |
8 | Toolbar | Toolbar - Simple Configuration of Toolbar Elements | Beginner | This tutorial describes how to configure a simple toolbar. You learn how to define standard buttons as well as application specific UI-Elements. Prerequisite for this tutorial is that you have already created a simple application based on FPM, as for example in tutorial 1. | |
9 | Toolbar | Toolbar - Dynamically Create Toolbar Elements | Beginner | This tutorial describes how to dynamically create and change UI-Elements of the OIF toolbar. You learn how to dynamically create standard and application-specific buttons and button choices. This tutorial is an enhancement of toolbar tutorial T1. | |
10 | Form UI Building Block | Form UIBB - Creating a Simple Form | Beginner | This tutorial will show you how to create a Form GUIBB | |
11 | Form UI Building Block | Form UIBB - Display Types within a Form | Beginner | This tutorial will show you the different display types you can use within a Form UIBB. | |
12 | List UI Building Block | List UIBB - Creating a Simple List | Beginner | This tutorial will show you how to create a List GUIBB | |
13 | List UI Building Block | List UIBB - Display Types within a List | Beginner | This tutorial will show you the different display types you can use within a List UIBB. | |
14 | List UI Building Block | List UIBB - Paging | Intermediate | This tutorial will show you how to use the paging functionality in your LIST GUIBB. Not the whole list content is requested from the feeder at once but only the data that is needed at a certain time. | |
15 | Tabbed UI Building Block | Tabbed UIBB - Creating a simple Tabbed UIBB | Beginner | This tutorial will show you how to create a Tabbed Component Configuration. | |
16 | Search UI Building Block | Search UIBB - Creating a simple Search UIBB | Beginner | This tutorial will show you how to create a SEARCH GUIBB. | |
17 | Launchpad UI Building Block | Launchpad UIBB - Creating a simple Launchpad UIBB | Beginner | This tutorial will show you how to create LAUNCHPAD GUIBB. | |
18 | FPM Configuration Editor | FPM Configuration Editor - Introduction and how to work with it | Beginner | This tutorial is about the new FPM Configuration Editor and how to work with it. | |
19 | Identification Region | IDR - Creating the header area of a Floorplan | Beginner | This tutorial explains how to create text, links and icons for the header area. It leads you step by step through the link creation, including the usage of the report launchpad. The sample solution FPM_TUTORIAL_1_SOLUTION is available in package APB_FPM_DEMO. | |
20 | Dialog Boxes | Dialog Boxes within FPM applications | Beginner | This tutorial will show you how to create, modify and call dialog boxes. | |
21 | Application UI Layout | Changing the layout of an FPM application | Beginner | This tutorial will show you how to change the layout of your FPM application. | |
22 | Error Page | Creating an Error page for an FPM application | Beginner | This tutorial will show you the possiblities to create an error page. You can use this feature, when a serious error occurs and the application should be closed. | |
23 | Navigation | Suspend and Resume within FPM applications | Intermediate | This tutorial will show you the suspend and resume functionality within the FPM. The FPM framework can be placed in a suspended state whilst the user navigates to another URL. The user can work on the URL and then navigate back to the suspended FPM application, which is resumed from exactly the same state before navigation occured. | |
24 | Performance | Transient UIBBs | Beginner | This tutorial will show you how to make UIBBs transient in their behavior. Transient behavior means that UIBBs, which are not visible, can be removed from memory to increase the performance and the memory footprint of the application. | |
25 | Implementation | Using an AppCC within an ABAP OO class | Intermediate | This tutorial shows you how to use an AppCC (application-specific component controller) within an ABAP OO class. | |
26 | Analytics List UI Building Block | Analytics List GUIBB - Integration of List Reporting within Development | Intermediate | This Video shows how to integrate List Reporting when developing an application. The integration is using the Analytics List GUIBB and the standard Search GUIBB with a specific feeder class and a specific application controller. | |
27 | Analytics List UI Building Block | Analytics List GUIBB - Integration of List Reporting within Customizing | Intermediate | This Video shows how a customer can integrate List Reporting by customizing an application. |
21 Comments
Nagaraja Gupta Kadimesetty
Links are not working
Former Member
Nice document very hepful...Thanks
Manoj Mohanty
No Audio...
Tomáš Damborský
Hi, very nice page, but could please somebody repair the links? They are not working anymore for some time. Thank you and appreciate your effort.
Former Member
Hello, I can't able to access these links, can anyone please provided me these documents. I am beginner in FPM and want to learn with BOPF to work on EHSM.
Thanks & appreciate your effort.
Digant Trivedi
"page not found" issue when clicking the link. please fix this asap.
Celeste Hoefkens
Hi all,
Firstly, sincere apologies for not getting this sorted out sooner. Secondly, I have checked all the links and they appear to be working now.
Note that many of the videos were recorded without audio; it is hoped that you read the popups that appear on the screen and follow their instructions.
To play the video, click the relevant link and click the following files (depending on the contents of the Zip file):
If you still have problems with any of the links above, please let me know.
Regards,
Celeste
Former Member
Hi, Celeste Hoefkens
I can't able to access these links from No. 3 ,Can you help repaire these links?
Thank You and Kind Regards,
Carlos
Scott Bertrand
Hello,
Thank you for fixing the links.
If I double click the html file, I get popup that Camtasia is loading, bu then nothing.
I am able to view the swf file, but it goes by quickly and there is no means to pause it.
I have downloaded latest flashplayer and javasscript is enabled.
I have tried in Internet Explorer and Chrome.
Is there something I need to setup?
Thank You and Kind Regards,
Scott
Celeste Hoefkens
Hi Scott,
You don't have to do anything with the .html file (only with .htm files).
Is it a particular tutorial or several of them?
Regards,
Celeste
Scott Bertrand
Hi Celeste,
It happens with several of them. It seems like there should be a control bar that allows stop and start of the playback. That would be ideal. As it is now, I have to stop and restart from beginning to be able to review a certain portion.
Regards,
Scott
Celeste Hoefkens
Hi Scott,
You know you can right-click on the video as it runs, and pause it by clicking the 'Play' option, right?
That should help a little.
Regards,
Celeste
Scott Bertrand
Hi Celeste,
Yes, I used that a bit. it is helpful.
And there is a lot of good info in the videos!
Thank You,
Scott
Former Member
Very cool eLearning, but when I run the flash demo, how do you pause the video?
'Cause it's too fast to repeat your tuto without stopping...
Celeste Hoefkens
Hi Rachid,
Glad you like the videos
You can right-click on the video as it runs and deselect the Play menu option.
Regards,
Celeste
Gayatri Rajani Bellala
Hi Celeste,
The links are not opening for me. Please help.
Thank you,
Gayatri
Celeste Hoefkens
Hi Gayatri,
Please could you send a mail to SAP SCN Content Operations (SCNContent@sap.com). they should be able to help you with this.
Regards,
Celeste
Celeste Hoefkens
Hi Gayatri,
Thanks for bringing this to my attention.
Unfortunately, I still don't have an answer for this currently. I'll get back to you as soon as I do.
Apologies for the inconvenience in the meantime - most annoying!
Regards,
Celeste
Former Member
Hi Celeste,
The links are not opening for me. Please help.
please let us know when we it will be available.
Best Regards,
Ashok
Celeste Hoefkens
Hi Ashok,
Please could you send a mail to SAP SCN Content Operations (SCNContent@sap.com). They should be able to help you with this.
Regards,
Celeste
madjid khanevadegi
excellent
Simple
And very practical
Thanks