Re: Unit test of FPM applications?
Hi Nguyen, I don't think this will work the way I thought about. What I want is not to run tests on the functionality behind the GUI, for which I can use ABAP Unit tests. I would like to verify that...
View ArticleRe: Unit test of FPM applications?
Well then you might want to look at eCATT for Web Dynpro or ABAP Selenium...
View ArticleHow to move FPM applications between packages?
Is there any way to move a whole FPM application, including all of its configurations, from one package to another one? I cannot find any way to do this, neither in the SE80 nor in FLUID/FPM_WB. Thomas
View ArticleHow run different FPM configuration enchancements at runtime?
Good day! I created three enchancements for EHFND_LOCATION_OIF configuration. Now works the enchancement that I created first. I need run in application EHFND_UI_LOCATION_OIF other enchancements in...
View Articlefields of standart replaced on Z_ UIBB component in Enchancement...
Good day. I created enchancement of configuration EHFND_LOCATION_OIF and replaced first UIBB configuration of FPM_FORM_UIBB EHFND_LOCATION_BASIC on copied configuration ZEHFND_LOCATION_BASIC. Both...
View ArticleHow to make browser window flashing when minimized
Hi, In my GAF FPM floorplan, there is a timer in my freestyle view which periodically refreshes the ALV and checks if new data came in or not. But the user wants if the corresponding browser window is...
View ArticleRe: Unit test of FPM applications?
Dear Thomas, Nguyen is right. Either you mock the behavior directly in the UI (then no ABAP Unit is needed). Or you are using GUIBBs with feeder classes and use ABAP Unit which requires you to call...
View ArticleIn ovp configuration, if we made some UIBB's as collapsable still they are...
Dear Experts, I'm working with MDG material OVP application.Created one configuration, and based on requirement i have made some UIBB's as cpllapsed and some as non collapsed by using collapsed...
View ArticleRe: In ovp configuration, if we made some UIBB's as collapsable still they...
Hi Sukumar K, FPM Guide. Page 57. Kind regards, Aliaksandr.
View ArticleRe: How do I translate POPUP Message Text in Web dynpro program?
Thanks a lot Nguyen . It helped!!
View ArticlePassing Parameters between two FPM components
Hi All, I am new to FPM, can anyone please tell me what all ways we can pass parameters between two FPM components.which is better one. Also i don't want to pass parameter on URL, is there any ways...
View ArticleRe: In ovp configuration, if we made some UIBB's as collapsable still they...
Thanks Aliaksandr Zhdanovich, The behaviour is because of personalization only.Great help. My problem resolved
View ArticleRe: Passing Parameters between two FPM components
Hi P$G,Please refer to this document.Kind regards, Aliaksandr.
View ArticleHow to force navigation from a FPM page within the same window?
I can make the FPM page navigate to a webdynpro application but nowhere else. Once there I tried redirecting to an external webpage using the usual exit plug but it doesn't work coming from a FPM...
View Articledynamic value help / search help in List UIBB of OVP FPM Application
Hi experts, I have a FPM_LIST_UIBB_ATS Component in a OVP Floorplan.Now I need a dynamic Value help for a Field in the list, depending on the value of another Field in the list. Is there any posibility...
View ArticleChange position of Master Column in Tree UIBB
Dear experts, From the FPM developer's handbook I got the information that for a TREE UIBB, the master columnis always displayed as the first column in a table, and it cannot be moved to other...
View ArticleRe: Passing Parameters between two FPM components
Hello, Go through the below link, which will be quite simpler. ABAP Class using Singleton pattern - used in WDA Enhancements. With Regards,RAM.
View ArticleDocumentation in FPM app
Hello,I would like to put some documentation for my FPM application. Like the documentation on an ABAP program. Simple.Thank you,Jean-François Lapalme
View ArticleCan't add "Related Links" element to Record Working Times
Hi Experts, I am attempting to modify a Custom Component Configuration for Record Working Times by adding a "Related Links" element to the Toolbar Schema. Adding a Launchpad to a Toolbar Element -...
View ArticleRe: Can't add "Related Links" element to Record Working Times
Two possibilities that come to my mind: 1) you have only changed the toolbar configuration for the RELEASE content area and not RECORD_CATS* 2) CATS defines the toolbar dynamically overriding whatever...
View Article