We have requirement , where we need to add field dynamically to Configuration ID . Can any one please advice , where exactly in FORM FEEDER CLASS , this code should be written .
Dynamically add fields in CONFIG ID in FLUID
FPM POPUP-dump
Open a popup on standard FPM buttons - FPM dialog box
Hi gurus,
a "simple" requirement: I have to open a confirmation popup ("Are you sure?" with yes/no buttons) on some FPM buttons for a standard application (view/edit of an RFx).
I've seen that FPM Dialog Boxes are often suggested as solution that meets my desiderata, but I have some doubts.
First of all: following this tutorial:
http://scn.sap.com/docs/DOC-2322
I created an enhancement over the proper configuration for FPM_OIF_COMPONENT, in which i created a Dialog Box referring to a custom (and empty, for now) WD Component.
The problem is: how to associate this Dialog box to existing, standard FPM buttons?
In the tutorial a custom button has been created and an FPM Event ID called "FPM_OPEN_DIALOG" has been set for this button; as parameter, an entry with:
Parameter name: DIALOG_BOX_ID
value: <mycustomDialogBoxID>
has been created.
The problem is that each standard FPM button has its own FPM Event ID, so the first question is: should I override that event with FPM_OPEN_DIALOG?
And then, how can the Dialog Box know what's the correct FPM Event ID that should be triggered by the pressure of the OK button?
Could anyone suggest me the best approach to this task? I'm kinda confused, I guess there should be a kind of parameter's passing system, probably my custom WD Component which is used as UIBB for the popup has to implement a specific interface.
Any help will be appreciated, thanks
Attachements in FPM
We have to create button in PO create/ change ,which is capable of selecting file from user desktop and save it . We are using FORM GUIBB . If anyone has worked on this scenario .Can you please guide, how to achieve this requirement .
FPM Webdynpro abap
Hi all,
Could you please help me how to design wiring between two UIBB's using one button is it possible or not ?
Thanks,
Sekhar
Does FPM supports adding column into list GUIBB dynamically?
Hi All,
Do you know how to add new column into list GUIBB without add it in configuration screen? Is this functionality supported by FPM?
For example, I have a structure which contains 10 fields, and I only configure 4 fields in configuration screen. Now I want to add other fields by code (feeder class). How to implement this? Thank you!
Thanks and best regards,
Yong
basics for FPM in webdynpro abap
Hi Experts,
I am new to webdynpro know some basic concepts.
I want to learn the FPM. what exactly FPM and why need FPM.
what is ehp4,we have to install any patches for using eph4 or any version we have to isntall.I have ecc6.0.
I know package ABP_FPM_DEMO in that some application using FPM are there.But I ma not understaing taht can you please give me small hello world application from step by step how to configure,what is configuration and what is the use of FPM.
Thanks
How to expand the WDA view in OVP Floorplan Mananger
Hi Experts,
I created an OVP application that have a 2 views
: View 1 ( Normal Web Dynpro view with input customer number ),
View 2 is a tabbed UIBB with data populated based on View 1.
I want to set View 1 always expanded, user cannot collapse this view because I got a lot of issue when View 1 is collapsed.
Is there a way to always expand this view when application start or if user collapse the view and exit out, I must expand the view before exit?
Much appreciated if someone can point to me on how to solve this issue. Thank you.
View 1 customer number is passed from a different WDA application and I noticed that when View 1 is collapsed, the data was not populated since event WDINIT in View 1 was not called.
Organize Tabbed OVP vertically
We have requirement , to have 5 buttons on left hand side and on click of each button , respective "FORM","SEARCH" ,etc should open on right hand side .
My idea is to used Tabbed OIF Template for it , but since TABBED OIF "FPM_TABBED_UIBB" is organized horizontally . Is there any option, by virtue of which tabs can be aligned vertically , so that all tabs are on left side and clicking which opens respective form, list, search etc on right hand side .
Multiple selection in FPM form GUIBB
Hi All
I have developed a FPM application using FPM Form GUIBB, for one of the fields the requirement is user can select muliple values from the selection.In FormGUIBB I can't see any possibility to do this. Any idea how that would be possible, using List GUIBB, I can see the possiblity, but how for one field with in the form, I can do this ? any idea how this can be sorted out.
regards
Anup
FPM Webdynpro abap
Hi all,
Could you please help me how to design wiring between two UIBB's using one button is it possible or not ?
Thanks,
Sekhar
How to hide a nested UIBB in an FPM OVP application ?
Hi Experts ,
I have an FPM OVP application which basically contains the following nested UIBB's .
a ) Main Page
This has two sections i ) Header ii) Items .
In the Header section i in turn have two UIBB's .
a) Form UIBB
b) Composite UIBB.
The Composite in turn contains a a) Master List UIBB
b) Tabbed UIBB .
The Tabbed UIBB then contains a) Tree UIBB
b) Chart UIBB with a drop down option .
I need to hide/remove the Chart UIBB based on the drop down option . I tried to do so in the OVERRIDE_EVENT_OVP method of the controller exit class . However on selection of the event for Hiding the chart from the drop down menu on the chart toolbar . I am able to only get the UIBB's from the highest level ie i am able to get only the FORM UIBB , Composite UIBB from the header section . I am not able to drill down inside the composite UIBB > Tabbed UIBB > and lastly the CHART UIBB to hide it .
Is there any way to get and hide the UIBB from such a nested level ? If yes , then how do i go about it ?
Thanks and Regards ,
Sheldon Rodrigues
Multiple value selection UI element in FORM UIBB
I need to create field in FORM UIBB, which can handle multiple value selection . I can find Drop down list ,but that allows only single value selection .
Can anyone please advice, how to achieve this requirement in FORM UIBB
FPM / POWL: Add available Fields to Navigation Panel at FIS_FPM_OVP_TRIAL1
Hello Experts,
I am facing the following problem for the FPM Application FIS_FPM_OVP_TRIAL1:
https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0996')
I want to extend the navigation panel on the left side and add some additional (custom) fields.
I've found the BADI FPM_BICS_NAVIGATION but I am not quite sure if this is the right function.
Is there any way to extend the navigation panel for FPM/POWL applications?
Thanks in advance!
Attachements in FPM
We have to create button in PO create/ change ,which is capable of selecting file from user desktop and save it . We are using FORM GUIBB . If anyone has worked on this scenario .Can you please guide, how to achieve this requirement .
Lead Selection Functionality in FPM GUIBB List
Hi Experts,
In my feeder class i am using Search, List and Form GUIBBs first i am search flights using search guibb and getting result in list guibb when i select a row in list (lead selection) in which method i can grab that lead selection data and can i display that selected row in form guibb.
Thanks & Regards,
Ramesh.
Multiple selection in FPM form GUIBB
Hi All
I have developed a FPM application using FPM Form GUIBB, for one of the fields the requirement is user can select muliple values from the selection.In FormGUIBB I can't see any possibility to do this. Any idea how that would be possible, using List GUIBB, I can see the possiblity, but how for one field with in the form, I can do this ? any idea how this can be sorted out.
regards
Anup
How to create Drop-Down List in FPM, with values from intenal table?
Hi Experts!
I need to create a Drop-Down List Box in from UIBB. Drop-Down should contain values from an internal table. I know, that this is possible for Web Dynpro, but how can I manage values for FPM's Drop-Down list?
"Failed to load resource: the server responded with status 403" error In chart
Hello experts;
In my FPM applications I included a chart UIBB to display a PIE graphic. When I test the application the chart is never displayed, instead the "loading" icon is shown. In the console of chrome I see the error: "Falied to load resource: the server responded with status of 403 (Forbidden)":
Any suggestion why the chart is never displayed? Is has to do with the error attached? It could be an missing authority object in the assigned role of the user?
How I can detect the root cause of the problem?
Thanks in advance for the comments.
Best regards
How to add a button in the FPM application..?
Here is my FPM application for MDG(Material data governance)
Anybody please tell me how to add it.
Is there any thing to do with the feeder class because it is bassically built by using the feeder classes.
I that screen, near to the CHECK Button i have to add another button and wanted to do some event for that.
It will be realy helpfull if some could tell me the answer.