Re: Veeeery slow application startup
Thank you for your valuable input. All GUIBBs have their own feeder-classes and if now we divide them via guibb parameter which creates a own guibb instance of the feeder. But in the main focus we have...
View ArticleRe: Excel upload is not working in FPM OVP
Hi Ulrich, I have created this custom application for my MDG screen. For that I have feeder class for this.Added my code to upload the file in IF_FPM_GUIBB_LIST~GET_DATA but not able to make it...
View ArticleRe: Suspend FPM_SAVE to display cofirmation message
Hi Vivek,a solution is to use a normal WD PopUp. First you have to catch the FRM_SAVE event in OVERRIDE_EVENT_OVP:: if IO_OVP->GET_EVENT( )->MV_EVENT_ID = 'FPM_SAVE'....
View ArticleRe: Translating UIBB's title
Hi Francesca, a simple way to translate UIBB's is to create OTR-Text's and paste it in the FPM-Configuration. TA: SOTR_EDIT FPM-Configuration ($OTR: + OTR-Text): RegardsShkelqim
View ArticleRe: ADD_UIBB method does not have instance parameter
Raised a support ticket for SAP and got a response that the is_uibb-instance_id parameter of method ADD_UIBB is not available in NW SAP_ABA 7.02 and only available in NW SAP_BASIS 7.31 onwards.
View ArticleRe: Excel upload is not working in FPM OVP
so what exactly did you do in feeder class method get_data() in order to upload the data?
View ArticleRe: Open SAPGUI (workflow shortcut)
Hi, It maybe a little bit late but you should try :...
View ArticleHow to Stop triggering the FPM event
Hi Experts,I have a requirement in fpm i have to stop process on a certian validation i'm implementing NEEDS_CONFIRMATION of interface IF_FPM_UI_BUILDING_BLOCK i'm able to stop process by raising...
View ArticleRe: How to Stop triggering the FPM event
Hello Mohammed,with method NEEDS_CONFIRMATION you are triggering a confirmation popup. Depending on the user's choice the currently running FPM event is canceled or continued. So if you want the user...
View ArticleUser Action in WebDynpro FPM
Dear Experts, I am working on SRM Webdynpro Component . I need to write logic using Enhancements based on user action like Save, Submit, Enter..etc.. I need to know how to capture the user action (like...
View ArticleRe: User Action in WebDynpro FPM
Hi Kumar,you need to get familiar with the FPM event loop. Furthermore I am afraid I think the best is the get a basic understand about FPM first. Regards,Ulrich
View ArticleFPM Screen Navigation
Hi all - here's my scenario : THE SCENARIOI've got a front FPM WD process. Window 1 is "Enter Company Code and Contract#"Window 2 is "Confirm Contract details" (A read-only summary screen where user...
View ArticleRe: How to skip steps in GAF?
I've done the above to skip to the next step - however, whilst the breadcrumb trail gets from step 1 to step 2, the window itself is still the first window. More details here... FPM Screen Navigation...
View ArticleConfiguring List without FLUID
Hello,it is possible to configure a list without using FLUID? I would like to define columns only in my Feeder Coding and not via FLUID. I thought it can be done in GET_DEFAULT_CONFIG, but this will be...
View ArticleRe: Configuring List without FLUID
Hi Christopher, If I understand your question then you want to display LIST dynamically without using FLUID.Although I also understand you have tried GET_DEFAULT_CONFIG method as below. *--> Adding...
View ArticleRe: Configuring List without FLUID
Hi Christopher, to let the feeder class taking over completely, you have to work with interface IF_FPM_GUIBB_DYNAMIC_CONFIG. See the online docu. In this case only the name of the feeder class (+...
View ArticleLaunching FPM Screen from IW32 - Change order screen
Hello Experts, Is it possible to launch a FPM application from a ECC screen ? I am working on one of requirement where i need to launch the Change order screen(Present in standard role :...
View ArticlePossible justify text bottom to top in SAP FPM?
Dear FPM Experts, We are developing a grid for SAP TM integrated with our vechicle load/unloading appointment taking custom functionality in FPM. Days on the y-axis and time slots on the x-axis. In...
View ArticleRe: Possible justify text bottom to top in SAP FPM?
Hi Damien,this is possible with FPM List ATS UIBB or Tree UIBB. For doing that you can make an adjustment in the configuration, general settings: "Fit columns to table widths". Just mark that flag. And...
View ArticleRe: Possible justify text bottom to top in SAP FPM?
H Ulrich,What I am really looking for is to mange the column header text direction. So that this text reads bottom to top rather then left to right, thus, allowing us to create narrower columns. I...
View Article