Unique Problem executing a Non Interactive Adobe Invoice form

I am approaching the forums after going through a tremendous check on both the ABAP Program and the Adobe form .
We were almost on completion of invoice , everything was working from the header and the main body and we tested it.
We have been developing the invoice for 35 bus days and we finally reached to Terms page when the adobe form does not show in print preview.
We removed all the elements in the form which we changed lately and brought it back to the same stage where it was running smoothly, still the same issue , when we run the abap program it says form is executed but does not result in a pdf , our small test programs and default pdf test programs are all showing up in preview.
ADS is working ,test programs are working fine its the custom program that is not generating a pdf .
Did u have seen situations like these , any good suggestions to resolve this problem.

If the test programs are working fine then I think the problem will be with the custom program.
Please check the program and let me know.
Thanks,
Chandra Indukuri

Similar Messages

  • Unique Problem executing a Non Interactive Adobe Invoice

    I am approaching the forums after going through a tremendous check on both the ABAP Program and the Adobe form .
    We were almost on completion of invoice , everything was working from the header and the main body and we tested it.
    We have been developing the invoice for 35 bus days and we finally reached to Terms page when the adobe form does not show in print preview.
    We removed all the elements in the form which we changed lately and brought it back to the same stage where it was running smoothly, still the same issue , when we run the abap program it says form is executed but does not result in a pdf , our small test programs and default pdf test programs are all showing up in preview.
    ADS is working ,test programs are working fine its the custom invoice that is not generating the pdf.
    Did u have seen situations like these , any good suggestions to resolve

    Well initially the error message we were getting was not leading us anywhere we checked the logs in st22 and still no result . It was the ADSUSER passwd was expired on the basis side which we never had any control of.
    The custom Form was fine.
    We did take into consideration the large fields but it was the ADSUSER that was the issue.
    thanks for all the responses
    Otto u have to understand that sometimes u are bound by time so u cannot respond right away and u have to be nice in the forums , and approach people with respect and dignity.

  • Contradiction form error in non interactive adobe forms.

    HI All,
    I am woriking on a non interactive adobe forms generation program in ABAP.
    The program uses a variant and generate pdf forms for all the list items on the varient.
    Note: I am not using Webdynpro its the normal pdf generation.
    The problem I am facing is that when the varient has a list of more records at some point of time it generates the contradiction form error and terminates. if I alter the varient so that the list is minimal then there is no problem with that.
    I know that the Contradiction form error occurs when the pdf generation is open and there is another request to open a new form before closing the previous call. but when the varient has minimal data there is no problem with that, my assumption here is the data volume or such which causes the problem.
    Does somebody came accross such an issue earlier or if you have a solution approach please do share it with me.
    Thanks in Advance.
    Sai Krishna.

    Total Posts:  366 
    Total Questions:  110 (59 unresolved) 
    Forum Points:  2 
    Why do you ask so much and never answer? You´d better reconsider the questions/ points balance if you want some help from our side.
    Otto

  • Multiple images into a subform in a dynamic non-interactive adobe form

    I want to convert a set of images into a PDF (one page for each image) with Webdynpro. I'm trying with a non-interactive adobe form.
    I followed the tutorial "Dynamic Non-Interactive PDF Form".
    I've got a multiple Context node: 'Images' with a string attribute 'url' for each image.
    In the form, I've created subform1, and subform2 within. I put an image field into subform2, setting its url to: $record.Images[*].url
    and its script to: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    It doesn't work.
    If I add a field into subform2 binding it to url attribute, I can see some lines with the correct path for each image, but the image isn't displayed.
    It works with a single dynamic image in the page. What am I doing wrong?
    Regards
    Anibal Pozo.

    No. It's form scripting. In any case I'm working with Webdynpro Java.
    I tried this code in table 'initialize' event.
    for int=0 upto $record.nImages do
    Table1.Row1[int].ImageField.value.image.href = $record.Images[int].url;
    Table1.Row1[int].Cell4.value.#image.href = $record.Images[int].url;
    endfor
    Cell4 is a static image.
    In 04SP9, it show always the same image in the image field (first column), and alternating image in cell4 (second column).
    In 04sSP6, it shows always the same image in all the rows in both columns.
    Any idea? I didn't find any OSS related.

  • Re: Interactive Adobe PDF forms

    Hi,
    In interactive Adobe PDF forms only two events are give such as OnCheck and OnSubmit. Is it possible to use other events appart from check and submit.If so how to use it and where to code it.
    Is Interactive pdf forms are ment for these two purposes only.
        Thanks and regards .
            Karthik

    Hi
    The other events you may need would be mostly for field level validations. The adobe framework allows one to write javascripts. Every UI element on the Adobe will have its own set of events. For eg say u want to fill a dropdown frm a RFC when an other UI in the form is clicked and you choose not to use the oncheck or submit action, here is the way:
    Make the RFC a webservice, call the webservice using javascript in the onclick action of UI element 1. Similarly you can use other events to fill, validate and manipulate data. Finally once all that is done submit the data to SAP. Hope it helps. Thank you.
    regards
    LNV

  • WebDynpro - Creating a non-interactive Adobe file

    Im trying to display some information in an Adobe file, but it seems that webdynpro uses only Interactive form which<b> I dont need.</b>
    The information I display usually come from different BAPIs

    Im Looking for <b>NON</b> Interactive forms
    all the questions and replies talks about interactive forms but I NEED <b>NON Interactive</b> .
    The problem is as simple as reading some data from Backend and opening a PDF file that contains the information from WebDynpro application.
    <b>I dont need to use Adobe Designer to create the form</b>

  • Non-interactive adobe form display

    Hi all,
    I'd like to call an adobe form via WDJ to a non-SAP portal. I believe I need to do the following:
    -create web dynpro application and define context.
    -create form.
    -create webdynpro controller to enable display form.
    Excuse the basic nature of question; I'm a HR consultant. If anyone could clarify or confirm my understanding, it would be greatly appreciated.

    Hi,
    Pre-requisited to work with Adobe Forms:
    -Check Adobe Live cycle designer is installed in your system.
    -Check whether ADS(Adobe Document Services) is configured properly and running on the SAP WebAs j2ee engine.
    - Acrobat Reader to view the Form.
      -Create a Webdynpro Project or Development Component.
      -Insert Interactive Form UI element in View.
      -Create Context Node of Cardinality 1..1, and below it create nodes and attributes to be      used in Adobe Form
      -Create Context Attribute under the root context node of type binary.
    Example Context Design
    Context
       DataSource(1..1)
        Student(1..1)
          Name(Type:String)
          Age(Type:Int)
    PdfSrc(Type:binary)
      -Bind the Datasource node to the Datasource property of Interactive Form UI element.
      -Select the Display Type property as Native
                       ActiveX - can be rendered only if ActiveX Component Framework is installed in the client
                       Native - can be rendered if ZCI(Zero Client Installation) is installed in the server side
      -Bind pdfsrc attribute to pdfsource property of interactive form UI element.
      -Set Height and Width property for the form.
    -In Outline Window right click the interactive form UI element and select Edit
      Adobe Live cycle designer opens and Form layout can be designed.
    Build and Deploy the Application to view the Adobe form.
    Regards,
    Bala Baskaran.S

  • Why use Non-Interactive Adobe forms over Smart-Forms

    Hi,
       Is there any advantage of using Adobe over Smart-forms. We do not need Interactive forms. I know this is a new approach which SAP is using, but other than that is there any good reason?

    better look and fill..
    better scope of development.
    reusable interfaces
    digital signatures.
    use of scripting languages.

  • How to print OCR text in Adobe invoice form

          Hi All,
          I have got a requirement to print the customer number and invoice no  as OCR text on the invoice adobe form. 
          So, if some one has any idea or might have gone through this scenario, please share your suggestions for the same.
          Thanks in advance,   
          Nilesh R Gaikwad

    Hi Nilesh,
    try to check if you can choose OCR-B in Smartform Layout Designer.
    If not, then the font might be corrupt and you must turn to Basis team.
    If yes, then it is not a truetype font. And you muss upload a truetype font (.ttf, licenced font, might be with cost) into SAP by SE73. Something like this:
    Cheers,
    Tao

  • Strange Problem In NWDS while devloping  Adobe Offline Form

    I am facing a strange problem in NWDS while devloping Offline Adobe Form, the implementation code gets erased once the project is deployed, even the source file also gets deleted.

    self

  • Error during activation of adobe non-interactive form

    Hello everyone,
    I am trying to activate a non-interactive adobe form and am getting the below error:-
    "Field p_lifnr has a conversion routine(see SAP note 796755)".
    I have made sure that this field (which is corresponding to LFA1-lifnr) has context binding, I even tried using below code in its interface:-
    GET PARAMETER ID 'LIF' FIELD p_lifnr.
    and also tried the below:-
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = p_lifnr
            IMPORTING
              output = p_lifnr.
    just in case..
    but all above in vain,can someone let me know what might be the problem....or where would I find this 'SAP note 796755' ?
    Thanks,
    Rachna.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Problem when generating an non-interactive form in Web Dynpro java.

    Hi,
    I'm trying to create a PDFDocument using a creation context in java. Everything works fine when the Interactive property of the creation context is set to true. When I change it to false however, the Web dynpro application hangs and eventually throws the following exception:
    java.net.SocketTimeoutException: Read timed out
       at java.net.SocketInputStream.socketRead0(Native Method)
       at java.net.SocketInputStream.read(SocketInputStream.java:129)
       at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
       at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
       at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
    I'm wondering why this exception occurs when i'm generating a non interactive form and never appears when i'm generating a form with the Interactive property set to true.
    Any ideas?
    Edited by: Arjan Nieuwenhuizen on Feb 25, 2008 3:24 PM

    Yeah I know changing the form properties will solve my problem, but since i'm developing a training for Interactive Forms in Web Dynpro Java, I wanted to figure out why the (static / non-interactive) combination didn't work, turned out to be a template problem, which i still didn't figure out, except the fact that having flowed content on your template is not the problem.
    My ideas about your question:
    When we have the layout of an Interactive Form, its clear if it's meant to be static or dynamic, we don't know however, if it's interactive or non-interactive.
    I don't think we can judge a layout to have an Interactive or non-interactive purpose, can depend on the situation in which the same form is shown/used:
    - One moment it can be interactive, e.g. user is filling in the form, can enter data etc.
    - Next moment it can be non-interactive, e.g. form is shown to another user.
    So it's more the scenario/situation that determines if the form is interactive or non-interactive.

  • Adobe forms, non-interactive (HR)

    Hi,
    I'm trying to get in touch with SAP web applications (webdynpro, adobe form, bsp...).
    I have the following requirement:
    I have to provide a page within the sap enterprise portal to allow the employee to track his presence. In this page the employee has to check a presence/absence flag and in another page he can justify his absence with some reason.
    I didn't find a standard functionality to meet this requirement, so I think a new form has to be created.
    As additional requirement this form as to be stored as PDF document and it is not needed to store the information contained in the form in the sap backend system. The information contained in the form has to be stored in a non-sap system, so this information should be available as flat file to be imported in the non-sap system.
    I'd like to understand the possible scenarios from a technical point of view to create the required functionalities.
    ADOBE Interactive Form.
    This is a webdynpro (java or abap) that contains the adobe component. The fields of the adobe component are linked to the sap backend system and are editable. The adobe component reads some data from sap bakend system and stores the values filled by the employee via the adobe component in the backend system.
    ADOBE non-interactive Form
    A webdynpro (java or abap) or a BSP has to be built to create some values, then once the user save/submit the information a PDF document is created with the information created in the previous page.
    What is the difference between ADOBE (non-interactive) Form and ADOBE Interactive Form? The difference is that the first one is not editable? There is a big difference in terms of complexity develop an interactive or a non-interactive adobe form?
    BSP that generate the PDF as output?
    Could you please provide some input/defintion/sample to clarify this topic?
    Thanks in advance
    MP

    Hi,
    I'm trying to get in touch with SAP web applications (webdynpro, adobe form, bsp...).
    I have the following requirement:
    I have to provide a page within the sap enterprise portal to allow the employee to track his presence. In this page the employee has to check a presence/absence flag and in another page he can justify his absence with some reason.
    I didn't find a standard functionality to meet this requirement, so I think a new form has to be created.
    As additional requirement this form as to be stored as PDF document and it is not needed to store the information contained in the form in the sap backend system. The information contained in the form has to be stored in a non-sap system, so this information should be available as flat file to be imported in the non-sap system.
    I'd like to understand the possible scenarios from a technical point of view to create the required functionalities.
    ADOBE Interactive Form.
    This is a webdynpro (java or abap) that contains the adobe component. The fields of the adobe component are linked to the sap backend system and are editable. The adobe component reads some data from sap bakend system and stores the values filled by the employee via the adobe component in the backend system.
    ADOBE non-interactive Form
    A webdynpro (java or abap) or a BSP has to be built to create some values, then once the user save/submit the information a PDF document is created with the information created in the previous page.
    What is the difference between ADOBE (non-interactive) Form and ADOBE Interactive Form? The difference is that the first one is not editable? There is a big difference in terms of complexity develop an interactive or a non-interactive adobe form?
    BSP that generate the PDF as output?
    Could you please provide some input/defintion/sample to clarify this topic?
    Thanks in advance
    MP

  • ADOBE form interactive and non-interactive... (HR)

    Hi,
    I'm trying to get in touch with SAP web applications (webdynpro, adobe form, bsp...).
    I have the following requirement:
    I have to provide a page within the sap enterprise portal to allow the employee to track his presence. In this page the employee has to check a presence/absence flag and in another page he can justify his absence with some reason.
    I didn't find a standard functionality to meet this requirement, so I think a new form has to be created.
    As additional requirement this form as to be stored as PDF document and it is not needed to store the information contained in the form in the sap backend system. The information contained in the form has to be stored in a non-sap system, so this information should be available as flat file to be imported in the non-sap system.
    I'd like to understand the possible scenarios from a technical point of view to create the required functionalities.
    ADOBE Interactive Form.
    This is a webdynpro (java or abap) that contains the adobe component. The fields of the adobe component are linked to the sap backend system and are editable. The adobe component reads some data from sap bakend system and stores the values filled by the employee via the adobe component in the backend system.
    ADOBE non-interactive Form
    A webdynpro (java or abap) or a BSP has to be built to create some values, then once the user save/submit the information a PDF document is created with the information created in the previous page.
    What is the difference between ADOBE (non-interactive) Form and ADOBE Interactive Form? The difference is that the first one is not editable? There is a big difference in terms of complexity develop an interactive or a non-interactive adobe form?
    BSP that generates the PDF as output?
    Could you please provide some input/defintion/sample to clarify this topic?
    Thanks in advance
    MP

    Reader credential rights missing. Now it works.

  • Export data to adobe non interactive form

    Hello,
    I would like to fill a non interactive adobe form with seized data in visual composer.
    How I can do that please ?

    Tony-
    I have not worked with Adobe Forms so I am not sure if this is feasible. If I had to populate a Web Dynpro form with data from a VC form I would have an action which would invoke the URL of the Web Dynpro application. This URL would have appended to it the field name and values as entered in the VC form. In the Web Dynpro component I would retrieve all the parameter values being passed through the URL and then set these values into the context. If the context is bound to a form, the data will automatically be displayed.
    Cheers-
    Atul

Maybe you are looking for

  • EA6900 Bridge mode setup - not getting proper DNS addresse

    I have an EA6900 that I am trying to use just as an access point (have an existing sonicwall as my internet connection / router device) Here are the steps I have completed  I have logged in to the modem, and created a modem password - can log into mo

  • Won't stay asleep!

    As of a few days ago, my MacBook Pro doens't want to stay asleep. Everytime I've closed my machine and left it for a while, when I come back it's burning hot. I open it and it is having some weird problems with the screen lock (doesn't give me the pa

  • Can I save my still frames in iPhoto or similar

    Hello ... I have taken a number of still frames from my video event and made a picture project ... However when I export it .. it ends up as a video file ... Is there a way of saving single pictures into iPhoto or whatever ... so that I can use these

  • Strange delete...

    Hello everybody! I don't know what does this DELETE instruction: DELETE /*+ BYPASS_UJVC */FROM (SELECT a.ROWID FROM TABLE1 a, TABLE2 b, TABLE3 c, TABLE4 d WHERE a.id_sipm = b.id_sipm AND b.id_sitr_pefe = c.id_sitr_pefe AND c.id_dece_400 = d.id_dece_4

  • How to access attribute name (xml) in Servlet ?

    Hi All, Anybody please tell me how to access attribute name in servlet ? Thanks