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

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

  • 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

  • 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

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

  • Problem with Web Dynpro ABAP Adobe form Access via 'NULL' object reference

    Hi All!
    I'm a beginner of Adobe form.
    problem 1:
    I tried to display data in Adobe interactive form according to the tutorial :https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7783. [original link is broken] [original link is broken] [original link is broken]
    I checked every step, but unfortunately it reported an error: Access via 'NULL' object reference not possible. I found that the error happens when trying to get element of the context node.
    I also have such problem when I was studying the tutorial https://wiki.sdn.sap.com/wiki/display/WDABAP/CallAdobeFormthroughABAPWebDynpro.
    problem 2:
    I can't input any data in input box or click any button even  if I selected the property 'enabled' of the interactive form while my colleague can do it on his computer.  Does it means that there are some thing wrong with my adobe reader?
    Hope anyone could save me,
    Thanks & Regards,
    Murloc

    >
    tomcat123 wrote:
    > Hi All!
    > I'm a beginner of Adobe form.
    > problem 1:
    > I tried to display data in Adobe interactive form according to the tutorial :https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7783. [original link is broken] [original link is broken] [original link is broken]
    > I checked every step, but unfortunately it reported an error: Access via 'NULL' object reference not possible. I found that the error happens when trying to get element of the context node.
    > I also have such problem when I was studying the tutorial https://wiki.sdn.sap.com/wiki/display/WDABAP/CallAdobeFormthroughABAPWebDynpro.
    Check that you have entries in the Table MARI. else you will get this message.
    > problem 2:
    > I can't input any data in input box or click any button even  if I selected the property 'enabled' of the interactive form while my colleague can do it on his computer.  Does it means that there are some thing wrong with my adobe reader?
    >
    Compare the adobe live cycle version. it will work fine with 7.0/7.1
    > Hope anyone could save me,
    > Thanks & Regards,
    > Murloc

  • Adjustable footer in Adobe forms

    Hi Gurus
    Need your help in adobe forms. I am converting the sap-script debit note to adobe forms. my problem is after the line item display the subtotal total and signature should come after with the line items. what i did right now is that the subtotal, total and signature is stable in the footer area which is wrong. what i want is adjustable. like example if i have 2 line items the footer should be in the middle part then if example 10 items in footer in lower part. It depends on how many is the line items.
    line 1
    line 2
    liine 3
                       Subtotal
                        total
                        Signature
    line 1
    line 2
    line 3
                       Subtotal --> should be like this
                        total
                        Signature
    thanks in advance,
    Edited by: Etrafanob on Nov 11, 2009 10:52 PM

    Hi Sandra,
    sorry for that and the late reply. here is the feedback for the benefit of the other. I apply what the replies stated. and to make the footer adjustable it should be put in a WRAP SUBFORM by right clicking the nodes in heirarchy view then in the object pallete there is a option for FLOWED/POSTION then it works for FLOWED. thanks.
    best regards to all.
    Etrafanob.

Maybe you are looking for

  • How do i change the backgrond color of a drop down box.

    I'm creating a form which has a colored background and a drop down box with 5 choices.  The problem is the font color in the drop down box is white and so is the background color of the drop down box so the selections are not visible unless you scrol

  • Sql injection on Oracle

    Good night: I'm trying to understand the use of oracleparameters in visual basic .net 2008. It is said that its goal is to avoid sql injection but as far as I know Oracle throws an exception every time you use a ;, so I assume it is not possible to i

  • Can't get java.sh to work....

    I created the java.sh file, put it in etc/profile.d/ and made it executable. Still not working... If I run the identical commands in the java.sh from the prompt, then it works.. Any ideas?? Also, how do I specify multipl jar locations in the CLASSPAT

  • Delivery Split on STO based off Time Stamp

    Hello Experts, that Need help related to an issue we are facing. We see when APO generate Purchase Requisition it has date and time on it. In R3 we convert multiple Purch reqs. to a single STO. On the STO we have multiple line for each Purch Req and

  • XL Reporter 2007 A PL 42 - Object variable or With block variable not set

    We have upgraded our client from PL38 to PL 42 and they are now unable to open any XL Reports or XL Reporter on a certain PC, they where able to prior to the upgrade and with PL 42 they can no longer do so. The error message they get  is a system err