Adobe forms-multiple pages display problem

Hi All,
  I had a query regarding the display of multiple pages in adobe 5.5 version.
I had data which suits in more than one page in adobe.But its displaying only the data in the first page.And it is displaying the empty second page also,but with no data.So any suggestions to solve this issue???

Hi,
version  5.5.1.280? It is version of Adobe Reader? If yes then you can't use this version for viewing of adobe forms (note 834573 - SAP Interactive Forms by Adobe: Acrobat/Reader version).
Another suggestion: Is subform of your first Body Page flowed (tab Object->Subform, propertie Content)? If not then content of this Body Page can't dynamically grow.
Check subforms of your Body Pages, especially tab Object->Pagination.
Regards
Michal

Similar Messages

  • Problem with adobe forms multiple pages

    Hi
    can someone help me how to get multiple pages in adobe forms in case the item lines exceeds the page capacity?
    Thanks

    It should not be much of a problem. Here is a detailed solution to your problem:
    In your context , create a node MasterNode of cardinality 1...1 and singleton set to true. Bind this to the dataSource property of the InteractiveFormElement.
    Inside this MasterNode create a node Data of cardinality 0...n and singleton set to false. Keep all of your payslip attributes inside this node.
    In your interactive form element , in the Body Page create a subform of Type Flow Content and Flow Direction Table .Check the chechbox  for Allow Page Breaks within Context . Inside this subform create another subform of Type Flow Content and Flow Direction Western Text . Uncheck the checkbox for Allow Page Breaks within Context . Put all of your pay slip UI elements inside this subform and bind them with the attributes under the node Data. Also tick the property of the inner subform under the section Object->Subform that says Repeat Subform for each Data Item
    In your view controller coding area , create an element of the node Data for each employee record and populate it with values for the particular employee . 
    Add all of the elements that you created into an ArrayList and bind this ArrayList to the node Data. Now your form is ready for n number of employees.
    Put this sort of coding in your view controller coding:
    IDataElement objData = null;
    ArrayList arlData = null;
    int intNumberOfEmployees=0;
    try
            arlData = new ArrayList();
            intNumberOfEmployees = //Get size of your model node that returns employee info
            if(intNumberOfEmployees>0)
                    for(int i=0;i<intNumberOfEmployees;i++)
                            objData  = wdContext.createDataElement();
                            objData.setName("//Value fetched from backend here");//Eg:wdContext.nodeEmployeeInfo.getEmployeeInfoElementAt(i).getname()
                            //Similarly set all of the values
                            arlData.add(objData);
            wdContext.nodeData.bind(arlData);
    Hope this helps you...

  • Smart form problem with multiple pages & table problem

    Hi experts,
    I have a problem with my smart form with multiple pages
    Situation: I have a smart form that ALWAYS has at least 2 pages. In one page the quotation, in the second page (basically this is the 3rd page as the 2nd page is optional) the terms and conditions. Sometimes however, when there are many items in the quotation more than 1 page is needed for the quotation.
    The (optional) second page of a quotation has a different header than the first page of a quotation. So I made a second page with 2 secondary windows (where the header texts are in). The main window is after the secondary windows and has to finish the quotation.
    The problem is that my headers of the second page are never printed, it stays a blank space. The table however does continue and is printed.
    Another problem I have is that I have a table (with the quotations) with 6 columns. The first 2 columns are displayed correctly but once the 3rd column the columns are shown on a lign below.
    Regards,
    PJ

    I would suggest another approach to this problem.
    Use just one page. For the headers on the first page, use a secondary window and on the conditions tab, choose the additional event - Only on First Page.
    For the different header on the second page, create another secondary window on the same page (probably even overlapping the first header on your layout). But in this one, on the conditions tab, choose the additional event - Not on First Page.
    The table should flow as you would be using the Main window for this one.
    As for columns, if they are too wide and wont fit in the same line, it would move to the next line. So you would have to re-adjust the line width and test.
    Hope this resolves your problem.
    Regards,
    Ancy
    Edited by: abapfreak on Oct 4, 2010 11:52 AM

  • Adobe form -- multiple copies issue

    Hi experts,
    using VF03, when i print adobe form with multiple copies automaitically spool is generated with 2 copies.
    but my problem is in the first copy price value at the bottom of the page is displayed, but the same price value in the second spool is displayed as ZERO.
    my adobe form has a custom driver program.
    how to go ahead with this issue.
    Regards,
    Jayant.

    sounds like the custom driver program is processing the form twice with data clear values occurring between the two executions.  Are you sure the program sends once with a copy counter set to 2?

  • Adobe forms next page

    Hello,
    I have an adobe form which is printing more than one page.
    In the form itself I only have a single page, since all next pages are equal.
    In that page I have a subform which includes an alternative.
    The problem is that that subform only prints in the first page and in the next pages its blank.
    Does anyone know why this could happen?
    Thank you in advance,
    Nuno Silva

    Hey Rakesh,
    I have similar requirement, In Po form I have 2 master pages, 1st master page contain item information & 2nd master page contain terms & condition. Depending upon items in PO the 1st mater page gets incremented to N number of pages. So my client want to display terms & condition on back side of every page of 1st master page. For example: If i have 5 pages of 1st master page then on back side of every page terms and condition should be displayed.
    I have tried the below link but confused so pls help me.
    https://scn.sap.com/message/10784676
    http://scn.sap.com/thread/1650255
    You can even mail me on [email protected]
    Thanks
    Faiz Khan

  • Adobe Form not getting displayed on the portal

    Hi,
    From the MSS portal when I run the process, the associated adobe form(using HCM) doesn't get displayed on the portal. Initially the problem was with higher version of acrobat reader but now it is solved. Now I am not getting any error or warning but adobe form still not getting displayed.
    Please help.

    Later

  • Adobe Form - Print page at the end for every record of a Z table with Text

    Hello friends, I am facing a challenging here and I need to develop the following below. Mind you, I don't have much exposure/experience with Adobe Forms
    Scenario: Standard REAL ESTATE Contract Form
    I have a Z table containing RENTAL OBJECTS, in my case 3 records and I want, at the end of the form print one page like below to each record that i have in my Z table.
    "Dear Z-field1 one, regarding your contract for Z-field2, Address Z-field3, blah blah blah"
    In essence, print a page for each one of them at the end, with the text above using the fields from the z table.
    I searched the forum and couldn't find any thing like it.
    If someone can help it would be much appreciated.
    Thanks, Marco

    Hi Marco,
    You must be having the ztable fields in the context or in the data heirarchy of the adobe form.
    Assume that your main form is on the page1.
    Create a table bound to ztable with 3 rows in it and make it invisible on the form.
    Below the form create 3 pages page2, page3 and page4.
    Create a ISR text display and on the initialise event write the code such as:
    this.rawValue = data.page1.Table2.Row1.Cell1.rawValue;
    Create as many ISR texts as you want and initialize it using the above method.
    Page1
    form
    Page2
    Row1 values
    Page3
    Row2 Values
    Page4
    Row3 Values
    Hope this helps.

  • Adobe form is not displayed via function module

    Hi to all,
    I have written a function module.
    Import parameter: ADOBEFORM_NAME type FPNAME.
    DATA: fm_name           TYPE rs38l_fnam,     
          fp_docparams      TYPE sfpdocparams,   
          fp_outputparams   TYPE sfpoutputparams.
    CALL FUNCTION 'FP_JOB_OPEN'                  
      CHANGING
        ie_outputparams = fp_outputparams
      EXCEPTIONS
        Cancel          = 1
        usage_error     = 2
        system_error    = 3
        internal_error  = 4
        OTHERS          = 5
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'          
      EXPORTING
        i_name     = ADOBEFORM_NAME
      IMPORTING
        e_funcname = fm_name.
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams        = fp_docparams
       IMPORTING
        /1BCDWB/FORMOUTPUT       = fp_outputparams
      EXCEPTIONS
        usage_error           = 1
        system_error          = 2
        internal_error           = 3.
    CALL FUNCTION 'FP_JOB_CLOSE'
       IMPORTING
        E_RESULT             =
      EXCEPTIONS
        usage_error           = 1
        system_error          = 2
        internal_error        = 3
        OTHERS               = 4.
    it will execute LP01 , but didnt display adobe form.
    Please can any one tell me the problem in the code.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Thanks for Reply.
    Yes i have done it still there is no display of adobe from.
    DATA: fm_name           TYPE rs38l_fnam,
          fp_docparams      TYPE sfpdocparams,
          fp_outputparams   TYPE sfpoutputparams.
    fp_docparams-langu   = 'E'.
    fp_docparams-country = 'US'.
    fp_docparams-FILLABLE = 'X'.
    fp_outputparams-PREVIEW = 'X'.
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams       = FP_OUTPUTPARAMS
    EXCEPTIONS
       CANCEL                = 1
       USAGE_ERROR           = 2
       SYSTEM_ERROR          = 3
       INTERNAL_ERROR        = 4
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name                     = ADOBEFORM_NAME
    IMPORTING
       E_FUNCNAME                 = fm_name.
      E_INTERFACE_TYPE           = E_INTERFACE_TYPE
    CALL FUNCTION fm_name
      EXPORTING
        /1bcdwb/docparams        = fp_docparams
      IMPORTING
        /1BCDWB/FORMOUTPUT       = fp_outputparams
      EXCEPTIONS
        usage_error           = 1
        system_error          = 2
        internal_error           = 3.
    CALL FUNCTION 'FP_JOB_CLOSE'
       IMPORTING
        E_RESULT             =
      EXCEPTIONS
        usage_error           = 1
        system_error          = 2
        internal_error        = 3
        OTHERS               = 4.
    Please can any one tell me the solution for that.
    I shall be thankful to you for that.
    Regards
    Pavneet Rana

  • Cyrillic data in Adobe Form could not display in WD Application .

    Hi All,
    I use Adobe Interactive Form Object in WD Application so as to display data in Cyrillic Language for printing.
    I have the problem that in the PDF i cannot display the Cyrillic data ( Bulgarian, Romanian...) but only EN .
    I dont have any problem running my adobe print form from R3 report program.
    Please , i will appreaciate any help.
    Regards,
    Ari

    Hi Thomas & Amit ,
    Thank you very much for your help.
    Tomorrow i will check your advices.
    Thomas how could i check the Adobe Plugin?
    I have problem only when i run adobe in WebDynpro abap view. I use the standart Interactive Form Object. When i run it inside sap (no in the web application) i have no any problem.
    You think there is any font problem with the Cyrillic Languages ?
    Amit i will check you solution and will replay.
    I appreciate your help.

  • Adobe form Master page hiding

    Hi Experts,
    I am new for adobe form i have developing one form that is having 2 master pages. if the line items less then 4 i have to display them in 2end page (items displaying second page is working fine but still the 1st page displaying with empty table )in this case the 1st master page should be hide. How to do that please help me on that...

    Hello Krishna Reddy,
    Please find the below links as helpful.
    Dynamically Hiding a Master Page
    Hiding a master page based on condition
    hide a page
    Hide/ Delete of the MASTER Page in adobe forms
    Reward, if helpful.
    Regards,
    Shankar Narayana Reddy Ramigani

  • Adobe Form : detect page break using java script

    Hi,
    How can we detect a page break at a runtime using java script? I need to display a data in internal table at header and unique for a document number. i've 10 order list which has multiple items, each of the orders are printed in a new page and i wanted to know this event using a java script which could help me to add some additional logic at header.....pls can someone help on this?

    Hello Prabhu,
         From your doubt, what I understand is that, You have designed a header in Master Page. You need to fill this header using the Item table which is already designed in the design view(body page). Means you want to fill the Item details(which are in body page) into the header(which is in the master page).
    To read the contents from body page into master page, you need to write Javascript code on the header fields(which is in the master page) in the Layout Ready Event.
    For example, if you want to fill the field Order_description in header(master page) from the column Order_Description which is in the Item table(body page)
    In the form layout, select the order_description field and in the event READY LAYOUT write the below JavaScript code.
    var currpage = xfa.layout.page(this);------> Get the current page
    var fields = 0;------> Variable to store the number of fields in that page.
    fields = xfa.layout.pageContent(currpage-1, "field", 0); ------> Get the number of fields
    for ( i=0; i<= fields.length-1; i++ ) ------> Loop on each field on the page
        if ( fields.name == "ORDER_DESCRIPTION" ) ------> Check if the corresponding field is in the Item table
             this.rawValue = fields.item(i).rawValue; ------> Assign that value in the Header field
    Repeat the same steps for other fields in the Header. This will work for all Purchase Orders spanned across multiple pages.

  • IPhone - PDF Page Display Problem

    I am trying to display pages from a PDF included in my application to a Quartz context. I can get the first page to display correctly, but am having trouble displaying subsequent pages. In essence I am using the example shown in the Quartz 2D programming Guide (13-1 and 13-2 code examples).
    When the view is first loaded, I display the first page, and do something like the following:
    CGPDFDocumentRef document;
    CGPDFPageRef page;
    document = MyGetPDFDocumentRef (filename);
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    After this the function exits. There is a button on the screen to go to the next page. In the pressed event function I do something like this:
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    The problem is the page does not show up on the screen. It only shows up if I leave the view and then come back (I have a Toolbar at the bottom of the application similar to the iPod or Clock application).
    Am I missing something to get the second page to display immediately? Or is there a better way to display a PDF in my application...
    Thanks.
    -James

    searching MS WORD > HELP > CONVERSION SETTINGS
    doesn't give me anything close to this issue
    any idea where to find those conversion settings ?
    thanks again
    k

  • ISR adobe form unable to display the drop down

    Hi,
    I need to create a F4 help for a field in adobe form created using ISR.
    I have used the ISR text edit - Value help , But when i run the adobe form using the SFP tcode the
    F4 help is not displayed.
    Please suggest the way to populate the the input field with the domain F4 value.
    What are the prerequiste to run a ISR ?
    Thanks,
    Deeplata

    Can i run the ISR form directly form SFP tcode?

  • Adobe Form does not display "I am the placeholder control" displays instead

    We are trying to display an Adobe interactive form in IE browser.  Instead of the form, the message "I Am The Placeholder Control"  displays where the form should be.  Any thoughts on the cause of this??  Active X settings have been checked and the PC has been used to display Adobe Interactive forms before.

    Hey David,
    I am also in a similar boat. Having installed and configured the TrustCertificate, i still get a blank for where my sample form should be displayed.
    There are a number of things that need to be done for the Adobe document services to work.
    This weblog outlines some
    /people/achim.hauck/blog/2005/02/04/my-struggles-with-the-adobe-document-services-in-was640
    It is "My struggles with the Adobe Document Services in WAS6.40" by Achim Hauck.
    Hope it helps.
    Sumit.

  • Adobe forms Body pages in 8.0 version

    Hi All,
    I am using Adobe Life cycle designer 8.0 version, and i have some clarifications.
    1. Is the body page concet no longer available in 8.0.
    2. What is the difference between body page and Subform.
    3. What is the limit of master pages we can have.
    4. Limit of Sub forms/Body page in Master page.
    5. What is the exact use of Interface being separated from the Design part compared to Smart form( What I know is Interfaces can be reused), Is there any other usage of it being separate.
    6.What is a XSD file when I am using XML Schema based interface.How can we generate if from Webdynpro application i am having a interactive form desinged.
    7.Any references to learn to FormCalc Scripting.
    Thanks in Advance.
    Hussain.

    Hi,
    Please check the following note  Note 1009567 - Functional differences SAP Interactive Forms/Smart Forms.
    Regards,
    Keerthi

Maybe you are looking for