How to add feeder class to component configuration in fpm

Hi
       I am using form guibb and list guibb into my wdapplication. Here i required to provide feeder class to component configuration. I don't know how to provide feeder class to component configuration. Kindly provide the steps to
how to provide feeder class to component configuration.
Thanks&Regards,
Chiru.

Hi,
What i would do is the following.
1. Create a feeder class by Copying  the existing Feeder class .
2. Go to the FPM_LIST_UIBB component and select a component configuration->Start configuration.
3. An explorer window is opened->copy the configuration
4.Fill in the new configuration details.
5.Press the change button (in your new configuration ).
6.When you are in the configuration screen->press Edit feeder button
7.Enter your new feeder class which you have created in step-1.

Similar Messages

  • How to add adf faces in component pallete of jdeveloper 11g?

    how to add adf faces in component pallete of jdeveloper 11g?

    Hi,
    the replacement of ADF Faces HTML components in JDeveloper 11 is Trinidad. For existing applications, a migration path will be provided in JDeveloper 11 production. I wouldn't recommend configuring ADF Faces in JDeveloper 11.
    You an configure ADF Faces Components in JDeveloper 11 by :
    - Tools --> Manage Libraries
    - Create a User Library
    - select ADF Faces adf-faces-impl.jar
    - Enure the namespace is not af or afh but something different to not cnflic with teh ADF Faces RC components
    Note that adding the ADF Faces components to the component palette will not make them show in the ADF binding context menu nor will it automaticaly set up the web.xml file. The components are available as any other JSF library set
    Again, I wouldn't go this way ;-)
    Frank

  • How to add a class in a project?

    Hello!
    i'm a beginner in developing and i don't know how to add a class in a project in Sun Java Wireless toolkit 2.5.2...
    The name of my project is essai2 and i already put a class, LogoMIDlet and now i want to put my new class ComBasique, how can i do that?
    and do you know if there is a program for bluetooth in order to connect my Nokia 6680 to another device that have a bluetooth?
    thanks a lot for your answer!
    Sophie

    how to change the class name after the project is created.In NetBeans, right click the class name either in the declaration or constructor, select Refactor --> Rename... and follow the dialog.
    You can refactor --> rename anything that is not in a guarded block. For those, there are options via the properties window.
    db

  • Message handling in feeder class for component under FPM_FORM_UIBB

    Hi,
    I have created a component configuration under the component FPM_FORM_UIBB. The feeder class used is CL_HRESS_PER_DETAIL_0021_10.  I have modified the method IF_FPM_GUIBB_FORM~GET_DATA to report an error message using the FPM message manager(code is hown below) if the field state is not filled.
    The problem is that i get the error message below along with the standard success message that 'Data is Saved'.(and the data is actually saved on the back end)
    Is there a way that i can stop additional processing after I report the error message?  I
    IF io_event->mv_event_id EQ 'FPM_SAVE'.
          IF <lv_data_country> = 'US' AND <lv_data_state> IS INITIAL.
            DATA: lv_message_manager TYPE REF TO if_fpm_message_manager,
                       lv_fpm TYPE REF TO if_fpm.
            "Get handle to the IF_FPM interface
            lv_fpm = cl_fpm_factory=>get_instance( ).
            "Get handle to the FPM Message Manager
            lv_message_manager = lv_fpm->mo_message_manager.
            CALL METHOD lv_message_manager->report_message
              EXPORTING
                iv_message_text              = 'State is mandatory'
                io_component                 = me
                iv_severity                  = 'E'.
          ENDIF.
        ENDIF.
    Thanks in advance,
    Reddy

    Hallo reddy,
    i think you need to append the error message to the et_messages exporting parameter. Further you cannot stop the processing of the instructions followed by the your logic.
    Runtime is not going to stop when it encounter report-error-message. You have to do it yourself using if ..else construct.
    You can also program it in process_event method and return ev_result as failed. In this way the fpm event phase model stops further processing.

  • How to add external jars in the configuration of JSmooth?

    Hello,
    I am trying to create an exe file from a java program using JSmooth.
    The program is a simple hello world proogram.
    I am developing under eclipse, and I am using some external jar files as libraries.
    If my program is simple,; it works fine. If I add an import of a class that is in one of these jar files, I get the following error when executing the created .exe file:
    "Could not find the main class. Program will exit".
    I guess I have to add this Jar file to the path for the creation of the .exe file.
    My question is: does anybody know HOW to add an external jar in the configuration of JSmooth for the creation of an exe file from a Java program?
    Thanks for your help
    Philippe

    i have the same problem phsans
    you know the answers??
    thanks phsans:D

  • How to findout Feeder Class for Contact person POWL

    Hi Experts,
      Can anyone tell me what is the Feeder class & how to find out Feeder class for Contact person POWL?
        Can anyone tell me how to find out Feeder class for any particular POWL views.
    Thanks & Regards
    Sandeep.

    Dear Sandeep
    you should consider the following transactions to obtain/configure POWL
    ===========================
    FPB_MAINTAIN_HIER
    Here you define you App. ID
    POWL_TYPE
    Here you define your TYPE and connections to Feeder Class
    POWL_TYPER
    Here you link App. ID + Type
    POWL_QUERY
    Here you define the Queries (views)
    POWL_QUERYR
    Here you link your Type + Query
    ===========================
    So for the Feeder Class you should check POWL_TYPE. But the transactions above are all interconnected.
    Kind Regards
    /Ricardo Quintas

  • Add a class and a configuration profile to a material.

    Hi all,
    I'm creating materials using BAPI_MATERIAL_SAVEDATA.
    1. Now I need to add a class and characteristics to the material.
    I think I am suppose to use BAPI_CLASS_CREATE and BAPI_CHARACT_CREATE. I'm not real sure about these but if so can someone help me with them.
    2. I have to add a configuration profile to the material.
    I have no idea of the FM to be used here. I need a help.
    Also if someone could just explain how class and characteristics work together would help also.
    Thanks,
    Message was edited by:
            Akeem Lockett

    Thanks,
    So is this just attaching the class and characteristics to the material??? I still need to use BAPI_CLASS_CREATE and BAPI CHARACT_CREATE right?
    3. Is there a BAPI that I can use to create a BOM? The issue I am having here is that I extended the STKO table using the include CI_STKO. I need to populate these custom fields when calling the BAPI. I can't find where I would pass the custom fields.
    Thanks,
    Message was edited by:
            Akeem Lockett

  • How to add my class into rt.jar file?

    Hi, everyone!
    I am using WinRAR to extract the package rt.jar and added
    my class file to javax folder. Then I use jar c0vf to create
    a package. After that, I restart my WSAD4.0.2. But it seems
    that WSAD4.0.2 can not be started. (It stops at the welcome
    screen for a long time.)
    Anything wrong I have made? How to resolved the reouble?
    Cheers,
    George Ma

    Thanks!
    Do you know how to add .class file to a project of WSAD4.0.2?
    I use CLASSPATH, but always failed in IDE. But it works in
    command line environment. I want to use some classes in a
    .class file.
    Can you help?
    Cheers,
    George

  • How to add new class to existing DC (Web Dynpro project)

    Hi,
    How can I add new class to an existing DC (Web Dynpro project)?
    I tried adding it using File - New - Other - Java - Class, but after a build of the DC the new class (and its contents    ) was completely removed.
    Then I created a new DC (java project) and created a new class in that DC. This went fine, but I got into problems because of circular referencing between the new & the old DC, so no build was possible.
    This can't be difficult, does somebody knows how to do it?
    My temporary solution is to add the classdefinition to an exisiting .java file. Very ugly.
    Thanks,
    Jeroen

    Hi Jeroen,
    where did you create the class? If the *.java file is placed in the src/packages folder it should not be deleted by a build. (I suspect you created it in the gen_wdp folder?)
    Regards,
    Marc

  • How to Add Customer Class Field in WEB-IC

    Hi CRM Experts,
    Please provide me Solution on folooing queries.
    1)When ever i create a BP from WEB-IC, i need to enter Customer Class. Since this field is not available in the standard system i cant enter.
    So, Please tell me how to add new filed in the WebIC.
    Points will be Rewarded.
    Thanks in Advance.
    Regards,
    Sree

    Hi,
    See Thread entitled "Links to CRM Documentation" - there you will find a link to Interaction Center (IC) WebClient Consultants Cookbook. This document gives you all the info you need to add fields to the ICWC.
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000647973&_SCENARIO=01100035870000000112&_OBJECT=011000358700003057372006E
    Regards,
    Damien
    Please award points...

  • How to add new class in modified template...

    Finally I have encourage myself to scratch to (for me deepest darkwood) templates...
    I have modified original Theme 2 to My theme 2 and added in some tempaltes region my parts-looks promising.
    Now I want to create sidebar region that is 450 px wide.
    It should be the same sidebar region but with different width!
    I saw on file system that there is .css so I add this class in it....(as aspected) it is not shown in template class list...
    I am able to apply that new class to template, but I cannot see that class in "Template Class" LOV (in Edit Region Template form).
    Is that important and could this bee seen in that list?
    THX!

    I have now working template with my new class...
    What is still bothering me is that I have editeted "theme_V2.css" file. I'm plannig to put my app on hosted WEB site in Germany, where this file will not be the same as is on my server.
    How to achieve future compatibilty according this?
    THX!

  • How to add compiled classes for EJBs in 10.1.3

    Hi there,
    I have a problem when migrating to 10.1.3.
    I have a big library of EJBs which I use in everal projects just by copying precompiled classes and adding them in ejb-jar.xml
    In previous JDeveloper I used ant as default build procedure. My build.xml didn't compile anything. just copied precompiled classes to output dir. Thus, the new project didn't care if classes were really build from source or not.
    The problem is that new JDeveloper doesn't allow setting a ant task as defualt build procedure and, so, building and then performing a ejb-jar.xml "verify enterprise beans" I get plenty of errors saying it can't find classes. (I have to copy them manually, or run the ant task manually).
    It is very tedious to copy classes manually as they are changed often... also, the deployment profile invokes nternal building procedure (an ant task before that copied classes) but now does nothing.
    I have tried to add these classes to the src dir, the resource dirs and even classpath, but they never get copied to output directory.
    Can I solve this or JDeveloper is only prepared to handle EJBs which source code is owned in the project itself?
    Thanks,
    Ignacio

    That link is to an older version of Jdev. There is no 'Common' section in project properties and no html input path either. There is a 'Project Content' section and within that section there is a 'Web Application' option. However i get "ArrayIndexOutOfBoundsException" whenever i click on the 'Web Application' option. I suspect this is the area where i can configure the .jsp portion of my project. I can't get to it though due to the exception.

  • How to add ANY class to my project?

    Greetings.
    I am begining my adventure with java. Now I am wasting 2 days because i can't add class to my program. I would like to use floating-point numbers so I've found MathFP.class on the Internet. But I've no idea how to
    link this class with my program. I've experimented a lot and found the midpapi20.jar archive in J2ME_SDK\PC_Emulation\WTK2\lib folder. I added the MathFP.class there. Now my program is compiling. But when I am running it, I get Such error:
    java.lang.NoClassDefFoundError: net/jscience/math/MathFP
         at SimpleGameCanvas.SmoothNoise(+3)
         at SimpleGameCanvas.<init>(+142)
         at RGBToImage2.startApp(+15)
         at javax.microedition.midlet.MIDletProxy.startApp(+7)
         at com.sun.midp.midlet.Scheduler.schedule(+270)
         at com.sun.midp.main.Main.runLocalClass(+28)
         at com.sun.midp.main.Main.main(+116)What am I doing wrong? Why adding simple class is so damn hard? :(
    Best regards and thanks for Your time.

    I found an answer in another topic here.
    add your jar to verified/lib folder and it should work. What a god damn waste of time to look for a solution for problems like this...

  • How to Add error message for component from the baking bean

    I am in the situation, I need to add the h:message message component for each component at the time I am looking for an easy process something like I have to add the error message at the bean side, here I am using component binding approach but I am not able to add child for input Text components at the bean side, actually my final target is to add the message for each component when ever they get error and I have to change the style also.....
    So please anybody help me......

    Thanks for the response but one more thing right now I can't add message tag for each component so that I can add message from the baking bean as per ur solution I tried like this
    FacesMessage msg = new FacesMessage("Testing is going");
    msg.setSeverity(FacesMessage.SEVERITY_ERROR);
    FacesContext.getCurrentInstance().addMessage(tf_ADD1.getId(), msg);
    it is working but it is showing on the top of the for even no problem but I need to change the component color based on the message but I am not able to achieve that so how can I do that from backing bean now I can't add tags for each component.
    So please show me a way.

  • Re:Component Configuration in FPM

    Dear Experts,
    In FPM component configuration,i have created one custom component configuration.in that,i have created two variants.The first variant (variant_1) i have created is like standard conponent configuration and another one (variant_2) is a custom develoment.Based on the user ,variant_1 and variant_2 has to call.But what the problem i am facing is when i try to call the variant_2 it is showing an error 'Variant_2 does not exist'.Do i need to store the variant_2 in some other table ? .Could you please help me out on this ?
    Thanks & Regards,
    R.Dhineshraj.

    Hallo Chris,
    I am not entirely sure about your problem. I have done some thing like this .See if it suits to your case.
    Usually the FPM takes care of instanciating and attaching the shared
    data component automatically. But in this case it is necessary to attach
    it manually. The reason for this is that later within this method it is necessary
    to access node data of the shared data component (e. g. node progress). By accessing data of the
    shared data component, the WD runtime checks whether an instance of the
    SD component already exists. The point is that in that point of time, the FPM
    runtime did not create an instance and therefore the WD runtime creates an
    instance of it. But at a later point of the time the FPM creates automatically
    an instance of the SD and attaches is to the usage. Therefore two instances
    of the SD would exist. This is why here an instance of the SD is created and
    attached to the usage. Later the FPM will check wether and instance was already
    created and attached to the usage and if yes will not create a second instance of it.
    So we let the FPM do it, before the WD runtime does it. If you don't need access
    to the SD compoment during startup-methods (such as WDDOINIT) you don't need to do this.
    data lo_componentinterface type ref to if_wd_component_usage.
      lo_componentinterface = wd_this->wd_cpuse_usage_vh_persoon( ).
      call method wd_this->go_fpm->attach_component_to_usage
        exporting
          iv_component_name  = 'ZMOCK_IZRM_ZOEKEN'
          io_component_usage = lo_componentinterface.

Maybe you are looking for