Smartform utilisation of the footer window space dynamically

Hi All
         I have created a smart form with a main window and footer window below the main window, in all pages where the table data is printing over the main window ,the space is left for the footer window since the footer window data will be printed only after completion of main window only. Now in all the pages space is left below the page... How to utilize the space dynamically for footer window only after completion of main window.
  If main window data is there then footer window space should be utilized by main window in all pages. and if main window data is completed then only the footer window space should be considered and printing the footer text.
How to achieve this....... please guide me
Regards,
Lokesh.

Hi Lokesh,
just place your this template after all of your data in main window (as shown after the table in screenshot below), i.e. after your table and make its usual flow , as shown in below screenshot, whenever your all data get printed then the text in these smartform will get printed.
i.e, put your this template as last element in your smartform, and let it be printed as usual
If you are not able to do it like as shown above, then go to the template and Double Click it, then Go to its Conditions Tab, and Check the "only before end of Main window."
Let me revert , if still your problem persist.

Similar Messages

  • SCRIPT - How to print the text at the center of the footer window.

    In my SAP script,
    I have some text in my footer window ( which was set using tabs ).
    I need to print the footer text as centered.

    Hi sam,
    In paragraph format press standard button (default it will be coming when u go to paragraph format )
    <b>space before</b> - 0.50cm   give according to u r requirement
    space after
    <b>left margin</b>   - 0.5 cm  give according to u r requirement
    right margin
    ( or )
    directly u can give
    <b>alignment - CENTER</b>

  • About the footer window

    Hi team,
                   i have two footer window for different pages(i.e page1, page2,). i want the page1 footer only with date and page number. for page2 footer window with different text.so how can i write the code for this footer windows  can any one help me...

    Hi!
    You have to create 2 pages, f.e. FIRST and NEXT.
    Attach the FOOTER1 to FIRST and FOOTER2 to NEXT.
    In the FOOTER1 write this:
    &PAGE&, &DATE&
    FOOTER2:
    Other texts
    In your printer program's main LOOP, you have to call both windows.
    LOOP AT gt_main INTO gs_main.
    CALL FUNCTION 'WRITE FORM'
    EXPORTING window = 'FOOTER1'.
    CALL FUNCTION 'WRITE FORM'
    EXPORTING window = 'FOOTER2'.
    ENDLOOP.
    You have to print them both, and on the FIRST page, only the attached FOOTER1 will appear, and on the NEXT page, the FOOTER2 will appear.
    Regards
    Tamá

  • Missing one line in FOOTER window in SMARTFORMS

    hi experts,
    In the footer one line is missing in the print preview for ME23N Tcode.
    what should be the problem. Actually in the Footer window, in the template i have mentioned the 25,50 CM width and 19,00 MM height. I have divided the width into 2 columns, 1st column i have taken 5,00 CM and 2nd column 20,50 CM. In the 2nd column I cannot able to see last line.
    Please let me know how to solve my problem.
    Regards
    Vinay

    Hi Vinay,
        I hope its not a problem with the width, can you check height.
    Regards,
    Dj
    reward for all useful answers.

  • How do I customize the toolbars to put the Navigation and Menu toolbars on the SAME line? I want to maximize browser window space on my laptop.

    I want to keep my browser tools very minimalistic so as to maximize the browser window space on my small laptop screen. I only need the navigation and menu toolbars, plus a Google search window. I'd like to put them all on the same line on the toolbar. Right now the navigation toolbar defaults to sit below the menu bar.
    Is there any way to combine them on one line? Thanks.

    I want to keep my browser tools very minimalistic so as to maximize the browser window space on my small laptop screen. I only need the navigation and menu toolbars, plus a Google search window. I'd like to put them all on the same line on the toolbar. Right now the navigation toolbar defaults to sit below the menu bar.
    Is there any way to combine them on one line? Thanks.

  • Smartforms footer window printing problem

    Hi ,
    As  i  have  many  line types   records  in  footer window but  i need  to  print  all  footer  window's  record  in  last  page  only.
    Could  you  please  suggest   or  give  any  condition  for  footer window on the same.
    Regards
    Alok

    hi ,
    i have also tried the same method but still  i m not able to see  footer window in last page only again i have create new  window  below the main  window and cut  the footer window's  item and pasted in to new window.
    Please give me the another way to resolve this  issue.
    Regards
    Alok.

  • In SAP Script how to hard code my Company address in footer window

    Hi All ,
    In SAP Script how to hard code my Company address in footer window .
    Ex : in YB_F140_ACC_STAT this script i want to keep my company address, i want to hard coad , i dont want to use any field from table.
    Please give me step by step.
    Thanks
    Sridhar

    Hi,
    You can make use of standard text...
    create a standard text in SO10 with your company address
    and in the footer window of your script.. use include text and provide the name of the standard text you created in SO10.
    In the text editor... goto insert > text> standard
    You get popup give the name of the text name id and language
    regards
    padma

  • Print Footer Window of PO Form at end of Last Page of PDF Forms(Adobe)

    Hi,
    I am trying to print PO form using PDF form which includes multiple line items. At the end of last page I am trying to print the footer window that contains Comments and Signature.
    Right now my Footer Window is being printed immediately after the end of line items.
    I have included the Comments text box and image inside a Sub Form.
    Please let me know how to print the Footer window at the end of the page instead of printing immediately after the line items.
    Thanks,
    Rekha

    Hi,
    Please take the footer subform from the tables section and position it on the page where u want to print and write the script so that it will print only on last page.
    Regards,
    sasi

  • Footer window should be in Last Page

    Hi to all..
        I have a issue in printing a form..
       I have to print the footer window only to the last page.
      i have tried all the possiblities like enabled the option 'Only after end of the main window' in the alternative of the footer and  added 'At end of the table' in the table footer of the main window.
    But still facing the problem of overlapping the main window to the final footer.
    i hope you guys can understand what i mean to say..
    Thanks in anticipation....
    regards,
    sathik

    Hi,
    If your footer text should be printed in the last page
    then the above statement write in the footer window editor.
    If it is not you are looking for, can you please little elaborate your requirement.
    Regards and Best wishes.

  • Calling a footer window in script

    Hi,
    I want to display some set of records in the footer window.
    in my footer window iam calling a subroutine program.in that subroutine program iam populating data to an internal table. I want to pass  this internal table data to the footer window by using write_form FM.
    can we do that.
    bcz the script has a diiferent driver program. All the data comes from this main driver program.
    while calculating some totals in the subroutine program iam populating data to an internal table which exist in this subroutine program. I want to pass this data to the footer window. can we do that by using write_form FM. Can anyone help me on this.
    Thanks,
    Rose.

    Hi,
    If you are using a subroutine to call a different program why are you using the FM write_form? this would not work.
    You can use the subroutine to call your new program or make changes in the original driver program by using the FM.
    Thanks,
    Dishant

  • REG: Want to have a dynamic length in the main window of the smartform

    Hi,
    Based on the table contents and the line items, the length and size of the table should either increase and decrease,
    It shall be very helpful in meeting a requirement..
    Regards
    Srikanth.P

    Hi,
    What exactly is it that you want to do?
    The lenght of the table will automatically be dynamic as the table will be build dynamically.
    If you want to place something after the table and for that reason need a dynamic main window you can put it in the footer of the table and it will place it after the table.

  • How to find remaining space left in the main window

    Hi Guys,
    In one of the smartform there is a MAIN WINDOW, in which a table will be displayed with 3 or 4 entries for each material. ( so that atleast 3 tables are displyed on a single sheet)
    Some times if the space  is not enough in the main window to display the contents of the table, the contents will be displayed in the next page. (Eg - 1 entry at the end of the page with the header at the end of the page and remaining entries int he next page with the header, which is satisfying the client's requirement)
    Problem is some times only header gets displayed at the end(end of the main windw), but so space is avaliable to display the contents, so the contents will be displayed in the next page with the header again,
    so the end user will be seeing a header at the end of the page with no contents,
    Is there any way to solve this(Not to dislay the header if the contents of the table cannot be displyed)
    Is there a way to find the remaining space in the main window dynamically so that if i am able to find the remaining space is JUST 1 LINE ( or CM  or INCHES), then I can put a condition for not displaying the header).
    Regards,
    Naveen.

    Hi,
    In smartforms, there is no other way to find the remaining height of the main window on a page.
    Hence, another way to solve this is to restrict the contents of the table with templates designed such a way that if there is header and items then display exactly a set of rows which would fit clearly on a page.
    Also make the folder as page protected.
    This is tedious but there is no other way i think as we also faced similar kind of issue.
    Regards,
    Ram

  • In Smartform How to display footer & some secndry window after Main window?

    Hi,
    My requirement in Smartform is to display footer and and secondary window  after the Main window.
    also if item goes to 2nd & 3rd Page then also after main window footer and some secondary window should appear.
    Do i have to maintain footer and sec. window in Main Window itself
    Plz tell me in detail.
    Regards
    Vivek

    Hi Vivek,
    In smartform, specific legth is allocated to each window, that you create for a page.
    So, if you want to display secondary window on each page, create 1 secondary window with the required length and it will be displayed on each page.
    And you have written that you want to display the footer of main window also on all pages. It won't happen when you display your footer in main window. you will have to create a new window for your footer as well. Main window footer will always get displayed at the end of the main window.
    e.g. If your main window flows on second page, main window footer will be displayed on second page only.
    I hope this helps.
    Thanks,
    Archana

  • After Effects CS5.5 will not open a Dynamically Linked Premiere Pro sequence in the comp. window

    Hi all,
    I'm trying to export a Premiere Pro sequence which is in 2K and the footage has been shot as RED 5K. Adobe Media Encoder will simply not work as I am having the quite widely discussed issue where it will just 'hang' at certain points and not complete the export.
    The most popular solution to this problem is to export via the Render Queue in After Effects instead. However, therein lies the problem.
    I go onto After Effects. Choose File -> Dynamic Link -> Import Premiere Pro Sequence.
    The box pops up, I choose the Premiere Pro Project File then select the sequence I want to export. It then appears in the After Effects project panel window like so:
    However - when I try and drag this to a new composition window, one of two things have happened. Either A) nothing happens (literally, NOTHING changes) or B) as the following example shows, it seems to add it to a new composition, but the video is entirely black. I have tried rendering it and it just produces a black video.
    The other thing people seem to suggest is to just import the entire Premiere Pro sequence into After Effects. I've tried this, but any titles I have added in PP force the video to fade out then back in, in the place where the title should be?? So I can't export the video this way either.
    My system is as follows:
    Thanks massively in advance for any help that is provided!

    This is months old but I'm now having the same problem with AE and Premiere CS6 after updating last night: Dynamic linked sequence shows up in the project window in AE and even plays video if previewed, but will not drag or alt-drag into any comps, including a new comp (makes a new comp with matching settings, but empty).
    Furthermore, I do actually have an earlier version of the same sequence placed in one of my AE comps, which I think was done using the same steps just prior to updating the apps last night. Did this break?
    I'm a little concerned since the biggest reason I'm trying to use premiere is to eliminate the exports when adding graphics in AE.

  • How can I remove music from my iPhone that's not on a playlist, or checked off in the Sync window in any of the possible categories (Playlist, genre, artist, etc)? HELP! It's taking up SO much space on my phone

    How can I remove music from my iPhone that's not on a playlist, or checked off in the Sync window in any of the possible categories (Playlist, genre, artist, etc)? HELP! It's taking up SO much space on my phone but I cannot see a way to remove any of it

    If it's slow on startup it would be extensions loading or LaunchDaemons starting up. 
    You should have a look in:
    /Library/LaunchDaemons
    /Library/Extensions
    You can count out anything in your home folder and it shouldn't put anything in /System as that's reserved for Apple. 

Maybe you are looking for

  • Loading failed from ECC to BW due to sharing port with XI system

    Hi, I need some help here, currently my company has 2 sandbox systems, one for ECC(R/3) and another one is for XI/BI netweaver 2004s. Since the BI box is shared with XI, we have problem everytime we load the data to the BI master data/ods/cube . It s

  • Background Submit to Spool,  convert spool to PDF send via email

    I am calling an ABAP in the background. this abap makes use of a custom table as the main driver ie on each change of vendor within this custom table I want to create a spool and email the spool - the spool is suppossed to be created via a submit RMC

  • Custom field F4 help - selected value/index

    Hi experts, We have an F4 help for a custom field in an assignment block and the values are populated using a standard structure currency field (CRMST_PRICINGSET_BTIL-CURRENCY)  in the GET_V method. We have also defined an event handler to capture th

  • Automatically find home wi-fi at login

    "Somehow" for the past week my Network System Preferences aren't automatically finding my home w-fi so I have to do it manually each time that I start up. I tried to figure out which setting needs to be changed or changed back to how it was. I have m

  • How to Create DR (Disaster Recovery) and/or SB (Stand by) in 9i

    Dear All, I have to ask how can I create SB & DR. I have a database for which I need SB and DR. Please help me in this regard. Aqeel Nawaz