An active component in a JCombobox

I placed an own component, used to select a date in, a JComboBox, no problem so far. I wrote a simple renderer, place the component on a JPanel � works fine. Now my problem: If I click on the component, the JCombobox closes immediately. No mouse-click reaches the component, the JCombobox swallows the user input, thinks the JPanel was selected and closes the popup window�
How can I prevent this behavior? The idea is; that a user clicks on the arrow to open the JCombobox ( he could enter the date by hand in the editable JCombobox ), selects a date form the component ( by clicking several buttons ), the date gets show in the JCombobox and clicks again on the arrow to close the JCombobox.
Thanx for your help!

The problem is the ListMouseHandler of the BasicComboPopup I think. In order to avoid the closing of the popup, you have to subclass BasicComboPopup and modify the mouseReleased method of its internal class ListMouseHandler.
Tell me, if you need more info.
Michael

Similar Messages

  • How to get active component of other components component usage

    Hi all,
    let me try to describe you the issue.
    I've got three components interacting with another. Lets call them CA, C1 and C2.
    CA uses both C1 and C2, so CA has component usages CUA1 and CUA2. But C1 also uses C2 with component usage CU12.
    C1 calls an interface method of component usage CU12 (of component C2).
    But although I've got an active component on CA-level for CUA1 (lets call this active component ACT1), C1 does not call the interface method of ACT1. (Even events are not triggered.)
    How can I assign the active component of CUA1 to C1 at runtime and how do I call its interface method from C1?
    Can I search for active components within C1 by name (I've got several active components, how do I differentiate them)?
    Thank you for your help.
    ismail
    FYI: The scenario:
    CA uses C1 as a global search component.
    CA has several list components C2.1, C2.2 etc.
    C2.1 lists all arrival/departure flights from NY. It also offers a minor search functionality for flight regarding NY.
    C2.2 lists all arrival/departure flights from LA. It also offers a minor search functionality for flight regarding LA. etc...
    I want to use C1 as a global search which uses the minor searches of C2.1, C2.2 etc. The outcome of the minor searches shall be displayed in C1, but also in C2.1, C2.2 etc. when I switch to the C2.1, C2.2 etc.
    Example usage 1:
    1. At CA I go to C2.1 and search for all flights to NY from London.
    2. Then I switch to C2.2 and search for all flights from LA to Berlin.
    3. When I switch back to C2.1 the former results remain there, I can still see all flights to NY from London.
    Example usage 2:
    1. At CA I go to C1 and make a global search for all departures to London.
    2. If I now switch to C2.2 I want to see all flights from LA to London, without a search here.
    3. If I now switch to C2.1 I want to see all flights from NY to London, without a search here.

    You use a desktop pane, but save a reference as a JLayeredPane. So make the reference of type JDesktopPane and check out [the documentation API|http://java.sun.com/javase/6/docs/api/javax/swing/JDesktopPane.html#getSelectedFrame()].
    For the next time, bookmark [http://java.sun.com/javase/6/docs/api/] and use you browsers search function to quickly jump to the class you want. Swing component usually also have a link to the relevant tutorial.

  • PS: Activity Component Invoice Plan

    Hy Experts,
    1. Does anybody knows a BAdI related to the Invoice Plan creation for an activity component?
    2. Have you ever seen a solution where the invoice plan was created automatically during transaction CJ20N or CN22?
    Thanks
    James

    I believe you can assign an Invoicing Plan type to a network type, in which case the Invoicing Plan will be associated with the network. This is the IMG menu path: Project System -> Costs -> Planned Costs -> Automatic Costing in Networks/Activities -> Unit Costing -> Maintain Settings for Invoicing Plan.
    Let me know how that goes and reward points if helpful.
    Venkat.

  • Active component Framework

    hi,
    I have a webdynpro app which will allow to download a pdf template(interactive form).
    If any end user(client-The person who should fill the form)downloads it to his local desktop,should his PC have Active component Framework installed, so that he can edit and upload it afterwards.Is it necessary that all end users should have ACF installed.
    Thanks,
    Jesmi.

    hi,
    Thanks,
    Webdynpro view has two options.
    1.direct entry(link)
    2.upload filled pdf
    Both the options will go to the same view ,where he can enter details manually for(direct entry) and just shows the uploaded details (for upload),so When the end user uploads his filled pdf template, how can I display his details(uploaded) in the next view of the webdynpro .
    Thanks,
    Jesmi.

  • Component Usage Does Not Have an Active Component

    Hi All,
    I get the following error "Component Usage MASTERS_ALV Does Not Have an Active Component" i got the same type of error before and resolved but now i forgor how to do can any one help me in resolving this error.

    Hi ,,
      In WDDOINIT hook method you need to instantiate the component usage otherwise you will get such type of dump.
      Paste the below code in WDDOINIT hook method view or component controller doinit then you will not get dump
      data lo_cmp_usage_alv type ref to if_wd_component_usage.
      lo_cmp_usage_alv = wd_this->wd_masters_alv( ).
      if lo_cmp_usage_alv->has_active_component( ) is INITIAL.
        lo_cmp_usage_alv->create_Component( ).
      endif.
    Regards,
    Devi

  • This active component (Active X) cannot be installed, executed or displayed

    hi,
    resourceBundle=java.util.PropertyResourceBundle@6ada73d0, locale=en,
    key=SAPUR_AX_ALT, string=Due to browser or system restrictions, this active
    component (Active X) cannot be installed, executed or displayed
    When executing a Adobe Interactive [web Dynpro for Java application on IE6.0 and Adobe 7.0.9, I am getting the following info in the log "resourceBundle=java.util.PropertyResourceBundle@6ada73d0, locale=en, key=SAPUR_AX_ALT, string=Due to browser or system restrictions, this active component (Active X) cannot be installed, executed or displayed".  Instead of PDF form I am getting a blank page [with no errors in the log], can you please help me out.
    I have followed the notes 766191 and 834573 but with no success.
    thanks,
    Sanketh

    Has anyone had this kind of a problem? There is no other error in the log, IE comes up with a blank page [no embedded pdf in it]. Sometimes IE allows to download the "unknown.pdf" file but it does not embed, I feel its a clear Active X problem, please help me out.
    We are having windows 64bit, NW04s SP11 and ADs is also at the same level EP7.0 SP11 with patch1.
    And the client is Windows XP IE6.0 SP2
    Thanks,
    Sanketh

  • Detecting Active Component in a BOM

    Hello guys,
    Wanted to know if there is an easy way to know which componentes in a BOM are the active ones? A way not involving comparing validation date, like if there is a yes or no something that tells me those components in the BOM are the active ones, the others are the alternative or the old ones.
    Regards,

    Hi,
    can you please elaborate your requirement
    what do you mean by active?
    are you looking some thing like if the component are production or costing relevant?
    Regards,
    Shaiil

  • Deactivate an active component of a Project (IWO10001)

    I activated 3 components under a project in CMOD. : IWO10001, IWO10009, IWO10031.
    I want to deactivate one component: IWO10001. I am succesfully able to take out the extra component, however in the program it still goes into the function module Call Customer-Function '001' for this user-exit.
    How can I prevent the call from FM if the component is deactivated and the include does not exist for this IWO10001 component?
    Does it store some reference anywhere ?
    Thanks, Mukta

    >
    Mukta Mariwala wrote:
    > I want to deactivate one component: IWO10001. I am succesfully able to take out the extra component, however in the program it still goes into the function module Call Customer-Function '001' for this user-exit.
    >
    > How can I prevent the call from FM if the component is deactivated and the include does not exist for this IWO10001 component?
    > .
    > Does it store some reference anywhere ?
    >
    > Thanks, Mukta
    How did you deactivate your component?
    CMOD->COMPONENTS -> CHANGE -> chose the function module and deactivate?
    and you also deleted the enhancement assignments from your project?
    Is there an entry in MODACT table for your project?

  • Elements 13 activating component

    Hello,
    I have done a lot of searching on this topic and can't find anything that is relevant to premier elements 13.  I am hoping that someone can help me.
    I am trying to publish a video for the first time and it tells me that I "must activate this component in order to use this feature" 
    MPEG2 Component
    It gives me a serial number and a web site: http://www.adobe.com/special/encoderactivation/sw_activation02.html
    I have tried going to that web page in both internet explorer and in chrome and both show the same blank page.  (and yes, I am online  )
    I have no idea how to get this codec working and I am completely stuck as I can't publish without it
    Any help would be amazing
    Thanks
    Johnny

    mpeg2 encoder
    Please re-contact Chat Panel and ask for a supervisor if necessary.
    I see this as a web page problem related to your account....not to current version or not. If Adobe Chat for accounts cannot help, then surely it should be able to put you in contact with a department which can.
    Depending on the outcome, the following might be a consideration
    Uninstall the program, do ccleaner run through (regular cleaner and registry cleaner parts), reinstall the program with antivirus and firewall(s) disabled.
    Be sure to have a good Internet connection. I prefer not to go this route unless desperate since reinstalling Premiere Elements 12 can be a project in itself.
    CCleaner - PC Optimization and Cleaning - Free Download
    The rationale behind this would be that when the program gets reinstalled this way, an automatic MPEG2 activation
    will happen via your Internet connection, avoiding the need to go through that web page for MPEG2 activation.
    Looking forward to your follow up.
    Thank you.
    ATR

  • DSR on active component to register

    Hi folks,
    I tried to register CCMS agent using sapccmsr with -j2ee option from my SAP Java standalone system to CEN system. Everything worked fine except DSR registration failed. Here is error message form the sapccmsr.log. Can anyone teach me how to enable ICT-Cache?
    SAP J2EE6.40/SP15 unicode /Oracle9.2 database
    SAP ECC5.0/SP15 unicode /Oracle9.2 database
    Thanks,
    Justin
    INFO: Checking Distributed Statistical Records Library dsrlib.dll
    INFO: DSR: Path F:\usr\sap\ccms\J2E_03\sapccmsr\dsr for Distributed Statistical Records.
    INFO: DSR: Dynamic Library 9 (version 21) successfully loaded.
    Tue Mar 21 16:15:05 2006
    INFO: [C12:000:CSMREG] connected to C12, host uslidv60.ca.com, System Nr. 01, traceflag [ ]
    INFO: C12 release is 640 , (kernel release 640 ), CCMS version 20040229
    INFO: Central ICT-based monitoring cache not configured in C12 on server uslidv60.ca.com.
    INFO: Pushing data into ICT-Cache disabled.
    INFO: Switch on ICT-Cache in C12 with profile parameter alert/cache/size_MB.
    INFO: DSR: no active components to register.
    Tue Mar 21 16:15:06 2006
    ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060308220654232._logmon.ini
    ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060314083340818._logmon.ini
    ALLOGLIB: ERROR: Logfile Monitoring: missing parameter PATTERN_0 in Template F:\usr\sap\PRFCLOG\logmon\uslidv60_J2E_03_S00_sqltrace_20060314170711913._logmon.ini
    Tue Mar 21 16:16:07 2006
    ERROR: DSR: dsrGetApplicationStaticData failed with rc = 2

    Hi,
    the important entry is:
    INFO: DSR: no active components to register
    Meaning: the agent assumes, there is noone who writes DSR.
    The reason might be:
    - DSR service not activated in the J2EE engine
    - DSR lib not loaded properly by the engine
    - Troubles with SLD
    - On WIn: no DSR registry key set during engine installation.
    PLease see SAP notes 864828, and good for DRS trouble shooting 926590.
    Regards
    CJ

  • Active Component Framework Needed

    Would anyone tell me where i can download ACF alone.
    Thank you

    Hi,
    Also please check the note <b>738891</b> to get to know the related notes of ACF.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Active desktop component

    My java applet does not display on WinXP desktop on setting it as active desktop component. I have set the .html file containing the applet as active component.
    Otherwise the browser shows the applet fine.
    please somebody help me.

    Well : Double-post can sometimes bring more results, but people generally don't like this point of view... Althought, I suppose you perhaps just failed to retrieve your own post ;)
    Because I am still looking for a soluce to this damned problem too, there will be nothing more there, but in case of, here is your other post about this problem :
    http://forum.java.sun.com/thread.jspa?messageID=3840323
    I must add that I have myself written in a thread about this problem; the thread is initially about the conversion Image > BufferedImage and contains the code of the applet I am trying to make work as an active desktop...
    http://forum.java.sun.com/thread.jspa?threadID=628534&tstart=240
    Thanks to all those who begin to feel lost in all these threads : I hope we'll be more efficient the next time we'll have to ask for some help !

  • Component Usage error in MSS Leave Request approval

    Hi All,
    We are getting the below mentioned error only for few users while approving the leave request in MSS.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting interface controller. (Hint: Have you forgotten to create it with createComponent()? Should the lifecycle control of the component usage be "createOnDemand"?
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUsage.java:348)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
        at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java:245)
        at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:861)
        ... 41 more
    Kindly share your views on the same.
    Thanks and Regards,
    Vivek.

    Hi Anup,
    Please find the complete Trace below.
    System Environment
    Client
    Web Dynpro Client Type     HTML Client
    User agent     Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; MS-RTC LM 8)
    Version     null
    DOM version     null
    Client Type     msie6
    Client Type Profile     ie6
    ActiveX     enabled
    Cookies     enabled
    Frames     enabled
    Java Applets     enabled
    JavaScript     enabled
    Tables     enabled
    VB Script     enabled
    Server
    Web Dynpro Runtime     Vendor: SAP, build ID: 7.0013.20080611120129.0000 (release=NW04S_13_REL, buildtime=2008-09-11:17:05:50[UTC], changelist=42127, host=pwdfm114), build date: Wed Nov 19 19:21:28 CET 2008
    J2EE Engine     7.00 patchlevel 109044.44
    Java VM     IBM J9 VM, version:2.3, vendor: IBM Corporation
    Operating system     AIX, version: 5.3, architecture: ppc64
    Session & Other
    Session Locale     en
    Time of Failure     Sat Jan 02 12:26:56 CET 2010 (Java Time: 1262431616916)
    Web Dynpro Code Generation Infos
    sap.com/ess~lea
    SapDictionaryGenerationCore     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:43[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0010.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:40:44[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:25[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:39[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:32[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary     7.0011.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:00:20[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0011.20061227101814.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:05:13[UTC], changelist=431317, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    SapWebDynproGenerationCore     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:35[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    sap.com/pcui_gp~xssutils
    SapDictionaryGenerationCore     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:43[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0010.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:40:44[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:25[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:39[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:32[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary     7.0011.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:00:20[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0011.20061227101814.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:05:13[UTC], changelist=431317, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    SapWebDynproGenerationCore     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:35[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    sap.com/tcwddispwda
    No information available     null
    sap.com/pcui_gp~xssfpm
    SapDictionaryGenerationCore     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:43[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0010.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:40:44[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:25[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:39[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:32[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary     7.0011.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:00:20[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0011.20061227101814.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:05:13[UTC], changelist=431317, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    SapWebDynproGenerationCore     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:35[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available     null
    sap.com/pcui_gp~tecl
    SapDictionaryGenerationCore     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:43[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates     7.0011.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:02:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore     7.0010.20060719095755.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:40:44[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:25[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:39[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore     7.0010.20061002105432.0000 (release=645_VAL_REL, buildtime=2006-10-21:15:41:32[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary     7.0011.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:00:20[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro     7.0011.20061227101814.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:05:13[UTC], changelist=431317, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    SapWebDynproGenerationCore     7.0011.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:08:35[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates     7.0011.20070125102926.0000 (release=645_VAL_REL, buildtime=2007-01-31:20:21:35[UTC], changelist=434634, host=pwdfm101)
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting interface controller. (Hint: Have you forgotten to create it with createComponent()? Should the lifecycle control of the component usage be "createOnDemand"?
           at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
           at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUsage.java:348)
           at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
           at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java:245)
           at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:861)
           at com.sap.pcuigp.xssfpm.java.MessageManager.handleException(MessageManager.java:258)
           at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:103)
           at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModelInternal(BackendConnections.java:323)
           at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:256)
           at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:154)
           at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:237)
           at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.connectModel(FPMComponent.java:841)
           at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.connectModel(FPMComponent.java:1071)
           at com.sap.pcuigp.xssfpm.wd.BackendConnections.init(BackendConnections.java:141)
           at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.init(InternalBackendConnections.java:233)
           at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:182)
           at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
           at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
           at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
           at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
           at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
           at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
           at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
           at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
           at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
           at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
           at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
           at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
           at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
           at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
           at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
           at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
           at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
           at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
           at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
           at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
           at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
           at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
           at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
           at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
           at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
           at java.security.AccessController.doPrivileged(AccessController.java:219)
           at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
           at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Thanks and Regards,
    Vivek.

  • How to add a Field to the Result List in Activity

    Hello Experts !
    We are on CRM 7.0. I want to add a field to the Result List of Activity (Component: BT126S_APPT / View: ApptSR). This field is the address of the "Employee Responsible".
    So, how can I add a field to the Result List? AET is not a relevant tool for us because we don't want to create an attribute it already exist in the BOL. We just have to enhance the result list with BOL existing attributes.
    Also, after I add the field, I will need to populate my field with Data via some method.
    Thanks in Advance to all !
    Mariano.-
    SAP.

    Hi Mariano,
    The component was missing some technical data. Implement sap notes 1226612, 1363752, and then follow the manual procedure shown below.
    u2022     Execute transaction SE11.
    u2022     Choose the Radio button "Data Type" and enter value
                  "CRMST_QUERY_R_ACT_BTIL" in the Data Type field.
    u2022     Click on "Change" button.
    u2022     Position the cursor before the Includes added to this structure. Click
                 On the "+" button to add a new attribute.
    u2022     Enter the following details in the newly added blank row.
         Component: PERSON_RESP_LIST
         Component Type: CRMT_PERSON_RESP_LIST.
    u2022     Save the changes and activate the structure.
    u2022     Add the "Employee Responsible" field to the View configuration.
    u2022     Open the BSP application BT126S_APPT.
    u2022     Double-click on the view BT126S_APPT/ApptSR in the left side panel.
    u2022     Choose tab "Configuration" in right side panel.
    u2022     Choose the right configuration by using the "Choose Configuration" button.
    u2022     Click on the Edit button.
    u2022     Add the "Employee Responsible" attribute from the "Available fields" list to "Displayed fields" list.
    u2022     Save the changes
    Regards
    Krishna

  • Process Order Quanity based on Component Quanitity

    Hy,
    In most cases the component qty. are depends on prodcution/process order quanity, but we have a scenario in which Order quanity is only decided on the basis of Active component's avalable qty of a single bacth which is based on its potency.
    For example
    1.0) If available stock of a single batch of a active ingredient is 5.5 Kg (Assay is 97.5%) then we can take process order quantity of 5000 Nos.
    2.0) If available quanity of a second batch of a actuve ingredient is 3.1 kg and (Assay is 98%) then we can tak process order quanity of 2800 Nos.
    Due this we can not set our lot size.For every single bacth of active ingredient we have to do manual calculation of a process order quantity.
    So pls guide how we can map this scenario for both planing and process purpose.
    Regards,
    Dhaval

    Hi Dhaval,
      I can suggest you to search any planning strategy available where you can create the planned order based on component.
    If it is not there then create one custom transaction where you can get the component availability along with batch ids. and use the same quantity for creation of Header material production order.
      We have developed custom transaction for PO creation where we adjusting or assigning the batch on availability.
    Regards,
    Shailendra

Maybe you are looking for

  • Can't login to Mac OS X server website after password reset

    Hi, I set up Mac OS X server for our small company and tried resetting the password of my network account that is managed via profile manager. So, under Accounts->User->MYUSERNAME->reset Password, I typed in a new one and hit ok. Now I can't login to

  • Ho do I get latest news about songs from other countries?

    I am located in North America, that's why I think my itunes store just give me the latest news about music from North America, but I want to download some songs from other counties too. Such as Japan/ Taiwan, is there a way to set my itunes store to

  • JMS queue question

    Hi all, I am using Weblogic Application Server and say I have 1000 messages in a JMS Queue say "Q1". Q1. How are these messages picked up from the queues? i.e. by a thread etc. Q2. If they are picked up by threads then who configures these threads? A

  • OIM 11g configuration failed. Create domain step failed

    Hi, I'am facing problem in OIM installation. Here is the description of error : Create Domain step failed Bootstrap Domain Configuration Log Config Action Bootstrap Domain Configuration started Create Domain Error Error while starting the domain. Cau

  • Problem with java app.

    Hi! I did not knew where to put this, but, here it goes: We have purchased program based on Java (j2re1.4.2_03) and have experienced problems with running other applications like MS office or IE. The problem is that when the Java app is runing, when