Supress empty page which is due to dynamic page (smartforms)

hi all,
i' ve got the problem that i get an empty page at the end of my printout.
the forms is defined as following:
first_page - following page: next_page
next_page - following page: next_page
and in the main window i have a dynamic page (via command node)
confirmation_page - following page: manual_guide_page
manual_guide_page - following page: first_page
the problem is the following page of my last dynamic page, but it is not possible to leave the following page in that case empty and it is necessary to use a page with a main window.
has anyone an idea how i can solve this problem??
it it possible to stop printing a page that is empty in smartforms, as i can't set any conditions for the page itself.
thanks!

you can put condition like in your program lines
DESCRIBE TABLE gt_lips LINES gv_lines.
gv_tabix = sy-tabix + gv_tabix.
in COMMAND node  put condition like GV_TABIX LE GV_LINES
you wont get empty pages...

Similar Messages

  • Account's  Attributes section sometime return empty page.

    Hi,
    we have a problem with IDM 8.1
    Sometime happens that when you want so see the Attributes section of an account you will get an empty page, whithout any error.
    It happens with Mozilla and also IE.
    No error is present in log files.
    Please can you help me?
    Thanks.

    This is likely due to a combination of both a bug in IDM and the JRE version you're running. I would first recommend applying the latest IDM 8.1 patch, which is 8.1.0.14 (available at http://support.oracle.com).
    Regards,
    Alex

  • APEX listener - empty page ??

    Hi,
    I have installed tomcat / APEX listener on Oracle Enterprise Linux 5 (with 11gR2 database)
    The configuration seems to be done ... but the page: http://oel52server:8080/apex/apex give me an empty page ?
    do you know what's wrong ?
    Cyryl

    Thanks for the answers.
    I have a similar problem-- but I believe it may not be because of JDK ver. (becaue I already use ver. 6.0).
    Although I am able to see the Apex login page. http://localhost:8888/apex/, but no images are displayed. Moreover it asks for Workspace, Username, Password which I am unaware of (it did not ask for any such information while installing apex). It looks like none of the buttons/links are active. Did I do anything wrong while installing apex?
    This is how I installed Apex.
    1. Downloaded and installed tomcat application server and Apex Listener as per the instructions given in the link:
    http://www.oracle.com/technology/products/database/application_express/html/apex_listener_install_web.html
    (section B. Installing with Apache Tomcat in the installation )
    2. The images are copied to the following location (as given in the instruction):
    C:\apache-tomcat-6.0.24\webapps\ROOT\images
    3. Started both oracle db server and tomcat app. server
    4. Opened the page http://localhost:8888/apex/Config
    at this point I get the login page with no images and inactive links/buttons.
    Appreciate any help.
    Thank you,
    Pravy

  • How to delete empty pages in in-design document?

    Hi All,
           How to delete empty page which may contains text frame with no contents, or may be no text frame...
    Plz provide me the script...
    Thanks in advance,
    Vel....

    Indesign CS5.
    My script is,
    doc=app.activeDocument;
    pageObj=doc.pages.item(0);
    txtObj=pageObj.textFrames.item(0);
    var temp=doc.pages.length;
    for(var i=0;i<temp;i++)
        if(doc.pages[i].textFrames.item(0)!=null)
                if(doc.pages[i].textFrames[0].contents!=null) // here, i used "contents" instead of "lines". but also not working well...
                    alert(doc.pages[i].textFrames[0].contents);
                    alert("True");
                else
                    doc.pages[i].remove();
                    i=i-1;
                    temp--;
        else
          alert("False");
          doc.pages[i].remove();
          i=i-1;
          temp--;
    I've a sample document which contains a empty page without a text frame and another empty page with text frame with no contents on it... but my script remove only the empty page and not the empty page with txt frame...
    pLZ HELP JONGWARE...

  • How can I find out which vi's are dynamic?

    I am working on a project made up of hundreds of VIs. I have to make an standalone executable version of it. I was not the original developer. Is there a way I can scan the vi's to find out which of them are dynamic? What should I be looking for as a telltale sign of being dynamic (What makes a vi dynamic?)
    Are all vit's dynamic? (I was told by my senior developer to include all vit's in the dynamic section of the build dialog box.)
    Message Edited by rashid19672008 on 02-27-2008 03:25 PM

    This is not a property of a VI, but rather a way of using it. You can call any VI either way (or both ways), so whether a VI is called dynamically depends on your code.
    One way of finding whether a VI does not have static calls is to open all the VIs in the hierarchy at the same time and then go over each of them in a loop, open a reference to it and check its "Callers" property. If the array is empty, it means that this VI is not called by any other VI currently in memory and might be called dynamically. It might also mean that it is an old VI and is not used any more.
    Another option is to create a copy of the hierarchy using File>>Save With Options. LabVIEW will only copy the VIs which are called statically and you can then compare the hierarchies for files which are only found in the original.
    Try to take over the world!

  • XDC - print a empty page after the print job

    Hi Folks,
    i have a problem. i use a xdc file to select multiple trays and after the printing job an additional separator sheet should be "printed" . Its only a empty sheet, which should be at the end of the printjob.
    Could somebody give me a hint? I checked the pcl commands and i got the idea to send a line feed and carriage return command, but im not sure whats happen and if this is possible, could i select the tray for this?
    Thanks a lot for any Idea or Tip,
    kind regards
    Alex

    Wasil, thanks for the response, but i havent found any info to do a separator sheet in this link. I know that i have to do this in the xdc, but i dont know how. I found a plc command to do this, but the problem is that i not understand how to fill this in the xdc.
    Here ist the Part from my XDC File. Ok, its possible that this is at the wrong point, but im sure i have an error in the escaping.
    The Printer i use is a Ricoh MP5002sp. I only found the escaping like i did, but i get a pdf generation error with this part:
       <seq id="postDoc"><ESC/>%-12345X@PJL RDYMSG DISPLAY=""&#13;&#10;<ESC/>H1B\L%-12345X@PJL ENTER LANGUAGE=PCL&#13;&#10;<ESC/>H1B\L&l4H&#13;&#10;<ESC/>H1B\L&l1T\0&#13;&#10;<ESC/>M\B\S\N\U &#13;&#10;<ESC/>U\LJob : \I&#13;&#10;<ESC/>U\LDate: \D&#13;&#10;<ESC/>U\LTime: \T&#13;&#10;<ESC/>E&#13;&#10;</seq>
    The PLC commands i foun on a website looks like this:
    \H1B\L%-12345X@PJL ENTER LANGUAGE=PCL    <-- Puts printer into PCL mode
    \H1B\L&l1H    <-- This command pulls the sep sheet from Tray 2
    \H1B\L&l1T\0    <-- Job Reset. Sets USTATUS counters etc,
    \M\B\S\N\U    <-- Prints user name in large characters
    \U\LJob : \I    <-- Prints spool ID number
    \U\LDate: \D   <-- Prints date
    \U\LTime: \T    <-- Prints time
    \E    <-- Exits banner page and begins actual print job
    But in my case it will be enough to select the tray and "print" the empty sheet...
    thanks a lot for your your help...and it could be a easy task...but it looks like im a "dau" :-)

  • Long run report returns a empty page?

    Hi,
    My report takes about 10 minute to run, it worked on report developer (local pc), but return a empty report if run from URL against the report server (on Unix box). What might be the problem and how to fix it?
    Thanks

    hello,
    what desformat did you use ? does that reproduce with all desformats ?
    sometimes, if you use PDF as the desformat, Adobe Acrobat Reader is not invoked correctly, which results in an empty page.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Empty pages marked corrupt

    I run rman and it shows some blocks as corrupted; when I run dbv all the blocks corrupt show under empty pages.
    When I do
    select * from dba_extents
    where file_id = 25 and
    corrupt_block_no between block_id and block_id+blocks-1
    all corrupted blocks are in a table which is empty (0 rows).
    I dropped the table , recreated it, but these blocks still come out as corrupt.
    Will these empty pages corruption create any problems for me in future?
    How can I get rid of them, rman recoverblock somehow is not working for me?
    THANKS A LOT.

    RMAN will check all blocks that
    a. are currently in use
    OR
    b. have been used in the past but may be in free extents now
    If the block is in a free extent, RMAN will keep reporting it. However, when the extent is allocated to a table or index, the block will be re-formatted when it is used. If corruption is physical, the Oracle server process will only then detect it. If the corruption is logical, the re-formatting will clear it.
    You could attempt to create a new table and load data in that tablespace -- if there are few free extents it is likely that that extent may be used (or just keep creating a few new tables).
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • Cannot delete empty page without deleting others

    I have a page with headers and footers and two columns. When I try to add another page or paste a similar one from another document, it creates a new empty page in between them. So I have one section with one page of content and one empty one and another section with the new page with content. Whenever I try to delete the empty page, it deletes the one before it as well. I have switched on the invisibles and see that it has inserted a section break at the top of the empty page. However, if I delete this, my new page is gone. If I change it to a page break and try and get rid of the empty page, then the new (or pasted) page also gets deleted. I am at my wit's end. I am an Apple fan and recently changed my business to iMac and use iWorks, but did not expect silly issues like this.
    Please help!

    • I'm sure that you aren't using iWorks which doesn't exists.
    • Insert a section break in the pair of "grouped pages" this will cut the group in two separate pages.
    Yvan KOENIG (from FRANCE jeudi 3 juillet 2008 12:24:14)

  • Why SmartForm Printing empty pages??

    Hi All,
           I got a production ticket belongs to shipment (VT03N) prints packing list smart form. The Output data is only 2 pages. but it is printing 68 pages. From last two years, the same smartform working fine.
    The first page prints only 3 materials, and 68th page prints grand total. Rest 66 pages empty (header prints on every page but no items)
    Only one shipment causes this problem. Rest all shipments are printing fine. Version 4.6C.
    I appreciate your suggestion.
    Thanks in advance,
    Ashok

    The empty pages can come because of couple of reasons:
    1. Check: If you have more than one line in your text element in your main window. If yes, than put the text element in the folder and set the "page protection on" on the folder.
    .... MAIN
    ......... TABLE
    ...............TEXT ELEMENT
    ........................LINE 1
    ........................LINE 2
    Should be
    .... MAIN
    ......... TABLE
    .............FOLDER  (Page protection ON)
    ...............TEXT ELEMENT
    ........................LINE 1
    ........................LINE 2
    2. Unnecessary COMMAND which triggers the next page. If yes than remove them.
    Regards,
    Naimesh Patel

  • Supress empty rows !

    Hi,
    How to supress empty rows?
    i want to supress the rows in a report that does not have a value. i wish to display only those recors which has some value.
    I have tried using Supress = Y under expansion, nothing happened.
    any ideas ?
    Regards

    Hi ,
    If you are creating an EVDRE report and if you want to ignore the rows with zero values then you can use 'Y'.
    Please check if your report says  EVDRE=OK on the left top corner of excel to see if syntax is correct
    you can use this expansion rows under SUPPRESS as mentioned by you.
    SUPPRESS=Y
    Please let us know . thanks.
    Sanjeev

  • How to supress blank page in scripts?

    Hi gurus.
    can any one let me know how to supress blank page in scripts? When one of my condition satisfies it should print two pages and its working fine. When condition fails, it should print one page but its printing blank page as second page.
    Waiting for your answer.
    Urgent
    Regards,
    surya.

    hi,
    1. By providing the control commands in scripts,u can supress the blank pages.
    2.write the data between protect and end protect.
    3.Enclose the text that you want to prevent page-break in PROTECT... ENDPROTECT
    SAPscript will ensure that each line of this text is printed together on the same page.
    /: PROTECT
    Text
    Within
    The same page
    /: ENDPROTECT
    Regards,
    SHIVA(reward if helpful).

  • How to print a empty page in a Layout

    Hi experts,
    i have a small requirement in forms. In my sapscript form i have 2 pages. its displaying properly the invoice layout.
    But the new requirement is the user want to print a empty page as 1st page and remaining as per now current setting.
    How to print a empty first page in a layout using sapscript?
    Anyone help this issue?
    Mohaha

    Hi Mohana,
                    Create one new page and one window of almost page size with no contents.  Move that window to this page.  Keep this page as first page and give earlier first page as next page to this newly created page.
                    Hope this should solve the problem.
    Regards
    Sravan

  • CRM 2007 - WebClient UI: Empty page is coming

    Hi,
    For Webclient UI, i did the configuration as mentioned in the document "C04_BB_ConfigGuide_EN_DE[1].doc".
    When i run the application, i am getting an empty page.
    In fact if i use technical profile "DEFAULT_IC" for my business role i am getting IC Webclient application. If i use the "DEFAULT" technical profile i am getting empty page.
    What can be the problem?
    -Chandra.

    Hi,
    try the followining:-
    1. Changing this parameters in t-code RZ11.
    login/accept_sso2_ticket must be set to 1
    login/create_sso2_ticket must be set to 2
    Default values are 0 initially for both of them
    2.
    Use transaction SICF to activate the following SICF services(via note 1115493):
    /default_host/sap/public/bc/icons
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/system
    /default_host/sap/bc/bsp/sap/crm_ui_frame
    /default_host/sap/bc/bsp/sap/crm_bsp_frame
    /default_host/sap/bc/bsp/sap/gsbirp
    /default_host/sap/bc/bsp/sap/thtmlb_scripts
    /default_host/sap/bc/bsp/sap/thtmlb_styles
    /default_host/sap/bc/bsp/sap/crm_thtmlb_util
    /default_host/sap/bc/bsp/sap/bspwd_basics
    /default_host/sap/bc/bsp/sap/bsp_wd_base
    /default_host/sap/bc/bsp/sap/crmcmp_hdr
    /default_host/sap/bc/bsp/sap/crmcmp_hdr_std
    /default_host/sap/bc/bsp/sap/uicmp_ltx
    all services under /default_host/sap/crm
    Regards....

  • When I click a link only an empty page opens, now the link does not open anything at all

    when I click a link only an empty page opens, now the link does not open anything at all

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Can't view current billing month broadband data us...

    Hi there, I guess I must be missing something but I can't seem to access information about my current data usage levels for broadband in the MyBT site anymore?  I used to be able to check how much data I've used by going to the 'Usage & Analysis' sec

  • Is there anything I can possibly do about these logic boards?

    Ok, I have 4 broken 4th Generation iPods. Two of them are white 20GB models, one is a white 40GB model, and one is a U2 Special Edition 20GB model. All of them have broken logic boards. Every month or so I give them another go to see if I can get any

  • Optical audio out issue on 2011 MBP

    I just tried to hook up my month old 15" MacBook Pro to my home theater using an optical cable for audio and the laser is really weak, so the receiver will not recognize the signal. It is visibly dimmer than the signal from my AirPort Express. Amusin

  • Saving, receiving, uploading

    My blackberry z10 won't let me save or upload any file through my browser. I can't receive files on bbm or change my contact picture without going through a long process within pictures. Also, the only way to upload files is for me to share them thro

  • I can't open any of my adobe products except adobe reader.

    All of the adobe programs have been installed in my laptop and have been activated. The same pop up would come up stating that it is configuration error "Error: 213:19", asking me to restart my laptop which did not seem to work. Is there any way in w