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.

Similar Messages

  • 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>

  • 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.

  • Active data framework

    Hi
    I am in the process of trying to prototype a screen that reflects committed changes made to the database.
    For example I have some rows that have theirs status's changed.
    I understand the "push" technology is called "active data framework"/
    What I need is a small example of how this can be implemented. I can only find a couple of posts on the internet and they are vague.
    (see http://matthiaswessendorf.wordpress.com/2009/12/05/adf-faces-and-server-side-push/
    and Active data services
    They talk about adding components that I cannot see in Jdeveloper (version 11.1.1.2). Also it appears the data must be complient with this push technology too.
    I hope this can be acheived easily. I remember listening to a podcast from Duncan Mills. He made it seem so easy.
    Any thoughts would help thanks.
    regards
    darren

    Hi
    thanks for the links
    I am starting simple with trying to get a table to "twinkle".
    I thought I would use BAM rather than fuss around with the proxy stuff (at the moment at least).
    To create an Oracle BAM connection:
    1. Select New from the File main menu in Oracle JDeveloper.
    The New Gallery dialog opens.
    2. Choose Connections from the General category.
    3. Select BAM Connection in the Items list, and click OK.
    The BAM Connection wizard opens. .....................................
    Unfortunately there is no BAM connection option. I guess is should be between "Application Server Connection" and "Database Connection"
    This may really be another post although I guess it is still relevant to the original question of how to set up an easy example of ADS.
    Thanks
    Darren

  • 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.

  • 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

  • Missing activity reporting framework component

    Hello,
    I have been trying to install some components for BI on my portal but in order to do that I have to install KM base components.
    But when I try to do that I get this error at validation in JSPM:
    Details message(s): Archive /usr/sap/trans/EPS/in/KMCBC04P_20-10008093.SCA for component sap.com/KMC-BC was admitted for deployment Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.netweaver.bc.rf.service'. Deployment of archive /usr/sap/trans/EPS/in/KMCBC04P_20-10008093.SCA --> com.sap.netweaver.bc.rf.service.sda for component sap.com/com.sap.netweaver.bc.rf.service is rejected because it does not pass the validation check. Detailed message: 1. Unresolved dependencies: sap.com/com.sap.portal.activityreportingframework not found in the admitted batch items and the repository
    I cannot find any useful info on where to get this com.sap.portal.activityreportingframework or in which component it should be.
    I am using SAP Netweaver portal v. 7.3 SP4 trial edition.
    Can anyone help?

    Hi Miha,
    The SCA deploy fails due to dependence to a portal component. It seems the com.sap.portal.activityreportingframework is missing. Could you please replace manually on the system the fixed part of the SCA. In order to do this open the KMCBC.sca  and extract the bc.cfg_api.jar and bc.cfg_cor.jar to the following location: \usr\sap\<SID>\upg\java\<SID>\JCxx\j2ee\cluster\bin\services\tc~km~config~srv
    After that restart the 7.30 system and retry the deployment.
    Thanks,
    Rajendra

  • 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

  • Starting my component framework

    ok so i'm getting into developing my apps with components and
    i'm reading a couple of books to help me. However some of the
    things these books are saying are conflicting with each other. Like
    'Object Oriented Actionscript for Flash 8' by friends of ed is
    saying it's best to start from scratch with my own UIObject and go
    from there so that i know how everything works from inside out. But
    then i am reading other literature wich go from the perspective of
    building components by extending, or otherwise using, the flash
    component architecture, which seems smart enough, after all if
    there is a complete acrchitecture there to begin with, why rebuild
    what already works.
    However the flash component acrchitecture is huge and
    complicated and i could spend years learning how it works properly,
    and even then i don't know if it will suit my needs. For example
    when it comes to skinning compenents i've had a hard time in the
    past and having complex animations between different states of the
    component (ie. a tween to take a button from enabled to disabled)
    seems to be almost impossible. and if i create a component from
    scratch i could build and understand this functionality in from the
    start.
    Also i'm going to be moving onto actionscript 3.0 soon and
    flex builder 2 and i don't know how the component architecture is
    gonna differ from what i'm using now.
    I'd like to hear from other developers out there the pros and
    cons of either side of the argument, and how you guys go about this
    side of programming GUIs. Do you use the build in components or do
    you have a library of your own componets that you've built from
    scratch? Do you extend from the flash comps to build your own or
    have you defined your own version of UIObject? Are there different
    things to consider when it comes to using AS 3 and Flex 2? How do
    you skin your components when absolutly everything needs to be
    smoothly animated? Should i put the time and effort into learning
    the flash component architecture???
    As you can tell, i'm in a bit of a whirle here and i just
    wonna get started on the right foot. most of all i just wonna get
    on with building the rich apps that are in my head! So any pointers
    in the right direction will be much appreciated.

    Hi thanks for the reply, i have managed to find out that the oa framework version in my instance that is as below,
    OA Framework Version InformationOA Framework Version 11.5.10.3CU.
    MDS Version 9.0.5.4.89 (build 554)
    UIX Version 2.2.22
    BC4J Version 9.0.3.13.87
    But i couldn't find the matched jdeveloper version to use in that note 416708.1 listed. and in my system i have downloaded jdeveloper version is 10.1.3.4.0 . please suggest me.
    Thanks
    Edited by: user549459 on Aug 25, 2008 2:11 PM

  • 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

  • Active Composant Framework

    Hy,
    Is the ACF componant mandatory in case of Adobe Interactive Forms in portal ?
    Fisrt specifics developments seem saying it is not ...
    Can you tell me in which cases it became inescapable ?
    Thank
    Alain

    Hi Alain,
    ACF is mandatory if you are using ActiveX components in your Interactive Form.
    If you are using ZCI (Native) forms, then you need not install ACF on your system.
    ZCI Native forms works with NW 7.0 SP 09 and above.
    If you have NWDS 7.0 SP09 or above then you will get an option to develop ZCI forms.
    Hope this helps!!
    Regards,
    Arafat

  • 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

Maybe you are looking for