SRM 7 FPM_OIF_COMPONENT
Link to URL in Form GUIBB cannot be clicked
Greetings,
I am dealing with a Form GUIBB with an element of type Link to URL.
No matter how hard I try it appears in my form as unclickable. I have tried changing the
value of the attributes read_only, disabled and a few others in the code of my feeder class
(in GET_DEFINITION) but I have not succeeded. In the component configuration this element
has Link Type = Navigation.
Any suggestions? Thanks in advance!
Regards, Eric
FPM interview Question
Hi,
I want set of important of webdynpro FPM. so Please send me as well as soon !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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 Set visibility of nested UIBB using using FBI view Exit class?
HI ,
i want to Hide my form UIBB based on event available on list both are available inside composite UIBB .
i tried with if_fpm_ovp it is giving the config ID of composite uibb but i am not getting how i can get the config id of uibb's inside coposite UIBB
Please Suggest how can i achieve this .
Exit Application FPM_CLOSE
Hi,
I'm using FloorPlanManager within ESS on EHP5, so I can only change the configuration using SERVER/sap/bc/webdynpro/sap/configure_component.
I added a Logoff button with FPM_CLOSE event. This works fine as far at it closes the current window. But the session is still open and a user is able to reopen the application without authentication.
I read some threads that the Logout-page is processed if FPM_CLOSE event is fired but this is not working in my scenario.
Any hints?
Regards,
Joschua
FPM OVP pop-up
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?
FPM based process and form
Hi All,
I have created a custom FPM based process and form and need to add validation message for certain field(highlighting the field), can you please guide how I can add the custom message if incorrect values are entered by user.
Do we need to use feeder class for this. Please reply with details.
Thanks,
Shilpa,\
Link to URL in Form GUIBB cannot be clicked
Greetings,
I am dealing with a Form GUIBB with an element of type Link to URL.
No matter how hard I try it appears in my form as unclickable. I have tried changing the
value of the attributes read_only, disabled and a few others in the code of my feeder class
(in GET_DEFINITION) but I have not succeeded. In the component configuration this element
has Link Type = Navigation.
Any suggestions? Thanks in advance!
Regards, Eric
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.
Open a New window on click of button using FPM GUIBB
Hi Team,
I am facing an issue using GUIBB in FPM. I have a requirement like on click on Create button, a new window or page should get open(Form GUIBB
). Could anyone can help me out of this.
Thank you in advance.
Regards,
Kushi.
Download to excel option in Search UIBB
Hello All,
I have created a simple search UIBB working as expected.
I want to know if it is feasible to enable 'Download to Excel' option to download the results list (of default Search UIBB).
I know it is feasible when we suppress the default output of Search and pass the output into another LIST UIBB. But need to confirm if it is feasible to do it in SEARCH itself before I create a LIST just for enabling the download to excel.
Thanks,
Krishna.
Event on selecting a drop down list value in search guibb
Hi Experts,
I have a drop down in search guibb. I want an event to be triggered when the user is selecting any value from the drop down.
However, no standard events are triggered when we select the drop down value. I have even tried setting the ES_OPTIONS-RAISE_EVENT_ON_ATTR_CHANGE parameter in the GET_DEFINITION method. However, no events are triggered when we select a drop down value.
Any suggestion on this would be of great help to me.
Thanks,
Ajith Cheruvally
Copying Webdynpro Components
Hello,
I have copied a standard Webdynpro ABAP Component to a Custom Z one. All the objects are getting copied, except for the Component Configurations. How can we copy the Component Configurations to the Z Webdynpro Component ?
Any help would be highly Appreciated.
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
Where do I register ON_SELECT event for dynamic field
Hi,
I have a dynamic input field with a dropdown. How/where do I register/subscribe to the ON_SELECT event, so I can do some processing based on value selected from this dropdown.
Thanks,
Sunil
How to create TREE UIBB with diffrent applications attached to it .
Hi,
We have a requirement where we need to configure a TREE UIBB as shown below with diffrent applications attached to it.
In above pic, there is a parent node and child node and when we click on parent node it opens child node and on clicking child node , a new application opens just beside this tree.And if we select other child node it opens other report.
This is built using TREE UI element in Webdynpro component. But how to create same with FPM.
Please suggest the UIBB to use and steps to achive it.
Let me know of any confusion.
/Vimal
Make Visible FPM Toolbar Button(Add->'Other bank') on Bank Data Delete
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
FPM - Hiding custom tab dynamically.
Dear friends,
Let me start with details.
Details :
STD WDC : FPM_OIF_COMPONENT(there are 5 views in this component)
Component configuration name : /SAPSRM/WDCC_FPM_OIF_PO_PURCH
In this CC, i have added a new custom tab as 7th position in the tab strip and given my own Z Webdynpro component in the attributes.
Requirement : The custom tab should appear only for certain conditions.
My method :
1) I have tried to put some code in the modifyview and post-exit of MAIN to hide based on condition - Requirement not met.
2) same as above, in post-exit method of CNR_VIEW - Requirement not met.
Solution :Any methods apart from the above to achieve this requirment would surely be appreciated.
Regards,
Vinay