Quantcast
Channel: SCN : All Content - Floorplan Manager for Web Dynpro ABAP
Viewing all 839 articles
Browse latest View live

How to Create, Enhance, and Adapt Floorplan Manager Applications on SAP NetWeaver 7.50

$
0
0

Since Business Suite 7 Innovations 2010, many UIs provided by SAP are built using Floorplan Manager for Web Dynpro ABAP. These UIs are very flexible and easy to adapt to the needs of individual customers. This document presents an overview of the different options that Floorplan Manager provides for customer adaptations and discusses their advantages and drawbacks. Besides the well-known adaptation techniques (i.e. Configuration, Enhancement, CBA, Customizing, Personalization) we introduce a new opportunity: SAP Screen Personas 3.0.

 

View this Document


Floorplan Manager - Learning Material

$
0
0

 

What I Would Like

 

What's Available

An overview of FPM
To develop FPMapplications
  • Floorplan Manager for Web Dynpro ABAP on the SAP Help Portal (SAP NetWeaver Library) provides you with the most up-to-date Admin/Developers guide (aka the FPM Cookbook).
  • See here for previous versions of the FPM Cookbook.
To adapt FPM applications
Some guidance please!
Standard classroom training
  • 4-day classroom training course on Floorplan Manager (FPM) for Web Dynpro ABAP is available (Code NET 313); follow this link for more details http://www.sap.com/education/
Some bedtime reading

 

 

 

 

Back to Top


How to find Feeder class from Component Configuration

$
0
0

Hi,

 

How to find Feeder class details for this component configuration /SAPSRM/WDCC_FPM_OIF_PO_PURCH

Data Loss POP UP – FPM OVP Application

$
0
0

The link describes  how to display a data loss pop up screen, when CANCEL button is pressed without saving the data with the help of form uibb.


 

Data Loss POP UP – FPM OVP Application

-----------------------------------------------------------------------------------------------------------------------------------------------

Customized Data Loss POP UP- FPM OVP Application

POWL in WebDynpro ABAP

$
0
0

  check the link for details: POWL in WebDynpro ABAP


-----------------------------------------------------------------------------------------------------------------------------

POWL in FPM

$
0
0

Please check the link:  POWL in FPM

 

-----------------------------------------------------------------------------------------------------------------------------------------

Quickview(Thing Quickview) in FPM Application

$
0
0

Quickviews-A quickview is a read-only UI element which allows the user, at runtime, to view additional information (not displayed on the current screen) about an object without having to navigate to other screens to obtain the information. Like a tooltip, a quickview appears (and disappears) on the UI during a mouse-over action by the user.

The following types of quickview exist:

  • Thing Quickview -This is used to display information relating to a ‘thing’ (a business object for example). It is implemented using the Web Dynpro componentFPM_QUICKVIEW_THING.
  • Dataset Quickview-This is used to display information relating to a dataset. It is implemented using the Web Dynpro componentFPM_QUICKVIEW_DATASET.

The below post shows Think Qickview aspect. We have an FPM application which displays the billing records & if you mouse over on the Payer number, then by quick view technique it should display the payer address information.

18.png

36.png

 

 

 

 

 

 

 

 

 

Please check the link for details:  Quickview(Thing Quickview) in FPM Application

-----------------------------------------------------------------------------------------------------------------------


Quickview(Dataset Quickview) in FPM Application

$
0
0

Please check the link – Quickview(Thing Quickview) in FPM Application upto step 3that describes how to display a list uibb on FPM OVP  application. Once the list uibb is displayed with billing records, if we mouse over cursor on the Billing type, it should display different billing type(s) list(dataset) info. 

1.png

                                                                                                        2.png                                                                     


3.png


Please check the link -  Quickview(Dataset Quickview) in FPM Application for details.


-----------------------------------------------------------------------------------------------------------------------------------------------------


process browser: button needs to be conditionally hidden

$
0
0

Hi Experts,

 

 

I have a requirement of disabling or hiding the custom added Print Preview button in process browser detailed screen. The button needs to be enabled only when the print preview is available for the form, in case a form is selected for which print preview is not available it should be disabled.

 

Kindly help on the same.

 

Thanks,

Shilpa.

Session time out in FPM applications - Problem

$
0
0

Hi Experts,

 

I am trying to find a solution to the session time out problem in my FPM applications. When the application is left inactive for long, even though it has timed out the user only gets to know when he/she clicks on a button or something. I have to find something to address this issue.

 

Now, I know that I cannot increase the timeout value( greater than the ICM setting) for a particular application and increasing the ICM setting timeout value wont be possible in my project.

So, the users want a warning message (lets say "Session will time out in 1 minute" )  if the application is going to time out. Now, this is FPM and I am on a lower system ( SAP_BASIS 702) so I don't have the TimeTrigger UI element.

 

Any idea how this can be achieved in my OVP FPM application.

 

Many thanks in advance.

 

Saikat

Add Custom Application Parameter

$
0
0

Hi,

 

One Portal iView is created based on standard Webdynpro ABAP FPM Application HRMSS_TEAM_DETAIL and its application configuration is ZHRMSS_TEAM_DETAIL.

 

I need to send some value from iView to webdynpro component which can be achieved through Application Parameters. My question is how can we add custom parameter to standard FPM Application or enhance application parameters?

 

Thanks,

Vasundhara.

NWBC 4.0 tab close does not trigger dirty check

$
0
0

Hi,

 

I have an FPM_OVP_COMPONENT configured to use my custom WDA component, that has an ALV table usage.

I want to prevent user navigating from the screen if something in that table was modified.

For that in my custom component I implemented IF_FPM_WORK_PROTECTION->IS_DIRTY in my component controller.

 

..but on tab close in NWBC 4.0 or HTML NWBC client this method is not called at all, so no check/no message/data loss.

 

Am I missing something?

Floorplan Manager - Learning Material

$
0
0

 

What I Would Like

 

What's Available

An overview of FPM
To develop FPMapplications
  • Floorplan Manager for Web Dynpro ABAP on the SAP Help Portal (SAP NetWeaver Library) provides you with the most up-to-date Admin/Developers guide (aka the FPM Cookbook).
  • See here for previous versions of the FPM Cookbook.
To adapt FPM applications
Some guidance please!
Standard classroom training
  • 4-day classroom training course on Floorplan Manager (FPM) for Web Dynpro ABAP is available (Code NET 313); follow this link for more details http://www.sap.com/education/
Some bedtime reading

 

 

 

 

Back to Top


how to create feeder class for custom webdynpro component in fpm?is it possible ?

$
0
0

Hi guys,

 

 

 

this is Siva , i want  to create feeder class for  webdynpro component ,  i am created a test program for this but, it is not ask the feeder class with custom webdynpro component (ztest_feeder)., i  am created a one more test program  with fpm_search_uibb,here feeder class option is came my dought  is feeder class is only for standard (form ,list, search component etc..)component or custom. it is possible to custom component? yes how ? please give me reply guys its urgent. tnx for advance.


Include Custom Webdynpro Component in FPM

$
0
0

Hello,

 

I have a requirement to include a Custom Webdynpro ABAP Component in the FPM Component FPM_FORM_UIBB. I created the Configuration for it . The View on it has several fields. I want to open the Custom Webdynpro Component view with a field which has OVS(Object Value Selector) which opens a popup. Instead of this OVS Popup ,I want to display the Custom Webdynpro ABAP Component View on clicking it . How can I achieve the same ?

 

Any help would be highly Appreciated.

How to change button position dynamically in fpm

$
0
0

Hi Guys,

  

            this is siva i am developed a toolbar button(button choice) dynamically but i want to change my button position in  fpm toolbar  can you please send me the fast reply  regarding this .

Short questions regarding FPM functionalities

$
0
0

Hello dear FPM community and experts,

 

I have a few specific questions regarding what can or cannot be done with FPM (I couldn't find the answers in the cookbook and haven't discovered any fitting parameters, so I'd be happy if any experts could help out)

 

1. Can the size (width, height) of buttons in the Form GUIBB be set by the developer?

2. Is it possible to customize the text on such buttons? (e.g. text size or line breaks within the text)

3. Is it possible to control the margins between the columns of a chart in the chart GUIBB? So far, I have seen charts like

chart1.png

but I wonder if it is possible to configure the columns in such a way that they're displayed like this:

chart2.png

Many thanks in advance!

FPM OVP Application: Drag & Drop in List UIBB

$
0
0

Please check the link for Drag & Drop Functionality in FPM OVP Application with List UIBBs : FPM OVP Application: Drag & Drop in List UIBB

--------------------------------------------------------------------------------------------------------------------------

Using FBI - Related View tab

$
0
0

Hello Consultants,

I am new to FBI. I am facing issue with "Related view" tab in FBI view..

 

Below are the steps I have followed to create application:

 

1. Created component configuration for FORM UIBB

2. In Feeder class parameters, I have given the FBI view. I have used FBI view to display fields from multiple nodes of the BOPF.

3. In the Elements, I got all the fields from multiple nodes in popup

 

Issue is that, When I placed the fields on UI, Only fields in ROOT node are in editable and rest other fields are disabled for input. What is the issue behind this behaviour?

 

Thanks,

Riz..

Viewing all 839 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>