Re: Session time out in FPM applications - Problem
Thanks for bringing up this one Saikat. Do you know how we can handle this if we are in a new system (SAP_BASIS 731)? I am also trying to achieve the same. Thanks,Chandra
View ArticleAdd Custom Application Parameter
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...
View ArticleRe: NWBC 4.0 tab close does not trigger dirty check
Well now I am even more amazed, some people get that popup and I don't, would it be some setting I cannot find in NWBC or Internet Explorer?
View ArticleRe: Add Custom Application Parameter
Hi Vasundhara, You can add application parameter in the webdynpro iview. Can you explain which parameter you want to add? Regards,Anas
View ArticleRe: Add Custom Application Parameter
Hi Anas, The Webdynpro iView is getting called from two different roles. They can be identified in runtime with the Application Parameters. It was resolved it by sending value from webdynpro iview...
View ArticleShort questions regarding FPM functionalities
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...
View Articlehow to create feeder class for custom webdynpro component in fpm?is it...
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...
View ArticleRe: Include Custom Webdynpro Component in FPM
how to add custom feeder class wih custom webdynpro componet ?is it possible ?if possible how?please its urgent any body could you give me reply please.
View ArticleRe: Include Custom Webdynpro Component in FPM
Hi abdul, my requirement is i want to add custom f4 help in fpm thats wahy i am asking ,ovs help is possible in feeder classs and webdynpro webdynpo i know but in fpm i dont know thats why i am...
View ArticleRe: How to change button position dynamically in fpm
Hi Shkelqim Turkaj thnx for giving reply,but my requirement in fpm_oif_component , i am created a button dynamically using interface 'if_fpm_cnr_oif'its working also i wan to change button possition...
View ArticleRe: Short questions regarding FPM functionalities
Hi Karen, with regard to 1) and 2) Using Form UIBB GL2 you can set explicitly set the width and heigth of a button in the design time. But during the runtime is scales with the size of the content...
View ArticleRe: Session time out in FPM applications - Problem
Saikat, did you solve this? A suggestion would be to set an async callback to run before the timeout period so that the session will actually never timeout and the user will never have the issue. When...
View ArticleRe: Using FBI - Related View tab
Hello All, When I was debugging the form feeder class, I found the fields /BOFU/E1, /BOFU/S1, /BOFU/R1, /BOFU/K1, /BOFU/L1 were added in field catalog for each field on the UI. What is the purpose of...
View ArticleRe: Short questions regarding FPM functionalities
Hello Simon, thanks a lot for clearing up those points! There are two more questions that I'd like to ask regarding the form uibb: - is there a way to dynamically change the options displayed in a...
View ArticleRe: How to change button position dynamically in fpm
Hi,you can change the attributes with the interface method DEFINE_BUTTON. Step 1 - Get MR_CNR_OIF reference: COMPONENTCONTROLLER->WDDINIT DATA: lo_fpm TYPE REF TO if_fpm. wd_this->mr_fpm =...
View ArticleRe: how to set two acions at a time when click on single button with same...
Hi, yes this is possible. you can fire after the first event the second event: DATA : LO_FPM TYPE REF TO IF_FPM. LO_FPM = CL_FPM_FACTORY=>GET_INSTANCE( ). LO_FPM->RAISE_EVENT_BY_ID(...
View ArticleHelp central /Quick help in FPM application
Can any one please tell,what is use of this help central . If I try to maintain notes via FLUID for one application ,then all other FPM applications have same text . How should this be used . Also,is...
View ArticleDialog Boxes in FPM applications
I have created many dialog boxes in FPM FORM UIBB ,but all of them open with small window size as default . Is there any way ,by which Dialog Boxes open with big default size
View ArticleRe: Dialog Boxes in FPM applications
Hi Deepa,in the OVP configuration in FLUID you could go to the dialog box and their in the properties you have width and height. You need to put there a value and use a absolut unit, I recommend to use...
View ArticleRe: How to change button position dynamically in fpm
thank you so much for reply shkelqim, my button is define button choice method . DATA:LO_FPM TYPE REF TO IF_FPM. LO_FPM = CL_FPM_FACTORY=>GET_INSTANCE( ). WD_THIS->CNR_OIF ?=...
View Article