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?
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?
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.
Dear All,
I am confuse, over the right approach for developing FPM applications.
I searched on google, and in most of example it is shown as you need to first develope webdynpro component. And then you can put in FPM under freestyle component. But I developed one component directly into FPM using FORM & LIST UIBB's.
what are merits and demerits of directly developed FPM component over WD component into FPM ?
so can anyone help me on this.
Thanks In Advance.
P$G
Hello ladies and gentlemen,
Please forgive my ignorance, as I'm on old-school procedural developer who is new to FPM? I was wondering if someone could explain to me the mechanism by which a custom event is triggered from a custom bottom added to the component toolbar in FPM.
I have added the button and created the custom event against the button, can't determine where the event is coded (i.e. in FPM_GAF_COMPONENT object, in the custom WDA view or elsewhere) and how the FPM button event is linked to the WDA or FPM process.
I would appreciate any assistance you could offer in clarifying this.
Regards,
Steve
Hi All,
I have an requirement where i need to add a table after Investigation name in the Investigation Tab. Also When i go Inside Component i am not able to see the fields/buttons inside view which appear on standard screen.
Attached is the Doc showing the same.
Please provide you inputs.
Thanks ,
Sreenish Nair
Hi Folks,
We are planning to introduce FPM in our company as a standard approach to develop custom applications.
There is also an initiative to transition existing custom WDA applications to be FPM compliant.
Are there best practices documented for FPM for WDA applications?
Are there any bottlenecks we could anticipate further ahead in this path?
Is there any easy way to convert existing WDA to be FPM compliant? (eg: implementing the IF_FPM_UI_BUILDING_BLOCK at a later stage and incorporating the views as UIBBs within the app configuration? )
I intend to have this guidelines in place prior to beginning the development.
Currently the management decision has been to begin creating applications on WDA and incorporating them into FPM at a later stage. Would this work out or would there be a lot of rework involved?
Any pointers in this direction would be most helpful. If there have been such initiatives in any organization, I would be most receptive to knowing the approach taken.
Thanks,
Puja.
Hello ladies and gentlemen,
Please forgive my ignorance, as I'm on old-school procedural developer who is new to FPM? I was wondering if someone could explain to me the mechanism by which a custom event is triggered from a custom bottom added to the component toolbar in FPM.
I have added the button and created the custom event against the button, can't determine where the event is coded (i.e. in FPM_GAF_COMPONENT object, in the custom WDA view or elsewhere) and how the FPM button event is linked to the WDA or FPM process.
I would appreciate any assistance you could offer in clarifying this.
Regards,
Steve
Hi all,
We are facing an issue with the ESS portal in (Employee Connection-> New Hire and Life Events -> Birth). The links are working fine till the Benefits Enrollment. But when it reaches the 'Benefit enrollment'the system is throwing the following error (The Domain Name Server (DNS) is not reachable, The Domain Name Server (DNS) does not have a listing for the website's domain, etc.). This was working fine before, it happened after and upgrade to EHP 7.
The problem seems to be a configuration issue as we are able to directly execute the application configuration ‘ZHRESS_XXXXXXX’ of WD application ‘HRESS_XXXXX’. Also checked the implementations of BADI ‘HRESS_MENU’ and could find anything related to this.
I don't have admin role for checking whether the link has been properly maintained. But the portal admin already had a look on the issue and he couldn't find anything useful.
What could be the possible reasons for this issue? Also will be very useful, if anyone could provide an idea on the tables which we can look for configurations/ link maintenance, etc. (as I don't have portal admin role).
Thanks and Regards,
Johan
Hello SDN community,
there are now more [FPM Tutorials|http://wiki.sdn.sap.com/wiki/display/sandbox/FPM+Tutorials] available for getting started with Floorplan Manager.
Later on you can also find this link under our [FPM SDN|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/00b4312a-ac72-2b10-e0ad-e0219cfeb78e] page.
Have fun!
Regards,
Julia
Hello ,
How can we add selection criteria threw POWL configuration and
where we can write the code to fetch the data.
Pleas explain in detial about sap powl configuration.
Hello,
Can some body explain container stretching attribute in FPM configuration.
If you have any document or link , could you please forward it.
Thanking you,
Regards,
satya
Hi all,
We have to implement a search using FPM Search UIBB component. The filters were properly created with their F4 search helps (both freely: using value help listener and classic: using a search function)
The search helps for all fields have 2 fields: Code and description.
As per requirement, we should show the description in the field when returning from the search help, but technically, for all database operations we need the codes.
With old select option we used to the save descriptions and codes in low and high fields (and not allowing range selections) with this trick, we were able to show the description and complete the database operations with the codes. Maybe it is not a good practice, but solved the requirement.
Is there any way to do something like that with the select options 2.0 / FPM search UIBB component?
Including the description field next to code in filter would be also great.
Thanks a lot,
Agustín.
Hi Experts,
I am Portal consultant and now doing the MSS WDA FPM configuration for which I need your help.
We are implementing MSS latest version for the client and I have to remove some iviews from the MSS home page. From one of the thread I got to know that this can be done y customizing the MSS OVP config.
I am working on ECC6 EHP 7 so I went in SE80 -> Package = POAC_MSS_HOMEPAGE_WDA -> Webdynpro -> FPM Floorplan configurations -> HRMSS_HOMEPAGE_OVP -> Start Configurator.
Here I copy the HRMSS_HOMEPAG_OVP config to ZHRMSS_HOMEPAGE_OVP and did my changes and save it in TR and close the window.
Now kindly suggest how homepage will point to my Z configuration as I am not able to edit it in below screen(highlighted in Yellow)
BR,
Shobhit
I have created a button using OIF FPM, but now depending on a condition would like to hide the button. At the click of the 'Start' button on the 'Initial Screen' I need to check one of the input values and depending on the value either hide or display my button that I added to the toolbar. Anyone know how to do that? I tried looking at the 'Start' button of the Component configuration, but there is no element event id or element id. I also tried debugging through the 'WDDOMODIFYVIEW' of the CRN view of the FPM_OIF_COMPONENT, but could not find anything helpful.
Hi Experts,
I have implemented the requirement to restrict a user's other bank data to 2.
I have used the feeder class (CL_HRESS_PER_OVERVIEW) IF_FPM_GUIBB_LIST~GET_DATA method to implement the same.
But When I delete the bank data the get data method is not getting called.
I read that the visibility of FPM toolbar in ESS can only controlled by that method.
So during delete how can I make it visible.
The method is called on toggle the toolbar tray. If it is not possible to make visible the FPM Toolbar is it possible to toggle the tray by code.
Please help me I am stuck on this for almost a month.
Regards,
Porselvan
Hi Gurus,
I have the requirement to hide the buttons in salv_wd_table standard component.
how can i get to know the component name which implements the this standard component salv_wd_table,so that i call the get_model method and with the interface if_salv_wd_table can hide the button,where can i get this code.
we cannot use the more field help as ( no documentation available error ), we got from technical help the component name as salv_wd_table and view name view_table.
your help is much Appreciated.
Thanks and Regards,
Dilip
Hello,
I am facing a problem when trying to pass an URL parameter to a GAF FPM application.
The standard way by adding a parameter to the WD application and adding a parameter to the default plug in the window doesn't work for FPM... at least in my case.
Does anyone know how URL parameters work with the FPM framework?
Thank you and BR,
Chris
Hi experts.
In NWBC we have a BUSSINES PARTNER screen:(standard)
In this screen when you put a value on the Business Partner field and clicking ENTER
internally it is made a standard process that loads data in other fields:
MY PROBLEM IS:
I CREATED A NEW FIELD 'CUSTOMER ID' AND I NEED THAT WHEN YOU FILL data IN THE SAME and click enter WILL DO THE SAME PROCESS THAT THE BUSSINES PARTNER FIELD MAKES FILLING OTHER FIELDS.
The FEEDER CLASS IS : /BOFU/CL_FBI_GUIBB_LIST
THE HELPER CLASS IS : /SCMTMS/CL_UIH_CMN_BUPA.
I DEBUG CLASSES AND I SAW THAT HE CARRIES THE FIELDS AFTER PASSING THE CODE BELOW:
read_data_helper(
EXPORTING
it_keys = it_keys
is_view_context_data = is_view_context_data
io_service_info = io_service_info
is_ui_context_data = is_ui_context_data
IMPORTING
et_ui_data = lt_ui_data
ev_preserve_sequence = lv_preserve_seq
ev_data_unchanged = lv_data_unchanged
in program /BOFU/CL_FBI_VWI_WITH_HELPER==CM002 .
But I could not understand how to pass the configuration of standard bussiness partner field to my new Z field.
Somebody can help me?
Thanks.
obs THE Bp FIELD IS WITH ACTION = STANDARD ACTION IN fpm.
Hi,
How to Gray-out or non-edictable the input field in SEARCH UIBB, based on some other field in Search UIBB.
For Example,
If i select some country, then
input fields relevant to those fields be editable alone, not othere not related to that country.
Kindly let me know asap. It's a urgent requirement.
Best Regards,
Saurabh Sharma