Data in multiple pages in smartforms

i have a normal window which has lots of data, problem is it shows only first page. how can i show all those data in multiple pages?
there is also a main window. this normal window will show up only after that main window.

use main window to do that
OR
in the initialization put al your outputdata in an internal table and program this so that the table has 2 fields,
field_1 has pagenumber
field_2 has display information.
define your window as late.
according to pagenumber display relevant info in that page with a loop.
Regards,
Guido

Similar Messages

  • Printing Multiple pages in Smartform on Local printer

    Hi guys,
    I have a smartform with a command to print a page with the general conditions.
    When I print this on a defined printer in SPAD everything goes fine (got 2 pages) but when I print this same form thru the Local printer I only get 1 page. It seems the second page is printed over the first.
    Tried it with more pages, 1 with data then general conditions then data again, and it also prints it all on 1 page thru the Local printer. With the third page on top of the second on top of the first.
    Does anybody know how to solve this issue.
    Thanks.

    Hi,
    I checked the printers and they are using the normal SAPWIN type. I tried it with access method F and G but both give the same result. The page format used is the standard DINA4.
    On the print preview it looks fine, when I print it on a printer from my windows session using the local printer it all prints on the first page (so it only shows the last page).
    I tried to add the check SY-TABIX > 1 and it is the same issue.
    The problem seems not to be with the smartform because if I print a layout which do not have a command to add an extra page but it contains enough data to print on multiple pages and we get the same result. Second page is printed over first page.
    Thx.

  • How can I take data from multiple pages documents and put them into a numbers table?

    I produce invoices in pages, with dates, invoice numbers, references and amounts due. I want to take all this data from multiple documents and transfeer it to a single numbers table. Is this possible and if so, how do I do it. I know I can do it the other way round with mail merge but I can't figure out how to do it this way round?
    Thanks,
    Keith

    The data is spread throughout a pages document in specific areas here's a copy of an invoice for you to have a look at.

  • Two items data in one page of smartform

    hi friends,
    there are two smartforms i need to display in single page , so here i have two internal tables item data , in one internal table 8 line items and other 12 line items , so these data I need to display in single page using smartforms can u plz sujjest me, points will awarded ,
    with regards,
    prasad

    hi prasad,
    can you please elaborate on your problem.
    do you mean you have 2 header data n corresponding line items or do you have 2 internal tbale data or something else.
    PLease elaborate so that we can help.

  • Keep the data among multiple pages

    I have MyForm.jsp for the form, and MyAction.jsp that process the
    request.
    MyAction.jsp will interact with another system, if it fails, then it
    will show MyForm.jsp with the data entered by the user again.
    Everything is in the same browser.
    In my case, should I keep the data in the session, so that it can go
    back? Maybe I should
    use <jsp:forward> tag also?

    I have MyForm.jsp for the form, and MyAction.jsp that
    process the
    request.
    MyAction.jsp will interact with another system, if it
    fails, then it
    will show MyForm.jsp with the data entered by the user
    again.
    Everything is in the same browser.
    In my case, should I keep the data in the session, so
    that it can go
    back? Maybe I should
    use <jsp:forward> tag also?Yup, puuting the data in session is okay. But if you use jsp:forward, you could put it in the request attributes as well, since the forward will use the same request. This will lower the scope of the data so multiple submits from the same user don't trip over each other.
    One thing you might think about is saving the data in a JavaBean specifically designed to transport the data (this is often called a Data Transfer Object). This will make it easier to store and retrieve the data in an understandable and uniform manner between multiple pages.

  • Print data in multiple pages

    I have an SQL report which comes in multiple pages while printing. Is there any way that just like Page no or date coming in the header/ footer can we do something that some information in the report is printed in all pages. like some Id or no so that even if the paper is misplaced we can identify it.

    I believe the only way would be to use some thiirdparty printing application like BI Publisher. Standard web pages will only print what the brower is set to in the footer. If you have this enabled however, you usually get "Page 1 or x" in the footer...???

  • Restore Data between multiple pages

    Hi All,
    I have 3 jsp pages for the registration part.The user can navigate between these pages and finally submit it from the third page.
    Now lets say the user enters data on the first page and clicks on Next to go to second page. He enters some more data on second page and now wants to edit the data entered on the first page.
    How do I store the values entered by the user in the first page?
    In normal struts all the data entered will be in form bean defined.So the data is available.
    Please let me know how to handle it using ADF as there is one common Dataform ?
    waiting eagerly for the repsone
    Thanks

    If you get this one figured out, I'd really like to know.
    We dropped the bindings on each page (like an Input form), but removed the unnecessary bindings. We created an event_Next button and event_Previous buttons as well as a [Save] and [Cancel] button.
    The forwards between the pages would call a method in the DataForwardACtion for the page, i.e. onNext. The only action we'd do in there was a Commit. (we didn't want to lose anything). However, all of our validation was done inside Struts Validator with custom extensions. This is probably not the route you are supposed to go with ADF as validation should be occurring at the entity, but it was at least "workable" for now. As we learn more about things, we'll probably revisit this.

  • Multiple pages in smartform

    hi all
    i hav a following prob
    i m printing data of one internal table in my smartform
    and this internal table contains only one record
    now i want to know, if there are 10 different record in my smartform
    how can i print these 10 records on diferent 10 pages...
    plz hlep
    any help wil b rewarded.
    thanx

    hi,
    make changes in your driver programme.
    data : wa type i_tab.
    loop at i_tab.
        AT FIRST.
          CONTROL_PARAMETERS-NO_CLOSE = 'X'.
        ENDAT.
        AT LAST.
          CONTROL_PARAMETERS-NO_CLOSE = SPACE.
        ENDAT.
    assign record in wa
    call smartforms using this fuction   CALL FUNCTION FUNC_MODULE_NAME
    and pass wa to print data in main window
          CONTROL_PARAMETERS-NO_OPEN = 'X'.
          IF sy-subrc <> 0.
           MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    endloop.
    try this. if you have 10 records your smartform will print 10 page.
    raj

  • Continuation of line item data to next page in SmartForm

    Hi,
    Currently i had a requirement in SmartForm. Iam displaying the line items from bseg table in main window and totals of credit and debit in the total window which comes under the main window.
    If the line items are more and it continues to next page i want to display the total window and created by window only after all the line items.
    Please try to send ASAP.

    You can print total by reading page numbers.
    Ex: IF <current page> EQ < next page number>
      Print total.
         ENDIF
    Regards,
    Sairam

  • Multiple Page in Smartforms

    Hi,
    I create one Z-Smartforms in this form i passing Internal table (ITAB - Customer Details). I want to print each customer details in each new page. But the format of page is same.
    I was try LOOP in the Smartforms Page window, but that not working. Its give the Last record details. i think it over write the details in same page. So it print last record of the ITAB.
    My requirment : if ITAB have 4 records. that time i want 4 pages.
    Help me...
    If usefull surly i will point.
    Thanks,
    Durai.V

    Hai Raam,
    Sorry i dont getting.
    How to use the New-page in loop at the Main Window.
    Tell me its urgent.
    Thanks,
    Durai.V

  • Multiple pages in smartforms

    hi all,
    i have two pages in smart forms containing two text elements  page1 & page2.
    in page1 i have a main window in which there is a text 'page1'.in the general attributes of page1 i give nextpage as %page2.similarly  in page2 i have a Main Window which has a text 'page2' .now when i run t his smartform i get a dump.
    can anybody plz tell me as how to solve this.
    points will be rewarded.
    rgds

    hi,
    iam getting %page1 in the drop down.
    the dump is:
    A raise statement in the program 'SAPLSTXBC' raised the exception condition error.since the exception wasnt interpreted by a superior program inthe hierarchy,processing was terminated.
    thnx

  • Duplicate rows and data across multiple pages.

    My form has 12 pages (each page = 1 month). With a loop, the pages are hidden until the corresponding button is clicked and it becomes visible (Thanks Assure Dynamics for a great solution to a very long form).
    In Month 1, I have a table with a repeating row. What I would like to do is copy the repreating row and it's data to Month 2. Then I would like to have the table from Month 2, duplicate to Month 3, Month 3 to Month 4 and so on.
    I have been able to get the row from Month 1 to duplicate in Month 2 on the exit event of each cell in the row, however, when you are in Month 2 and do not change a cell which was created in Month 1, the data does not duplicate into the next month (Month 3). Instead of on the exit event of the cell(field), I thought placing it on a button would work but it is not.
    This is what I used on the exit event in the table for Month 1:
    xfa.resolveNode("Month2.Performancegoals2.updates.details[" + this.parent.index + "]").projectName.rawValue = this.rawValue;
    I also thought instead of using a table and a repeating row, I could place the information in a repeating subform but I am still stuck with how to copy the subform and its completed data to the next month.
    I am really stuck and have been looking for hours for a solution. Can anyone help, I am out of time for the deadline of this form.?

    Hi,
    Firstly,you must do the count of the table.
    frmTableBlock.tblTableMonth2._rowItem.count = frmTableBlock.tblTableMonth1._rowItem.count
    frmTableBlock.tblTableMonth12._rowItem.count = frmTableBlock.tblTableMonth1._rowItem.count
    And write the code which is do you want to copy the data Month1 to month12.
    I hope
    S,Candy

  • Multiple pages in Smart forms

    Hi all,
    Actually I want to print multiple pages in Smartforms . I have a option to take New Page and set that Page as Next page . but In my case Pages are dynamic. if any person has solution please send me.... thanks

    Hi Srinu
    just loop the internal table . please see below my code
    i_output_email --- My internal table
    LOOP AT i_output_email.
          CLEAR i_output_email1.
          i_output_email1 = i_output_email.
          APPEND i_output_email1.
          AT END OF xblnr.
      calling the selfinvoice smartform using functional module
            CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
              EXPORTING
                formname               = gv_form
          VARIANT                = ' '
          DIRECT_CALL            = ' '
             IMPORTING
               fm_name                 = fm_name
             EXCEPTIONS
              no_form                  = 1
              no_function_module       = 2
              OTHERS                   = 3
            IF sy-subrc <> 0.
          error handling
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
    Call the smartform
            CALL FUNCTION fm_name
              EXPORTING
                archive_index      = toa_dara
                archive_parameters = arc_params
                control_parameters = gs_control_parameters
                output_options     = gs_output_options
           mail_recipient    = ls_recipient
           mail_sender       = ls_sender
                user_settings      = space
                is_nast            = nast
                is_repeat          = repeat
              IMPORTING
           it_output        = t_output
                job_output_info    = t_otfdata
              TABLES
                w_output           = i_output_email1
              EXCEPTIONS
                formatting_error   = 1
                internal_error     = 2
                send_error         = 3
                user_canceled      = 4
                OTHERS             = 5.
       t_otf[] = t_otfdata-otfdata[].
            CLEAR ls_otf1.
            LOOP AT t_otfdata-otfdata INTO ls_otf1.
              APPEND ls_otf1 TO t_otf.
              CLEAR ls_otf1.
            ENDLOOP.
            REFRESH i_output_email1.
          ENDAT.
        ENDLOOP.

  • Regarding Multiple pages in SAP Script Output

    Hi All,
    I have a requirement in SAP Script where i need to print data in multiple pages. I had created 1 page - FIRST with properties <b>Next Page</b> as FIRST , <b>Mode</b> as INC.
    In the output i have multiple line items, the data will carry upto 3 pages.
    Now In the output First page data is printing correctly.
    In the second page all the windows are carried forward to print all the data correctly except in MAIN WINDOW.
    In Second page in MAIN Window i have ITEM HEADER which i want to print on every page as it is printing in First page of output, but i am not been able print ITEM HEADER though i am able to print all the ITEM DETAILS correctly on every page.
    Can anybody tell how can i print ITEM HEADER on every page which is in MAIN Window.
    Thanks in advance.
    Thanks & Regards,
    Rayeezuddin.

    Hi Shaik,
             If you are only printing Item Details in the Main Window, why don't you create a saperate window just above your main window for Item Headers.
    Hope this should solve your problem or Please elobarate your query.
    Thanks,
    Vinod.

  • ADOBE Form Table printing Multiple pages

    Hi,
       I am having a suituation that in ADOBE Forms I need to display same internal table data in multiple pages. But while i display it the data only printing in first page. I want to print the same data in the second page also. How to do this? any idea please.
    Regards
    Srikanth S

    Hy Otto,
    his requirement was a bit different from what you answered I am saying this because i've stumbled on the same problem. I have a table that varies between 4 or 8 rows and let's say half of the page it's enough for it. But i need this table to appear on every page. I created the table in the Master Page, but it shows only on the first page. The other pages will not display the table.
    Thanks,
    Alex

Maybe you are looking for

  • A better way to deal with lost hyperlinks when converting Robohelp to Printed doc?

    I have inherited a 750-page manual that is "single-sourced" in RoboHelp X5. When I generate printed documentation, all of my hyperlinks and converted to plain text. Everytime we release a new version of the manual with any changes, we have to re-gene

  • DVD remote controls work differently on a Mac?

    I created an SD DVD in DVD Studio Pro 4, and when I tested it on a standard TV DVD player, the remote controls work just as they should. But, when I play it on a Mac computer using a remote, it doesn't work the same. For example, if I have a video tr

  • Controlling Application Layer Firewall from Command Line Not Working

    We are trying to manage the OS X Application Layer Firewall for Mountain Lion from the command-line. We have several hundred Macs that we need to manage and it isn't possible to have someone log in to each one to modify settings. We have used socketf

  • IPhoto with Parental Guidance

    I am using Simple Finder for my families login accounts and found that it works very well. I have also been using parental guidance and disabling all apps apart from the ones i specify. This to has worked well. The problem i now faced is that iPhoto

  • Document Poperties

    My client would like the author and form title added into their forms at design time. When I add the info to the form properties, it does not show up in the document properties when the file is viewed in reader/acrobat. Is their a way to set the docu