What exactly is the diff between main window and variable window

what exactly is the diff between main window and variable window in SAP script?

hi,
MAIN WINDOW :- In a main window you display text and data, which can cover several pages (flow text). As soon as a main window is completely filled with text and data, the system continues displaying the text in the main window of the next page. It automatically triggers the page break.
You can define only have one window in a form as main window.
The main window must have the same width on each page, but can differ in height.
A page without main window must not call itself as next page, since this would trigger an endless loop. In such a case, the system automatically terminates after three pages.
VARIABLE WINDOW :- The contents of variable windows is processed again for each page, on which the window appears. The system outputs only as much text as fits into the window. Text exceeding the window size is truncated; the system does not trigger a page break. Unlike constant windows, the page windows declared as variable windows may have different sizes on different form pages.
As far as the processing of the window contents is concerned, the system currently treats constant and variable windows alike. The only difference is that constant windows have the same size throughout the form.
hope this will be useful.
If useful then reward points.
with regards,
Syed

Similar Messages

  • What exactly is the diff between client dependant and client independant te

    Hi gurus,
    What is the diff between client independant and client dependant term.. I initially had a confusion related to client independant and client dependant Transport requests, where else are these words applicable, do they apply to data as well, if so how? any links to help me understand the difference..
    regards,
    kishore

    Hi Kishore,
    Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
    Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
    In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
    Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
    Regards,
    Dinesh D

  • HT2729 what exactly is the difference between regular video and video playback?

    i am wanting to purchase a black video playback ipod with 30 gb, the fifth generation and before i get it i would like to know all the details about video playback

    i am wanting to purchase a black video playback ipod with 30 gb, the fifth generation and before i get it i would like to know all the details about video playback
    http://support.apple.com/kb/SP41

  • What exactly is the difference between enqueue,latch & lock

    Can someone explain in simple words (with example if possible) what exactly is the difference between enqueue,latch & lock?
    I have gone through documentation & other links,but just not able to figure out the exact & clear difference between these three..
    Cheers,
    Kunwar

    In addition to links provided by Sb and nice explanations by Aman, i would like to add below :
    1.Latches and enqueues are lightweight serialization devices used to coordinate multi-user access to
    shared data structures, objects and files.
    Latches are locks that are held for extremely short periods of time, for example the time it takes to modify
    an in-memory data structure. They are used to protect certain memory structures, such as the database
    block buffer cache or the library cache in the shared pool (as described in Chapter 2, Architecture). Latches
    are typically requested internally in a ‘willing to wait’ mode. This means that if the latch is not available,
    the requesting session will sleep for a short period of time and retry the operation later. Other latches may
    be requested in an ‘immediate’ mode, meaning that the process will go do something else rather than sit
    and wait for the latch to become available. Since many requestors may be waiting for a latch at the same
    time, you may see some processes waiting longer than others. Latches are assigned rather randomly, based
    on the ‘luck of the draw’, if you will. Whichever session asks for a latch right after it was released will get it.
    There is no line of latch waiters, just a ‘mob’ of waiters constantly retrying.
    Oracle uses atomic instructions like ‘test and set’ for operating on latches. Since the instructions to set
    and free latches are atomic, the operating system itself guarantees that only one process gets it. Since it
    is only one instruction, it can be quite fast. Latches are held for short periods of time and provide a
    mechanism for clean-up in case a latch holder ‘dies’ abnormally while holding it. This cleaning up
    process would be performed by PMON.
    Enqueues are another, more sophisticated, serialization device, used when updating rows in a database
    table, fro example. They differ from latches in that they allow the requestor to ‘queue up’ and wait for
    the resource. With a latch request, the requestor is told right away whether they got the latch or not.
    With an enqueue, the requestor will be blocked until they actually attain it. As such, they are not as fast
    as a latch can be, but they do provided functionality over and above that which a latch can offer.
    Enqueues may be obtained at various levels, so you can have many ‘share’ locks and locks with various
    degrees of ‘shareability’.
    Source:Expert Oracle Database Architecture by Thomas Kyte
    2.Good PPT at http://nocoug.org/download/2001-05/latches.ppt
    3.Good PPT by Mark bobak at http://www.mi-oaug.org/Presentations/Understanding%20Locks%20and%20Enqueues.ppt
    HTH
    Girish Sharma

  • Whats the diff between Transfered Records and Added Records

    Hi
    whats the diff between Transfered Records and Added Records in any data target Request Tab.
    Regards
    ll

    Hi.......
    Check this.......
    What's the difference between Transferred Records and Added Records?
    Manage ODS : Difference of Transferred Records and Added Records
    Regards,
    Debjani......

  • What would be the difference between sling:folder and nt:folder?

    what would be the difference between sling:folder and nt:folder?

    See,
       As Nicolas said, there are some things that you can do only in a sling:folder type of node.
       The "nt" means "Node Type", and a "node type: folder" is just a empty node that can be referenced as a organizational structure file folder. The "sling" prefix means that this one special folder belong to the type "Sling", in other words, that folder type node is built in the sling Framework structure and is constructed with some setting already, which I do not know to tell you. Take a look at "/libs/sling/nodetypes/sling.cnd" on you CRXDE Lite or CRXDE.
    (I may be wrong about some details, eveything here is what I believe myself after some research and experience)

  • Can i use developer6 with Ora8i Lite? Whats the diff between 8i lite and personal8i

    Can anyone tell me if i can use Oracle8i Lite in conjunction with Developer6? I am running my computer on a Win98 operating system. Also, what are the differences between Oracle8i lite and Personal Oracle8i?
    i have only 64mb RAM and am therefore below the minimum requirements to install Peronal oracl8i (which requires 128mb of RAM), is there any way around this?
    Thank you in advance for your help in this matter

    There is a hope of Installing Personal Oracle on 64MB machine by increasing the Cache for the machine. I have done it for Oracle Server and it works
    Go to : Contron Panel
    then : System
    Select : Performance tab
    Specify Virtual Mem to 200 MB minimun for succesfully install the Database.
    I tried using Oralite for Personal Oracle but came to know that it is mostly ment for CE devices and other such things for having connectivity between PC Database and Oracle Server Database(I may be wrong).
    Using Personal Oracle with Developer6.0 will also give you some trouble in configuring the TNSNAMES for TCP/IP and Developer uses connect string and without that you probably will not be able to connect to database. Try it I tried but failed, take the help of ODBC.
    Good Luck
    null

  • What exactly is the difference between these two lenses?

    CanonEF-S 55-250mm f/4-5.6 IS STM Lens  
    CanonEF-S 55-250mm f/4-5.6 IS II Lens 
    I'm stuck between a rock, and not sure what my best option would be...any help is greatly appreciated!!! 

    The difference is in the type of motor used to focus the lens. The focus motor in STM lenses are more or less silent to the camera's audio system. This is important when shooting video but not for still photography. This may help.
    http://photo.stackexchange.com/questions/24109/what-does-stm-mean-on-a-canon-lens
    "A skill is developed through constant practice with a passion to improve, not bought."

  • Whats the diff between PS CS5 and PS Elements 12?

    I currently use PS CS5, but a friend of mine wants to get PS Elements 12.  Are there major differences?  Is E12 an add on to an existing CS, or can it be used by itself?  I'm unfamiliar with E12 so any help would be welcomed.
    Thank you

    BobZ30 wrote:
    BTW, Elements 13 was released yesterday, I believe.
    It was last week, if I recall. The OP should be able to upgrade to version 13 if they so choose to go through the proper Adobe channels since they didn't know.
    Photoshop Elements is like the little cousin of Photoshop. (It doesn't have some of Photoshop's adjustment masks like Curves, for example.) But it has lots of the core features like layers and masks (should one use Elements' "Expert" mode).
    The thing that burns my buns, though, are the elitist "photographers" who disparage the use of Photoshop (in any form, be it Elements or full-on Photoshop). Yes, I get it. You're just like Ansel Adams. No, I don't care. So somebody used the "Photomerge Compose" feature in Elements. Whooop-deee-doo. Doesn't mean one has to get his panties in a bunch over it.

  • Can anyone clarify what exactly is the difference between the new Airport Express and the Airport Extreme?

    The specs look virtually identical and the form factor is also much the same.
    The price is not.

    Extreme: three LAN ports, Express: one (four total Ethernet ports vs. two, respectively)
    Extreme: Gigabit Ethernet, Express: 10/100 base-T
    Only the Express can stream iTunes (AirPlay) music
    The first two limitations make it resemble the original AirPort Extreme. Dual band is a big plus though, and will go a long way toward alleviating a lot of people's problems with wireless interference.
    The form factor is different as the new Express is not designed to be mounted directly to a power receptacle. Also, the new one allegedly supports 50 clients whereas the 802.11n Express was only 10. However, those never seemed to be limitations in actual use.
    http://www.apple.com/wifi/

  • The Diff Between Pre-Order and Reserved

    Pre-Order:
    You walk into the store between the 24th and the 1st of July and walk out with an iPhone 4.
    Reserved:
    You stand in line after all the pre-order people have gotten their iPhones (or if they don't show up, their phone is held for 7 days) and any extra phones are given to you, in a first come, first serve of the people who reserved. You are not guaranteed to get one.
    No Pre-Order or Reserve:
    You get dibs on the phone after all the reserve people have gotten their phone.
    End of story. Please stop asking.

    Sorry, that doesn't make any sense. I mean, I get that a lot of people don't know there's even a difference between "pre-order" and "reserve", but why would "reserve" people have to wait until after all the "pre-order" people get their phones? The Apple store employees know not to give away the pre-order phones, I'm assuming they're pulling from a different "pile".
    And there have been a few people on here who have said that Apple employees assure them there is an actual phone with their name on it. Difference is, their phone isn't programmed to their account yet and the reservation expires at the end of the day (as opposed to pre-ordered phones which expire after 7 days.) Not that the Apple store employees know all, they sure didn't today, but if it's a consistent answer like this, I'm inclined to believe them. Also, then, what's the point in telling the reservation people to come at 7AM if they're not even going to start giving them out then?

  • How can you make the iPod tell the diff between a movie and music video

    Greetings!
    How can you make iPod tell the difference between a Music Video and Movie? Everything I put up on the iPod falls into Movie. So is it something I have to do in iTunes?
    Thanks for the help!

    Rightclick the video in iTUnes, hit Get info then the "Options" tab. Beside kind you can set it to movie. music video. or TV show

  • What is the relation between main class and inner classes

    hi
    i want to make a UML design and o want to know how to draw the relation betwwen the main public class and inner classes?
    and what is the relation?

    BaffyOfDaffyA wrote:
    Please keep in mind that if you spell better you will get better answers and if you add duke stars you will get better answers and if you mark the thread as a question you will get better answers. That will make it look like you are paying attention and that you really want an answer.
    My best answer based on your rather vague question:
    A minimal public class in a file named "Minimal.java" in the directory named "minimal":
    package minimal;
    public class Minimal {
    private int variable;
    public Minimal(int var) {
    variable = var;
    public int getVariable() {
    return variable;
    }This would be an example of adding an inner class:
    package minimal;
    public class Minimal {
    private int variable;
    public Minimal(int var) {
    variable = var;
    public int getVariable() {
    return variable;
    public class Inner {
    private int innerVariable;
    public Inner(int var) {
    innerVariable = var;
    public int getInnerVariable() {
    return innerVariable;
    }The inner class is exactly like any other inner class except if you are accessing it from anything else other than Minimal then you would have to add Minimal. right before Inner for example, where the Minimal class could use
    Inner inner = new Inner(5);other classes would have to use
    Minimal.Inner inner = new Minimal.Inner(5);
    See [Inner Class Example|http://java.sun.com/docs/books/tutorial/java/javaOO/innerclasses.html] or [Nested Classes|http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html] for more information.
    He is probably not asking what an inner class is or how to declare one in raw source code. To me he is asking how do I
    explain this relationship in a UML diagram and as UML is not and exact science and expression can vary a lot
    between UML design applications I didn't want to stab in the dark.
    @OP I would say whatever seems most logical to you and your team, write something that reads.

  • What exactly is the difference between the new photos app for mac and iPhoto? i'm very confused...

    Ever since i've bought my macbook pro i used iPhoto to organize my photos. Now apple added this new photos app and i don't really understand what is it meant for? can someone please explain me the difference? I'm very confused about the purposes of both apps....

    Now apple added this new photos app and i don't really understand what is it meant for? can someone please explain me the difference? I'm very confused about the purposes of both apps....
    Photos is a completely new designed photo application, designed for Yosemite and the MacOS X versions to come. Many differences are under the hood. It uses the new system libraries and frameworks for more efficient image processing on the new powerful macs, like the mac pro, it is extensible by app extensions, if other developers will add functionality, and most important, it brings integration with iCloud Photo Library. With Photos you can store your photo library in iCloud and sync it across all devices.
    Some features are still missing however, and you can continue to use iPhoto, if you like. Or create a small Photos library for testing and explore Photos, while keeping your main libraries in iPhoto.

  • What exactly is the difference between :"Refresh" and "Expand All"?

    They seem to do the same thing most of the time. What is the difference?

    Hi Dermot,
    Well, for a report that uses no expansions the time it takes for Refresh and Expand All should be about the same. Maybe a little bit faster for Refresh. But if your report does have expansions, Refresh should be significantly faster.
    Here is the list of what happens to each EVDRE in your workbook when you click the "Expand All" button: [http://help.sap.com/saphelp_bpc75_nw/helpdata/en/fb/b03d0099e8428d95eb7de2c964cf18/frameset.htm] It has 8 steps. I believe that when you click the "Refresh" button it only executes steps 3 and 4 (not completely sure about that, but you get the point - it doesn't do everything).
    Expand All can get especially problematic when you have a workbook with a large number of EVDREs. In this case, a nice option  is to right-click on the worksheet and take a look at the options under the top menu item. One of the options is to expand only the active sheet, which can save you a lot of time.
    Cheers,
    Ethan

Maybe you are looking for

  • Incorrect display of images in PDF on iPad

    I have a problem with displaying images in a PDF on the iPad. The PDF is created from a MS-Word file on a PC. On a PC, the images in the PDF display OK. On an iMac, the images in the PDF display OK. Only on the iPad, the images in the PDF display wei

  • Laptop dmv4 - how do i create a windows recovery disk?

    If my hard drive crashes and I need a windowd CD  how do I make one?

  • Changes in 902b stylesheet parser

    Just noticed that in 902b a variable declared in a stylesheet is not visible within an included stylesheet. All previous version have worked so that the variable IS visible. ie declare a variable in the main stylesheet. xsl:variable name="dictionary"

  • Deleted my partition probook 4510s

    i deleted the partition and the laptops not starting up im trying to use the windows 7 OS to restore but its not reading the dvd i tried the XP OS and i was able to install it but now it wont read the appliocation and driver recovery disk?

  • Does it cost to change network?

    I have my iPhone 5 on my home cell network (Tbaytel) and I went under the carrier setting, and am wonder if it would cost me to temporarily switch from my home network Tbaytel to a competitors network (Bell)? This would only be temporary, then I woul