Hiring Adobe Form-Performance problem

Hello,
We have developed a hiring Adobe form using HCM F & P. It has 8 pages, many user events. It gives the user option to enter
all infotypes used in hiring process. Now the issue is with the performance. The form is taking around 40 seconds to launch
and to do any user event. Let me know if you know of any method to improve the performance.
Is it possible to work with the form section by section, initially first page gets loaded, then on click of a button next page is loaded
like that. And when we do user event is it possible not to submit entire 8 pages to the backend and only submit the
required section.
Let me know if you have any idea.
Thanks!
Aravind

I completely agree with Chris.
We developed a very complex AIF that would have been much easier to develop in WDA, but the PM wanted a nicely designed UI for the users. We spent months on this process, when the same thing could have been done in a few weeks. W
There are a number of limitations in AIF that are available to you in WDA - it will make youre life simpler to take advantage of them and keep AIF for something less complex

Similar Messages

  • Adobe Form Print Problem - Header is cut off without print preview

    We are currently experiencing a problem when trying to print Adobe forms.  We have created several forms and are experiencing the same issue with all forms.  The issue occurs when we are trying to print a form.  If we choose a print preview prior to printing, the form looks normal and prints fine.  However, if we do a direct print (i.e. no print preview), then the top part of the form is cut off.  It's almost like all of that data on the form gets shifted upward, cutting off about 1/2" to an 1" from the top of the form.  We have tried printing to different printers and are ending up with the same results each time.  We do not experience this issue with SAPScript.
    I have searched several threads and haven't been able to find an issue quite like the one we are experiencing.
    Has anyone ever exeperienced a problem like this before? 
    Currently using Adobe LiveCycle Designer 8.1.2 and are on Netweaver 7.00 EhP1.
    Thank you for any help.

    I am going to go ahead and close this thread as I believe we have found a solution.  Sai is correct that there is an issue with the design.
    If anyone else runs into this problem, take a look at note 968394 that talks about differences between print preview and printing from spool.  When you are in the print preview dialog box, under "Page Scaling," the default is "Shrink to printable area."  So if your form went outside the margins, it would shrink to fit giving you the impression that the problem is not with the print preview rather than the form itself. 
    After moving the header stuff down a bit everything is printing normal both through the spool and via print preview.
    Thank you!

  • Adobe form print problem

    Hi all,
    I'm new to Adobe forms. I have created a new abode form and trying to execute the function module from SFP transaction itself.
    after executing its asking for printer. there are three printers configured in my system. No matter which printer i selected, its throwing following error
    Exception SYSTEM_ERROR
    Message ID: FPRUNX  Message number: 001
    Message: ADS: SOAP Runtime Exception: CSoapExceptionTransport :(100101)
    i dont know whether its adobe form problem or printer problem.
    if its printer problem please let me know how can we configure new printer in sap?
    Thanks

    Hi All,
    I changed the printers device settings...That error is not coming now. But when i execute the adobe form it is not showing any output., and goes into endless processing..Can anybody suggest me what can be done?
    Regards.
    Edited by: s m on Feb 9, 2009 1:27 PM

  • ABAP WD application -Adobe form -Cache problem

    Hi,
    I have an WD application where -in user enters order number  and clicks search button then it displays order as adobe form.
    I am having problem with cache!
    at first if there is a order which has all item data it displays that order properly but immediately if I try for an order which doesn'nt have any entries it brings up old order details.
    how can we overcome this?
    rgds
    Vara

    Hi Vara,
    Try using Invalidate( ) method on the node which is binded to your adobe form.
    lo_nd_nodename->invalidate( ).
    Regards
    Arjun
    Edited by: Arjun Thakur on Mar 10, 2009 9:16 AM

  • Adobe Form Formatting Problem

    Hi ,
    I am printing a Custom Adobe Form(ZPTRV_EXPENSE_FORM), which is a copy of standard form(PTRV_EXPENSE_FORM), through PR05. The problem here is in the subform for additional trip information, where the comments entered by the user are getting displayed, is not getting frmatted properly.
    for example.
    2.Had a joint meeting with Mr.ABC, Mr.PQR, Mr.XYZ.
    is getting displayed as
    2.Had a joint meeting with Mr.ABC, Mr.PQR, M       r.XYZ.
    I have not changed any property of the said text area.
    I found a SDN post which says it has been done in the interface. In this case, I am using a standard interface which does not
    have any code in code initialization or Form routine.
    Could you please guide me through.
    Regards,
    Sagar

    Hi Otto,
    First of all thanx for your prompt and kind reply. As I said the text hs been copied from MS Word. There are two boxes in the
    text, wierd characters as you pointed out. But there is a part of text which does not hav those characters, yet there is a space
    infact multiple spaces that appear in the preview.
    I tried typing the part of the text manually in the comments box without the spaces. Then too, some of my words are split into
    two or two words put togather.
    I have also checked changing the font, but that didnt help. And the binding of the text field is set to 'EDITOR'. But if you check
    the context, there is no element called 'EDITOR' not does the form interface have a parameter which passes the long text meant
    for comments . That was the reason I was asking, what are the possible ways we can populate data in a form.
    Regards,
    Sagar

  • Adobe forms layout problem

    Hi gurus,
    Am interested in learning adobe forms ,
    am  working with ECC 6.0
    SAPGUI 6.40+Add-ons with SAPLOGON Customize
    So my problem is when am going to SFP tcode
    when iam clicking LAYOUT tab its showing COULD NOT START LAYOUT DESIGNER.
    so i came to know that i have to install adobe live cycle  designer.
    pls tell me which version of acrobat reader is required for me..!
    and where can i download that.... adobe designer tool....!
    i searched many forums but there are some links ....
    but when am clicking its asking for user id & password.
    pls help me out ..
    am very much interested to learn Adobe forms .!
    Thanks & Regards,
    Rajesh k
    Edited by: rajesh  k on Nov 21, 2008 7:21 PM

    Hello,
    You can read the SAP Note Number: 1176858.
    Regeards
    Thierry

  • Forms-Performance problem

    I running Portal version 3.0.8.9.8 on Sun Solaris and I have perfomence problem when running forms. I have created a form against emp table and it takes over one minute to open the form. When I try to run a report against the same table it only takes a second to open and execute the query.
    Does anyone have solution?
    null

    Hi all,
    First, regarding 3.0.8 performance degradation, it is BUG # 1721741, the workaround:
    Create 2 additional indexes:
    CREATE INDEX WWA_MODULE_BINDINGS_IDX1
    ON WWA_MODULE_BINDINGS$(
    SUBSCRIBER_ID,
    MODULE_ID,
    MODULE_VERSION,
    MODULE_BLOCK_ID,
    MODULE_ATTR_ID)
    CREATE INDEX WWA_MODULE_LOV_BINDINGS_IDX1
    ON WWA_MODULE_LOV_BINDINGS$(
    SUBSCRIBER_ID,
    MODULE_ID,
    MODULE_VERSION,
    MODULE_BLOCK_ID,
    MODULE_ATTR_ID)
    Those indexes are missing in the standard fresh install but present if you run an upgrade from versions 3.0.6 or 3.0.7.
    *****!!!!! Please note: This workaround can be applied ONLY to Portal forms version
    3.0.8.9.8. Earlier versions of the Portal do not need those indexes !!!!!******
    This bug is fixed in 3.0.9.
    Now, 3.0.7 performance problems:
    Is this normal?
    No.
    Is there anything that I can change to speed this up?
    That's what I'm trying to figure out. Can you provide me with as much details as possible about your slow forms? Anything - form types (MD, forms on tables) any remote DB tables involved?, # of fields in the form?
    Is there an index missing in the PORTAL30 schema?
    No. Not in 3.0.7.
    The more columns in the underlying table the longer the form takes to appear,
    is this a general rule of thumb?
    Yes.
    Thanks,
    Dmitry

  • Forms performance problem on the web, using webutil.

    When starting the webutil-demoform on the Application Server,
    webutils eight javabeans is loaded in 1 second.
    I'm using &WebUtilLogging=Console&WebUtilLoggingDetail=Detailed for logging this.
    When starting the same form from client the beans is loaded in ~30-40seconds.
    Any suggestions to figure out why?

    Problem solved!
    Don't use the IP-address in the URL, use hostname or add an entry in your hostfile on the client. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5092063
    Metalink
    Note:402180.1 Initial Loading of Webutil Forms Are Slow
    Note 356190.1 Performance Problems in Forms with Webutil 1.0.6 for Intranet Web Clients

  • Adobe Form - Priting problem

    Hi,
    There is requirement to print an adobe form in Black-white format and as per user's request we changed the company logo as well from colored to black-white. Now as per requirement that form is printing black-white only but the issue is, it is using color cartridge.
    we checked all printer configuration but was no use and user want to print it as mono rather that colored. Printer is printing correctly for any other black-white document.
    Please let me know for this how could I change the layout/border color (shown below) for objects used in this form like we changed the logo. Also plese let me know whether this issue can be handled in other way.
    Regards,
    Srivijay

    Hi Srivijay,
    I guess output type configured for adobe form will help you.
    Have checked it with basis guy.
    Regards,
    Ashish Kaple

  • Adobe form distribution problem

    Form created in LiveCycle and distributed with Adobe Pro...3 choices for distribution.
    1) Through Acrobat.com (which stores the responses on Adobe servers)
    2)  By email (This is not an option for me because these forms can not  invoke an email client on submission from the user. --> group policy  locked-down machines.)
    3) To an internal server
    Option  3 works great for me as long as the person submitting the form is on my  LAN.  The problem is that we have users not on the LAN submitting the  form.  My repository for the responses needs to be accessible from the  internet.
    What I tired:
    Shared folder on server.  Full permissions for "everyone" just to avoid that as a problem during configuration....
    Folder web shared by IIS.
    Trying  to use the distribution wizard to set this up for that folder.  It  wants a UNC path but that will not work for external  users and no  matter what http path I put in there is tells me it is  unable to create  the shared folder....
    Obviously,  if the forms can distribute and submit to Acrobat.com then they can  submit to my own server.  The question is how can I do this?  Very  frustrating.

    Hello Gregg,
    I'm sorry to hear that you're having trouble distributing your form. However, I'm not sure I understand exactly what's going wrong when you try to use Acrobat.com to distribute the form; what happens when you select that option? It should be a mostly automated process, and there's a video on using Acrobat.com for form distribution here:
    http://www.adobe.com/designcenter/video_workshop/?id=vid0348
    If you are not interested in using Acrobat.com for forms (it's not entirely clear whether you are trying to use Acrobat.com or another server), please post your question to the Acrobat forum; as this forum is for Acrobat.com questions, we are not able to help with questions specific to other Adobe products and services.
    Here is the home page for Acrobat Help and Support:
    http://www.adobe.com/support/acrobat/
    Here is a link to the moderated Acrobat Users forums:
    http://www.acrobatusers.com/forums/aucbb/index.php
    Please let me know if I can be of further assistance.
    Best regards,
    Rebecca

  • Adobe Forms render problem

    We are implementing MSS at a customer and want to use the standard HCM
    Forms and Processes. If we execute the Java Web Dynpro that launch the
    HCM Forms and Processes (sap.com/paasrprocst/com.sap.pa.asr.procst.appl.StartProcessForManager)
    the PDF that is expected to render just don’t render. It is as if the PDF
    component is hanging. The is how ever 1 PDF the renders but it is not a
    interactive PDF(Request for Transfer (Enhanced)). All the other standard PDFs never appears. Every time this happens there is the same error in default trace file.
    EXCEPTION]
    #2#sap.com/pb/#com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'sap.com/pb' and application '' are not deployed on the server. Please check the used URL for typos.
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.getApplicationDeployableObjectPart(RequestManager.java:413)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:347)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:145)
         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:160)
         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:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDIllegalArgumentException: The argument 'applicationName' is null.
         at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getApplication(AbstractDeployableObject.java:138)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.getApplicationDeployableObjectPart(RequestManager.java:411)
         ... 20 more
    The component 'sap.com/pb'  is deployed and the application 'PageBuilder' is running.
    We tested on the following client software combinations:
    Adobe Reader 8.1
    xAcf_NW04s_SP14
    Browser: IE7
    Adobe Reader 8.0
    xAcf_NW04s_SP14
    Browser: IE6
    We looked at all the following notes but not one of them identified the
    problem we experience.
    1021103
    976913
    894009
    834573
    894009
    834573
    905753
    956074
    944221
    846712
    736902
    811342
    994045
    900493
    925741

    The problem was solved by note 1103683

  • Adobe Forms distribute problem

    Hi
    I am trying to distribute a form using the server method to automatically collect responses - using Adobe XI standard - whilst the option to collect by server is there the collection method is set to manual - meaning that all responses are collected via email and have to be clicked individually - painful! The option for delivery method is set to manual and I cant see a way of changing it - any help would be magic!
    Thanks

    Hello,
    You can read the SAP Note Number: 1176858.
    Regeards
    Thierry

  • Adobe forms printer problem

    Hi
    I have two querries,
    1) When I am trying to obtain the Print Preview, the system is showing SOAP exception.  Few days ago the system was running fine. What is the cause and solution of the same.
    The exception is as follows
    Exception       SYSTEM_ERROR
    Message ID:          FPRUNX                     Message number:           001
    Message:
    Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport
    2) How to configure a printer for PDF forms in a new system.
    Regards
    Dinesh

    Hello,
    This shows not a printer, but an adobe configuration error. Please check your configuration as per note: #944221
    Best regards,
    Dezso

  • Adobe Forms Printing Problem

    Hi, I have 2 bosy pages and 2 master pages. B1 is attached to M1 and B2 to M2. After B1 fills in the pagination Tab I gave u201CGoto Page M2 u201C.
    I want to print M2 and B2 on One condition. How can I achieve this ?
    I want to know what are the events that trigger after the Page B1 fills and hits u201CGoto Page M2u201D

    I don't think you can hide a Master Page; Master Pages are not directly displayed to the Users, only Body Pages are displayed;
    So, try changing your code to hide the Body Page:
    if ($record.POS =="MAN") then
    B2.presence = "hidden"
    endif
    Please see this Post:
    Re: Remove a page at runtime
    regards,
    harman

  • Problem with deep structure in Adobe Forms

    Hi ,
    I am converting smartform into adobe forms. While converting the program code in the code initialization of the smart forms also get transformed to adobe forms the problem is my internal table is of type deep structure while passing it through the tables parameter i am getting error in adobe forms .But while passing the internal table through import parameter its not giving error.The same code works fine with smartforms. I dont know why its not taking the structure of internal table in adobe forms properly .It happens only for deep strucure formal normal tables it works fine in table parameters .If any one has come across this scenario please share your ideas.
    Best Regards,
    Sreeram

    If I were you, I would never do this through any program. The only secure, reliable way is to rewrite everything by your own hands. Even if we could argue, your way works as well (and could be faster at the beginning), at the firt moment you will be asked to perform any tiny change in this "imported" thing, you will cry your eyes out (and understand why it is the only useful way to rewrite everything manually).
    regards Otto

Maybe you are looking for

  • Payment terms Configuration for customers - Billing Documents.

    I would like to configure payment terms as follows:- Z010 : 10 days credit. System should calculate 10 days from the document date. In FBL5N it should calculate and shown in "Net Due Date" accordingly. Eg. document date : 2.7.09.  Net due date should

  • HT204088 I have duplicate charges of $9.99 from travel-nave that I need to have removed.  How can I go about doing this?

    I have duplicate charges of $9.99 from travel-nave that I need to have removed.  How can I go about doing this?

  • Problem during sub-contracting

    Dear Experts, My client is making a finished product after 9 Operations, In which first and last 3 operations are in-house operations. Middle 3 operations are performed in sub-contractor's place at 3 different work centers. The client wants to track

  • Infotype description document

    Hi, Can you please let me know the details & description of the infotype which has the following: 1) Benefits 2) Pay of the employee. Can you please let me know the full details of those particular infotypes(what all data they contain) Thanks! Manish

  • Cower command and use

    Hi, I have been trying out different AUR helpers, and have now downloaded cower.   I was wondering if someone could verify that this is the correct way to use (so that I don't break something ) For example, if I wanted to download Abiword-light and i