SAP Script: Boxes and Lines appear on FIRSTpage but NOT in NEXT

I have code to create boxes, lines and shade . This code is in the "Main" window of the "FIRST" page and "NEXT page.
The program prints boxes, lines and shade in the FIRST page. When "Main" window fills up with data in "FIRST" page, then "NEXT" page prints. The boxes and lines and shade do not print in the "NEXT" page.
Can some one please help ?

Vinay,
Where are the the "Boxes, lines and shade in the FIRST page"? The MAIN window is usually used to display lists. The length of the MAIN window dictates how many pages will be printed. If you have any static boxes, lines or shading (ie always the same spot on the page) then maybe you should not put them in the MAIN window.
If you must have them in the MAIN window, I would suggest that you find out which Text Element they are in. The SAPscript Print Program must explicitly call these Text Elements in order to make them appear (via the WRITE_FORM function).
If you want to print things like list headings and the like, you should pass 'TOP' into the TYPE parameter in your WRITE_FORM.
eg.
Let's say you want to display the "Header" Text Element as the heading (this heading has boxes, lines, etc) of your list.
call function 'WRITE_FORM'
  exporting
    element  = 'HEADER'
    function = 'SET'
    type     = 'TOP'
    window   = 'MAIN'
  importing....
Hope this helps.
Cheers,
Pat.
PS. Kindly assign Reward Points to the posts you find helpful.

Similar Messages

  • Is anyone else having trouble viewing the SEC network via Watch ESPN on a 2nd gen Apple TV?  Software is up to date, but SEC network not showing up as a channel.  Using Xfinity - and it appears on iPhone5 but not on iPad2 - both of which ar

    Is anyone else having trouble viewing the SEC network via Watch ESPN on a 2nd gen Apple TV?  Software is up to date, but SEC network not showing up as a channel.  Using Xfinity - and it appears on iPhone5 but not on iPad2 - both of which are current on IOS. Help!

    the wifi router could also be blocking
    and to really test if the windows firewall is the problem then try turning it off!
    if that scare you too much then disable the internet modem / cable modem or the likes while you test
    always remove more and more factors when troubleshooting sooner or later it will work and you can narrow down which factor did the job and work on that

  • Blank line appears in reportviewer but not on printout

    Post Author: optmax
    CA Forum: .NET
    In a VS 2005 .net web app a blank line at the end of a textbox appears in the reportviewer but is suppressed when I click the reportviewer print button and create a pdf.
    I want the blank line so that there is a gap between the text and the border I have around the texbox
    Any ideas?

    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    You should also check that the songs have album name info in their ID tags.
    See: Some songs don't don't show under artist on my iPod.

  • Why am I getting black boxes and lines in Facebook chat area?

    I just installed the latest version of Firefox as well as the latest version of my graphics card drivers, and Adobe Flash Player. When I open Facebook, I get black boxes and lines all over the left side of the screen where my chat contacts are. I am wondering why this is happening and if there is a current fix to it, as it is rather annoying. When I hover my mouse next to or over the black boxes and lines, they move and continue to pop up elsewhere but only on the friends/chat area.

    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

  • How to insert the style in sap-script? and in smart form?

    how to insert the style in sap-script? and in smart form?

    Hi..,
    For SAP scripts u need to create them in SE72 ...
    and u can include them in the script editor as..
    /: STYLE <STYLE-NAME>
    P1 text...............  (*** P1 is the Paragraph format created in SE72 )
    /: STYLE *
    For smartforms u need to go for the transaction (tcode) SMARTSTYLES... here u can create paragraph and character formats globally...
    <b>Sunil, plz do remember to close all your threads, when ur problem is solved !!</b>
    reward all helpful answers,
    sai ramesh

  • Text Boxes and Lines on Full Screen Images?

    In iBooks Author I'm trying to create images with text boxes and lines overlayed on top of the images (I don't like the interactive image widget, I want just text with no gray box and a single line of text, no need for title and description, also don't need the zoom capability on each label).  I can do this fine in a basic, two column layout but when I tap on an image within a figure to see it full screen on the iPad I want the text and lines to also come full screen.  Any ideas?  I seemed to have a solution by enabling placeholder text authoring but that's proven inconsistent.

    Sound like a 'group'.
    Whatever works
    Good luck
    Ken

  • Debugging SAP Scripts MR_PRINT and MR_REKL

    Hi All,
    Can anybody tell me if there is an easy way to debug the SAP Script Layoutsets MR_PRINT and MR_REKL, which are triggered through MRKO and MIRO transactions. Also I need to know how to repeat the print out of the above layouts, which are outputs of Invoice reductions and Invoice corrections.
    I already tried SE71 -> Utilities -> Activate Debugger and also placing a break-point in one of the performs, I call, but I think the print program is a dynamic call and it is not stopping at the break-points.
    Let me know what I am missing.
    Thank you for your time,
    yrkanth

    Sorry, if it sounds dumb. But how will you put a hard breakpoint in a SAP Script? I don't hink there is a BREAK-POINT command which can be used in SAP Script? I activated the sap script debugger and am running the MRKO transaction which triggers the layoutset, but it is not stopping as it does stop for any other layouset.
    The other way I tried was, to put in BREAK-POINT command in one of the performs the SAP script calls and I was able to stop at that only when I debug in Update debugging mode. This only allows me to debug the perform code but it still does not allow me to debug the script as we debug the script for PO (Purchase Order) by activating the SAP Script debugger and print previewing the PO.
    Hope this helps?
    I really appreciate your time.
    Thank you,
    yrkanth

  • What are the main sap script events and their functionality and usage?

    what are the main sap script events and their functionality and usage?

    Hi,
    Inside the Script, there are events like Top of Page, End of page etc.
    Please elaborate about your requirement.
    Best regards,
    Prashant

  • HT1600 I have only updated my Apple TV this evening. But I have a USB image coming up on my screen. The blue light is flashing. Ive checked the box and there appears to be a 'small' usb port under the hdmi slot. Have I doine something wrong?

    I have only updated my Apple TV this evening. But I have a USB image coming up on my TV screen. The blue light is flashing. Ive checked the box and there appears to be a 'small' usb port under the hdmi slot. Have I done something wrong?

    Something has gone wrong - the AppleTV needs to be restored by connecting to a computer running current iTunes version using a microUSB to USB lead.
    AppleTv2 does not require power when doing this.
    Select the AppleTv Device on teh left in iTunes and restore to current firmware.
    AC

  • Blog page - boxes and lines

    Hello,
    I have a blog page that has a few extra boxes and lines that I can't delete. They are generated when you create a new page, but I don't want them to show up. They are sort of lighter colored alignment lines.
    What is the deal on them? Some I can modify or delete, others I can not.
    TIA

    Sound like a 'group'.
    Whatever works
    Good luck
    Ken

  • Trigger a mail to sap mail box and external email id

    Hi
    In infotype 0019, we maintain probation details, i want to trigger a mail to sap mial box and external email id , one daye before the probation date mentioned in IT0019.
    Kindly let me know how to go.
    Regards
    Vish

    Hi,
    U have to take the help of your ABAPr he will write a program which will schedule every day in specific time that program will compare the expiry of probation date with system date and if it is one day less then mail will trigger.
    Regards,
    ARU

  • My photos  are in Raw Format when I open in Bridge and they appear very clean but when I transfer them to Photoshop they are full of noise. What should I do to fix the problem? Thanks.

    My photos  are in Raw Format when I open in Bridge and they appear very clean but when I transfer them to Photoshop they are full of noise. What should I do to fix the problem? Thanks.

    are you sure its not just the way you are viewing the photo? you don't even see noise on the preview in Bridge and when I say preview I mean when zooming into the preview window. My thought process being in PS you are zoomed in more

  • Hello, this might be a basic question, but how do you open QuickTime to record a new webinar? I have a new MacBook Pro with Yosemite and can only get QuickTime to appear in Finder but not actually open to allow me to record something new. Thx.

    Hello, this might be a basic question, but how do you open QuickTime to record a new webinar? I have a new MacBook Pro with Yosemite and can only get QuickTime to appear in Finder but not actually open to allow me to record something new. Thx.

    Hi Winterwilly,
    Welcome to Apple Support Communities. 
    The article linked below answers your question of how to use QuickTime to record something on your MacBook Pro’s screen.
    QuickTime Player 10.x: Record your computer’s screen
    Cheers,
    -Jason

  • I just purchased a ringtone and it appears in downloads but its never begun to download it just says waiting. What do I do to download it?

    I just purchased a ringtone and it appears in downloads but its never begun to download it just says waiting. What do I do to download it?

     iTunes: How to resume interrupted iTunes Store downloads
              http://support.apple.com/kb/HT1725

  • I have a desktop machine windows 7 based with CS5 loaded and working without problem. I have recently purchsed a laptop running 8.1 windows.  I have loaded the cs5 package onto the laptop and it appears ro work but I am being told there are updates. I hav

    I have a desktop machine windows 7 based with CS5 loaded and working without problem. I have recently purchased a laptop running 8.1 windows.  I have loaded the cs5 package onto the laptop and it appears to work but when I try to update, although  I am being told there are updates it attempts to download the update but then tells me there is a problem and to quit and try again later.. I have tried a number of times to download the updates but itkeeps telling  me to quit and try later. what is wrong please?

    There could be a 32 bit vs 64 bit issues-is the old machine a 32 bit? and what is the new machine as far as 32/64 bit. I am not sure now if CS5 has in the help menu of the PS app the selection to update within PS if so that might work. I know that the Creative cloud app for installs updates  etc has caused me much consternation  over the last couple few years. Last it could be something like your Software firewall settings or  anti-virus anti malware programs. I know that updating the infamous adobe flash that Internet Explorer pop ups setting and having AV turned on as opposed to off can interfere or plain break the update ability

Maybe you are looking for

  • Excel File read using WebUtil does not work. Gives java.lang.NoSuchMethodEr

    We have a form which reads from an Excel File. The form works in development env., but in the live env when we deployed the form it does not work. Form fails @ the 1st call to Client_OLE2 where we set the Excel file to read. For both the envs. the va

  • In search for a COMPLETE mobile from nokia

    I have been a consistent nokia user, primarily due to its sturdiness. 3315 to 2600 to 2626 to 2700 classic to X2-02 to 206 ............. that has been my nokia graph ..... For long I have been looking forward to nokia for a dual-sim mobile with both

  • Safari keeps opening up itself with Hubble.App

    Safari keeps opening up with 'Hubble.app', 3 or 4 times a minute.  First it was selling games, now it's Priceline!  How can I stop this????

  • DELETED QUICKTIME AND NOW iTUNES wont work

    I recently had to delete quicktime to install other software for my cell phone. After completeing the download and deciding it unworthy of my attention. I wanted to put quicktime back on. when i go to download the software back on the the computer it

  • Checking of min. quantity, works erroneously in last purchase and templates

    Hi, We are running SRM4 and SAP CCMv2. We do a minimun quantity check in the catalog via BADI. It works fine, but when we do a shopping cart using the old purchases & templates option, an user error appears about the quantity. It isn't correct becaus