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

Similar Messages

  • Adobe forms  - format G_RAW - output tray

    Hello,
    I was using formats of device type (DINA4) to print sapscript formulars in different output trays. Now I have switched to adobe forms.
    Adobe forms are always printed (as I've understood) in G_RAW format, and not in DINA4 format as I want.
    For my printer ( KYO FS95XX PCL POSS, Driver  HPL2 HP Laserjet) I'm not able to manipulate output trays in "Printer initialization" for G_RAW format (in SPAD).
    Example for DINA4:
    Example for G_RAW:
    Do you have any suggestion how to:
    1. Change format from G_RAW to DINA4?
    2. To manipulate output trays of G_RAW format?
    Thanks,
    Evgenij

    Hello Evgenij,
    the reason why format G_RAW doesn't have any printer actions (e.g. tray commands) in default is that the contents of this format will not be evaluated by R/3.
    In contrast, the contents of a DINA4 spool (SAPScript / SmartForm) will be interpreted according to the OTF rules. This means that storing an ADS (Adobe Document Services) data in DINA4 format could cause errors which hinder the printing of that spool, because ADS can not generate spools in OTF format.
    These mean the following:
    ADS spools should only be stored in G_RAW format. No other format should be selected as it could have unforeseen consequences (so the spool won't be printed)
    Editing the "Printer initialization" of G_RAW for tray commands is not needed, because:
    SAP KBA #2111085 - "Tray control in SAP" describes how tray selection can be done for ADS spools:
    "You can select the tray using a job profile (see SAP Note 1743567) or by making a change to the XDC file and selecting the paper size assigned to the tray in the form or using a job profile (see SAP Note 766410)."
    "If this has not been done and you choose "Additional Print Options" and select print options here (including using a default setting for the output device), these are used."
    "You can define print tickets again in the definition of the output device in transaction SPAD. If no print options are selected in the print dialog box, the print ticket passed to the form interface by the print program is used (field IE_OUTPUTPARAMS-PRINTTICKET when the function module FP_JOB_OPEN is called)."
    "If no print ticket is passed by the print program, the print ticket for which the "Standard Print Ticket" indicator is set for the output device is used. For this, you must use the report RSPO0021 to set the parameter SPAD_TRAY_IFBA."
    "If there is no standard print ticket, the system uses the tray set on the "Output Attributes" tab in the definition of the output device in transaction SPAD (if the parameter SPAD_TRAY_IFBA is set)."
    Best regards,
    Laszlo
    Message was edited by: Laszlo Badovszky

  • REP-52007 Error and Web Parameter Form Format Problems

    I am attemting to get Oracle 9i reports working. I created a super simple report just for test purposes. I am using the following URL to call it directly from the browser:
    http://myserver.com:8008/reports/rwservlet?server=repapp&report=jtest_rep.rdf&userid=myuser/mypass@mydb&DESTYPE=cache&DESFORMAT=pdf&PARAMFORM=YES
    When it generates the parameter form page, the formatting of the section that has the paramters is terrible. Looking at the HTML generated, it is creating a large <table> that places the elements outside of the viewing area. I do not know how why it is doing this or how to fix it.
    If I actually do find the field and enter in the prameter and hit submit, I then get:
    REP-52007: Parameter form format error.
    java.lang.IllegalStateException: Response is already committed!     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse.setContentType(EvermindHttpServletResponse.java:973)     at javax.servlet.ServletResponseWrapper.setContentType(ServletResponseWrapper.java:27)     at oracle.reports.rwclient.RWReportRunner.setContentType(RWReportRunner.java:261)     at oracle.reports.rwclient.RWReportRunner.getMainFile(RWReportRunner.java:135)     at oracle.reports.rwclient.RWReportRunner.getMainFile(RWReportRunner.java:95)     at oracle.reports.rwclient.RWClient.runReport(RWClient.java:1312)     at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1129)     at oracle.reports.rwclient.RWClient.doPost(RWClient.java:318)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:283)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    If I set paramform=no and pass in the parmater in the url string, then it skips the paramter form and runs fine accepting the input.
    Any idea what the solution is for these two errors?

    After more searching, I found out that the problem for both is an Oracle Bug posted on mealink. It has to do with using capital letters for the oracle default parameters. Once you make it lower case, it works.
    ex:
    http://myserver.com:8008/reports/rwservlet?server=repapp&report=myreport.rdf&userid=myid/mypass@mydb&destype=cache&desformat=pdf&paramform=yes

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

  • WDJ - Native Adobe Form - formating of drop-down box

    Hi all,
    I have an Adobe Form in WDJ that was created by other consultants some months ago. Its display type is Native, but it has input fields and some static drop-downs that are ActiveX controls. I had to get the dynamic drop-downs working and I was able to do that using the Drop-down from WebDynpro Native group. My problem now is that the WebDynpro Native Drop-down has a thick line around the input / selection box and I am unable to change that other than to remove any box. Even using a custom appearance and specifying the thickness of the lines does not change that.
    Also now any box I add, even the ActiveX ones have a thick line around the box.
    Any thoughts/
    Thanks,
    Elizabeth

    Hey Elizabeth,
    So, you must be using ALD 7.1 then.  There is a patch 2 out for the ALD that might help to resolve this problem...
    [Note 965548 - Adobe LiveCycle Designer 7.1 Patch|https://service.sap.com/sap/support/notes/965548]
    Give that a shot...
    Cheers,
    Kevin

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

  • Parameter Form - formatting problems

    I am running reports from forms and the reports use a parameter form. The parameter form, however, has some nasty formatting issues and I cannot figure out how to fix them.
    1. between the Submit Query and Reset button there is a part of a badly formed html tag (width=15>). How do I get rid of that?
    2. the page title 'Report Parameters' is shown across two rows
    3. the instructions 'Enter values for the parameters' and each of the labels for the fields are wrapping and appear misaligned with the actual fields.
    4. (less important) Is it possible to move the buttons (submit Query and Reset) to the bottom of the page instead of the top?
    5. Is it possible to change the name of the 'Submit Query' button?
    Thanks for your help!!! It is desperately needed!!
    Jean.

    Hi. I resolved question 1 and 5 -- changed the html string in BeforePForm.
    PLEASE, any assistance with 2, 3, and 4 would be great!!
    Jean.

Maybe you are looking for

  • SAPSLDAPI_UNICODE program not registered

    Hi, Iam making RFC unicode connetion in XI3.0 , i gave corect deatils when i test connection system gives error" program not registered". But when i execute LCRSAPRFC_UNICODE its success.Not sure why SAPSLDAPI_UNICODE giving error. I have maitained t

  • How to add fields to Structure in Report Painter

    Hi All, We have a requiremnt where we need to add 2 fields ( profit center-PRCTR & description-CEPCT-LTEXT ) to structure CCSS. This structure is attached to library 1VK. Is it possible to add fields directly to a structure or do I need to create a n

  • What are the Pros and Cons of Using Batch Numbers over Serialization

    Dear SAP Gurus: Will someone please give me the benefits of using Batch Management over serial numbers in this case scenerio, or vice versa: Client wants to trace all the components of an assembly in a BOM.  Even the Raw material.  The client sends t

  • Some tech related questions...

    Ok, I know enough about computers, but with switching to a mac, hardware issues are becoming somewhat confusing to me. I bought this http://www.newegg.com/product/product.asp?item=N82E16822136032 to use with my macbook pro over eSATA, but I wanna sel

  • How can I uninstall Skype for modern UI from windo...

    Hi, I am running the tech preview of windows 10.  I exclusively use desktop mode and have Skype for Windows desktop installed.   I have never installed Skype for Modern UI.   However when I receive an incoming call I get two call answer dialogs, one