FPM TABBED GUIBB

Hi every one,
                   in my application we configured tabbed guibb ,my requirement is i am having check boxes for all tabs in the first tab  ,when i enable checkbox for a particular tab then it shoould be visible otherwise it should be hidden i checked the following links but not able to find if any one knows please help me
http://help.sap.de/saphelp_nw74/helpdata/en/b7/60af0697c64a3f875c0dda16852230/content.htm?frameset=/en/0f/d243b450be4d4c9aa28f894e30866e/frameset.htm&current_toc=/en/fa/a222ce95ea454d9671b18ad191649a/plain.htm&node_id=140
http://help.sap.com/erp2005_ehp_05/helpdata/en/61/b61f1d2aeb467ca644ca8476fbcaea/content.htm?frameset=/en/b4/9b3862dd5042f39fd1a79c3168998e/frameset.htm
this type of code should be used but i don't how to use it for my case if any one knows please help me

Hi Mahesh,
Yes it is possible if you still want to the answer give a reply.
Thanks
Madhukiran.

Similar Messages

  • Interdependent Search Criteria with FPM Search GUIBB

    Hello everyone,
    I have the requirement to implement a FPM Search GUIBB where some search criteria are interdependent on each other. I will explain this with an example:
    We have two search criteria, "Country" and "City". All possible values of "Country" are shown in a drop down list box. When a value in that drop down list box is selected, the other drop down list box of possible cities should only show those values which fit to the selected country. So, when I select “Germany” the second drop down list box should only show Berlin, Frankfurt and Munich. When I select Spain it should only show Barcelona and Madrid, etc.
    I already found out, that something similar is possible with OVS Value Helps. Nevertheless, I would prefer to find a solution with drop down list boxes.
    Thanks in advance for your advices!

    Hi SF,
    As you said, It is actually a look-up field on the main catalog table.
    It will visible in MDM data Manager Drill down search if and only if you set Property Search Tab as Yes for field in main table which is look up to some sub table using MDM Console.
    Once you done , you will see this field as well in Drill down search and can pick more than one value using CTRL key.
    Other alternative i would suggest you is that, if you have any field of type text is blank in you main table say FIELDGA. Populate this field against the records who has USAGE = Group A using assignment.
    So, in this way you would have two fields in Free Form Search criteria, select value Group A from field FIELDGA in search selection and using original field USAGE select GROUP B. In this way u can achieve this.
    Better to go with property Search Tab = Yes for that lookup field in main table using MDM console.
    Kindly revert with the result.
    Thanks and Regards,
    Mandeep Saini

  • Additional Operators with FPM Search GUIBB

    Hello everyone,
    another question about the FPM Search GUIBB.
    I have the requirement to implement a FPM Search GUIBB where the user can search for "relative dates" like today, yesterday, last week, last month, etc. To do so, I planed to add new operators (using attribute INCLUDE_OPERATOR of parameter ET_FIELD_DESCRIPTION_ATTR in feeder class method GET_DEFINITION). Everything works fine, however I would like to hide the value fields, when a relative date is selected. With standard search operator the value fields are controlled automatically. For example: When the "between" operator is selected, two value fields are shown. When the "is empty" operator is selected, no value fields are shown, etc.
    Is such a controlling of value fields also possible with additional search operators?
    Thanks in advance for your advices!

    Correct Philipe.
    There is only one HTML event on each WDA element. So you will not be able to catch that event you are looking for.
    This is one of the biggets disadvantage of Web Dynpro... let's hope that all the HTML event will get implemented in the future.
    Kind regards, Morten Prom

  • FPM Tabbed UIBB

    Hi,
    I would like to know if it is possible to add UIBBS to a tabbed UIBB dynamically.
    I want to add as follows:
    MAIN_FORM -> FPM_FORM_UIBB ->CL_FEEDER_FORM_MAIN...
    contains
    TABBED -> FPM_TABBED_UIBB ->CONFIG_TAB1
    _____FPM_FORM_UIBB ->CONFIG_FORM1->CL_FEEDER_FORM_1
    _____FPM_FORM_UIBB -> CONFIG_FORM2 (1) ->CL_FEEDER_FORM_2
              |_____FPM_FORM_UIBB -> CONFIG_FORM2 (2)  ->CL_FEEDER_FORM_2............................
    The two form UIBBs have to be added to the tab based on some Parameters.
    How should I add the UIBBs to the tab. Should I call ADD_TAB_UIBB from the CL_FEEDER_FORM_MAIN?
    How can I fetch the the reference to IF_FPM_TABBED? In OVERRIDE_CONFIG_TABBED, IO_TABBED is already available, but here it is not.
    Can someone please help me?
    Thanks,
    Shalini.

    Hello Shalini,
    You need to implement the interface IF_FPM_TABBED_CONF_EXIT in your component. Once you do this, in your override event, you can dynamically add remove UIBB's.
    Regards
    Rohan

  • Making tabs invisible in FPM_OIF_COMPONENT does not work

    we have a requirement to hide some FPM tabs (main views) in the ESS talent profile iView.
    after making those tabs invisible in the FPM component configuration they still show up as visible. Any idea why?
    more precisely, we are making FPM tabs (main views) invisible In component configuration HRTMC_EP_OIF of component FPM_OIF_COMPONENT.
    Regards,
    Tiberiu

    Hi,
    I assume here that at design time you make them via the configuration invisible. At runtime if you see the tabs then i suspect that there are some Dynamic programming involved or other variants exists that you haven't changed yet.
    Go back to the application configuration and test it from there and if it is still not working then use the Debugger to see what happens and why your configuration is not working.

  • MSS iview talent profile internals

    hello experts,
    in the MSS iView talent profile (See help link below)
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/9e/71dad0aba74a62a07bdee6edf8d91f/content.htm
    information is presented in two visual areas (left and right):
    1. the left side shows information for talent data, org assignment, successor etc
    2. the right side is an FPM component with tabs for Overview, Resume, Talent Assessment, Mobility, Career Goal, Development Planths
    where is the ABAP code that populates the left side of the iView (talent data, org assignment, successor for).
    note: I found component configuration HRTMC_LP_OIF for component FPM_OIF_COMPONENT, which populates the FPM tabs, but what is the source code (abap component) reponsible for populating the left side of the iview (to the left of FPM)?
    T.

    Hi,
    You mean write an Enhancement in the Web Dynpro ABAP application (which is not trivial - to me at least - since it relies on FPM) ?
    Another idea I got is to set an handler on the ICF service for Web Dynpro ABAP application HRTMC_EMPLOYEE_PROFILE so that the ABAP Proxy is called first and a call to the super Handler (Web Dynpro) is done after.
    Update 21-01-2010
    Looks a lot like Chain-Of-Responsibility Design pattern to me !
    Exploring OO Design Patterns: The Chain-of-Responsibility Pattern
    Best regards,
    Guillaume

  • How to set focus on specific search field in FPM's search guibb?

    Is there any way to set the input focus to a specifc search field in an FPM's search guibb? I found that there is a godd way for forms by using the IO_EXTENDED_CTRL object in the GET_DATA function. But it seems that there is no corresponding way to do for search forms. Any other idea?
    Best regards,
    Thomas

    Hello Venkatesh. Yes that code does work. First I tried it on a table cell that was already rendered and it did work. The next time I tried it on a table row that was being added and it did not work there. So I added an on after rendering function for the table and added that code there. That did not work until I added a delay (timeout) to do a context switch before calling the focus and that worked.
    Once last thing though sometimes when I call focus on an input field (actually in a table row cell) if the field has text in it already the flashing cursor is at the beginning of the text and other times it is at the end of the text (which is the desired way). It depends on where I click in the row. Is there anyway to make sure the flashing cursor is at the end of the text when the focus is applied to a field that contains text?

  • Hiding a Tab Dynamically in FPM

    Hi,
    Can you please let me know how to hide the tab dynamically in FPM. I tried to implement the interface IF_FPM_TABBED_CONF_EXIT in the SAP standard webdynpro, but I get a error " Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT already exists". Even though I get this message I am not able to find the interface IF_FPM_TABBED_CONF_EXIT in the implemented list of interface.
    Regards,
    Arun

    Hi Aliaksandr,
    Thanks for the reply.
    Actually I am not able to implement the interface controller  IF_FPM_TABBED_CONF_EXIT in the SAP standard webdynpro, I get an error " Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT already exists".
    Even though I get this message I am not able to find the interface IF_FPM_TABBED_CONF_EXIT in the implemented list of interface.
    Regards,
    Arun

  • How to Hide a Tab related to FPM in Rfx

    Hi,
    I am new to SRM 7 and I have an issue in hiding a tab which is based on FPM. I went through lot of links and found below steps
           1) Add WD interface IF_FPM_TABBED_CONF_EXIT in implented interface of any webdynpro component under AppCC
           2) Implement the method  OVERRIDE_CONFIG_TABBED to hide a TAB.
    My problem is I took standrad webdynpro component /SAPSRM/WDC_DODC_RFQ_H_BI and tried to add  IF_FPM_TABBED_CONF_EXIT (in Implemented interface) in enhancement mode. But it is not allowing me add and throwing a message Web Dynpro comp./intf. "IF_FPM_TABBED_CONF_EXIT" already exist.
    So could you please tell me how to overcome this issue? and is there any alternative to hide a TAB based a conditions?
    Thanks,
    Raghu

    Hi
    go  to SE 80 enter the webdynprocomponents and enter
    go to component configurations select the webdynpro component
    click start configurator
    click change you can see the FPM select the button and hide
    In this you can hide for all the users only
    Regards
    G.Ganesh Kumar

  • How to Hide a Tab in FPM

    Hi Colleagues,
    We have a requirement in which we have to dynamicaaly hide a tab on a screen that uses FPM. We were able to disable the tab but we did not find any option to hide/remove tab provided by FPM.
    regards
    ashish

    Steps to Hide/Remove BUDGET sub-view from PO Display-
    1. Go to Object Navigator (t-code SE80) and enter Web Dynpro component FPM_OIF_COMPONENT. Right-click and then click on u201CCreate/Change Configurationu201D.
    2. Enter configuration ID /SAPSRM/WDCC_FPM_OIF_PO_PURCH and then click on u201CChangeu201D.
    3. Select Sub-view Budget.
    4. To remove the sub-view, click on DELETE.
    5. The sub-view will be removed.
    Steps to Hide/Remove Sub-view contents and NOT the sub-view itself-
    1. Enter the Configuration ID of the sub-view component.
    2. Click on Web Dynpro Built-in tab.
    3. Select all elements and set visibility as u201CInvisibleu201D.
    4. Click SAVE.
    5. Contents of BUDGET sub-view will be removed.
    Steps to bring removed/deleted sub-view back on Portal-
    1. Select Mainview HEADER and click on u201CAdd UIBBu201D. Enter the following in Attributes Subview: Budget.
    Subbiew ID: Budget
    Subview Name: Budget
    Sequence Index: 4
    2. Click on Attributes for the added UIBB and then enter the following values.
    Component Name: /SAPSRM/WDC_UI_DO_BUDGET
    View: IV_L_FPC_CA_DETAILS
    Configuration Name: /SAPSRM/WDCC_UI_DO_BUDGET3
    Regards,
    Bijaya

  • New Tab in FPM application not visible

    Hi All,
    I am new to WD ABAP and working on an enhancement in EHSM 3.0 application using WDA and FPM. I am facing a problem while adding a new tab to an existing application.
    My requirement is to add a new tab in the Edit Incident screen (EHHSS_INC_REC_OIF_V3 configuration) and I have followed the below steps:
    Created an Z Enhancement for the component EHHSS_INC_REC_OIF_V3.
    Created a new config entry (ZEHHSS_CLASSIFICATION_PARAMETERS) for the component FPM_FORM_UIBB component
    Created a new Feeder class for the configuration and used it in the config entry
    Added a Main View, Subview and UIBB element in the EHHSS_INC_REC_OIF_V3 component similar to other existing tabs.
    For the UIBB --> I have selected FPM_FORM_UIBB as component, Window as FORM_WINDOW and the config ID mentioned above.
    I am able to see the new tab in the design time. There are also no errors when I perform a check.
    But once I login to the portal and go to the Edit Incident screen, the new tab is not shown. Please let me know if there are any additional steps needed to be performed?
    Also could someone let me know how do we link a Feeder class with a BOPF node and use it in the WDA FPM screen?
    I have given screenshots showing the behaviour at design time and runtime.
    Poojith MV

    Hi Chetan,
    I am now able to add a new tab after adding a new entry with the Main View name in "Assign Access levels to Incident Tabs" in transaction SPRO.
    However, I am now facing a new issue when I add a main view in OIF component. There are 12 main views in the Object Instance Schema with ID's MainView<sequencenumber> as shown below.
    But when I add a new main view I am getting the ID with the format MainVIew<sequencenumber_hexadecimalvalues> and also I am able to edit the ID value which is not enabled for other main views as shown below.
    The problem with this hexadecimal value is that every time a change is done and I save the configuration, the number changes and this is causing problem as the configuration in SPRO does not match and the new tab becomes invisible.
    Please could you let me know what could be the reason and how to rectify this?
    Regards,
    Poojith M V

  • Changing tab name in one component that used in different applications -FPM

    Hi gurus,
    I have an FPM component configuration, which have different tabs.
    This component i have used in different applications.
    I just want to know how can I dynamically change the name of one tab in different applicatins?
    I want to change only the tab name. content in the tab is same.
    For eg. If I open a Bid from Rfx, it should show "Rfx Information" as one tab name. But if i open a bid from Auction, it should show 'Auction Information'.
    Content in this tab is same.
    Is there any way to do that? Or shall I create different component config. for bid to use in Auction application  and another one for RFx application?
    Thanks,
    Poduval

    Hi, 3Sherill3. This may help:
    http://www.macupdate.com/info.php/id/16620

  • FPM , Instantiate OVERRIDE_CONFIG_TABBED,PROCESS_BEFORE_OUTPUT ,Read TABS.

    Dear All,
    Query Specific to FPM :
    1) For our Customer Requirment We need to Enhance the Standard WEBDYNPRO Component.
    2) Requirment is to HIDE,RENAME TABs During RUNTIME based on certain Conditions.
    3) As Mentioned in FPM Cookbook and also going by the practice. We are  trying to Reach OVERRIDE_CONFIG_TABBED
    Which is Visible in Methods of COMPONENT CONTROLLER but somehow the DEBUUGER doesn't call that METHOD at all.
    4) As a Result of which we have been trying to Explore the Functionality of Overwriting EXIT PROCESS_BEFORE_OUTPUT by calling the Interface of IF_FPM_TABBED, but still we are not able to Instanitate the IF_FPM_TABBED component in our Method.
    5) DEBUGGER is SWITCHED to NEW DEBUGGER and other Methods are already being reached.
    6) We would need to add this Functioanality before the TABBED screen is Called.
    7) Would need your Inputs to read the TABBED Component in some Cutom maethod or guide as in how to DEBUG "OVERRIDE_CONFIG_TABB"
    Many Thanks.

    In order to enable the FPM to call method OVERRIDE_CONFIG_TABBED either you have to create a WD component that implements the WD interface IF_FPM_TABBED_CONF_EXIT or you have to create an ABAP OO class (which may be your feeder class) that implements the ABAP OO interface IF_FPM_TABBED_CONF_EXIT. In addition, the WD component, respective your ABAP OO class, has to be specified in the Tabbed UIBB configuration as Application Configuration Controller (AppCC). The latter can be done in the General Settings of the configuration.
    At runtime an instance of IF_FPM_TABBED is passed from the FPM to the application in method OVERRIDE_CONFIG_TABBED.
    Edited by: Jens Ruths on Feb 3, 2012 12:10 PM
    Edited by: Jens Ruths on Feb 3, 2012 12:14 PM

  • FPM with 'Auto Search' - Search GUIBB

    Hi there,
    Some data first:
    1 - In a search GUIBB we can set search criteria to be of type "EN" (for Enumeration).
    2 - There is a option configuring a Search GUIBB in FPM configuration to hide the "Search Button".
    So what I want is to hide the search button (easy) and raise some evente everytime the user selects/change the values from the search criteria. There is an option on es_options@GET_DEFINITION named
    raise_event_on_attr_change,
    if set to true it raises an event when users change or add search criteria, but it doesnt raise any events the users change the values of the search criteria itself.
    For instance, a search criteria "year" has it value changed from 2011 to 2010 and some event is raised.
    Best Regards,
    Felipe

    Correct Philipe.
    There is only one HTML event on each WDA element. So you will not be able to catch that event you are looking for.
    This is one of the biggets disadvantage of Web Dynpro... let's hope that all the HTML event will get implemented in the future.
    Kind regards, Morten Prom

  • FPM application using  FORM GUIBB

    Hi experts,
    Am new to FPM , am start using  form GUIBB , the problem  that i dont have configure group button in GUIBB  component configuration
    even if i open SAP demo in display  mode its not appear
    could you please advice me.
    like the shoot below:

    Hi Ghadeer,
    If your requirement is adding element into UI then create a group using element -> create group
    then you can add element inside your group like Inputfield, button, text view and other.
    you can refer below link for creating Form UIBB
    A Step-by-Step guide to create a simple FPM application using Feeder Class for FORM GUIBB
    Regards,
    Ragavendra

Maybe you are looking for

  • Mass Maintain for F-04 Post For Clearing

    Hi SAP Expert, Is there any mass maintain for transaction F-04 Post For Clearing i have about 1500 data ( debit and credit ). if i do manually entering i need to enter about 1500 times  then save the document, i have using LSMW to pum the 1500 line i

  • LR 4 Library Module Applying Random Changes

    Hi, I have been using LR for a while and randomly started having an odd problem. After importing some images I was flipping through them in the Library Module and the loading animation was coming up across the bottom. After the loading animation stop

  • Can Slow Motion Be Done in FCE?

    I have a video file that was shot in 720p60 (1280*720p @ 60FPS). I was hopping to be able to slow down this clip to 50% of its actual speed and get that nice slow motion effect. I shot it in 60FPS so that I would not get the choppy look of 30FPS when

  • UFT 12.01-Unable to Identify objects inside grid table

    We are automating a Window based application using UFT 12.01. The Product and UFT Tool are installed in Client Network-Desktop and we are accessing through VPN connectivity. Technology stack of the application are .Net Framework 4.0 IIS6.0 or greater

  • Wage type PP10 is not valid

    When entering the prod order in CO15 screen the systems displays this eror. "Wage type PP10 is not valid for personnal number or plant (but in master data i didn't create any routing, i dont know why the system displays the error like this ) Pls give