Why Grid window type in sapscript

hi,
      I  am not getting the use and importance of Grid window type which is in the sapscript when we create new elements in the windows. other types are main,variable,constant and the last one is Grid. when this window type is used and why? pls reply
thanks
samir

hi,
the grid type in sap script is used for display of pictorial representations ...i never used it but i knew that for using lines , bars and graphs..

Similar Messages

  • Why when i type in my message on email does it all not stay in window just on 1 line

    why when i type in my message on email does it all not stay in window just on 1 line

    if you hold the shift key while clicking to start Thunderbird, do you see this same long line?

  • Why i cant type any word on running window?

    Fellas,
    Why i cant type any word on running window? like this example:
    import java.util.Scanner;
    public class sunMath {
    public static void main(String args[]){
    Scanner input = new Scanner(System.in);
    int number1;
    int number2;
    int results;
    System.out.println("Type the first number:");
    number1 = input.nextInt();
    System.out.println("Type the second number:");
    number2 = input.nextInt();
    results = number1 + number2;
    System.out.printf("Result: %d\n", results);
    Message was edited by:
    eduacsp

    Hi,
    in JDeveloper 10.1.3
    1) double click onto project node
    2) select run/debug node
    3) Press "Edit" button
    4) Select "Tool Settings"
    5) Check the "Allow Program Input" checkbox
    6) Ok all dialogs until all are closed
    Run your application and see the input field below the message output
    Frank

  • Window types

    hi ,
      Can anybody explain the difference between different types of windows
      in scripts as well as smartforms
    Regards ,
    Sumant

    Hi,
    Form can be composed of many pages with text areas called windows. There are two windows types: MAIN window and VAR window.
    MAIN type windows are windows which their contents can be displayed on one or more pages. In the example of an order invoice, if the materials number is big, it will not be possible to display them on one page. The materials must be displayed on many pages. MAIN windows are the most important part of the form. MAIN windows contain texts with variable lengths. If the window text area is filled, SAPscript will print the text on a new page creating a new text area equal to the previous page. Even if the text area has a variable length, its width does not vary. Each form must have a MAIN window.
    VAR type window are windows which the text does not vary following the pages number of the form. In the previous example, customer data are inserted in a VAR window because the content is known (Name, address, phone number).
    In smartforms...
    There are Main, Secondary, Final and Copy windows. Cheers,
    Simha.

  • Why does Windows 7 not show up in System Preference's "Startup Disk"

    Why does Windows 7, installed via Boot Camp, show up when you hold down the option key when booting but the drive does not show up in System Preferences under the Startup Disk icon.
    As an aside Windows 7 runs perfectly on my MacBook.
    - Mike

    Now I found I'm not alone. My situation is similar but not exactly the same.
    I recently switched from the white MacBook to latest mac mini, tried installing XP Pro not successful for some reasons then tried Win7 (build 7000). On my old macbook this worked perfectly.
    Got win7 updated and picked win7 as startup disk in windows, used that for few days without going back to leopard. On just one occasion I booted with 'alt' key pressed (using a PC keyboard) I have choices of drives so I thought everything was fine. As soon as I booted into leopard I found no win7 partition in system>preference>startup disk, OMG I couldn't boot back to win7 since then. From that point onwards the 'alt' key didn't work for me. Every time only leopard can be booted.
    What can I do now?
    Why it was OK in macbook but didn't work on mini? Is it worth investing on a mac external keyboard just to get the 'option' key?

  • Why is Windows 8.1 causing my Verizon Mobile Broadband USB Pantech modem to auto connect/

    Why is Windows 8.1 causing my Verizon Mobile Broadband USB Pantech modem to auto connect? If I turn it off in Windows Settings I can not get service. As I am on a 5 GB plan I do not want my internet running at all times nor do I want o have to disconnect from the internet every time I turn my computer on.

        mebpapa,
    Hmm. That is a bit conflicting. After all, we don't want you to have to worry about usage running up or having to get disconnected each time you get on the computer. Ultimately, this is a software functionality of Windows 8.1 however. Have you noticed a high increase of usage when the auto connect is left on or are you just taking precautionary measures?
    EvanO_VZW
    Follow us on Twitter @VZWSupport

  • How to determine Grid level type of an installation (POD)?

    Hi everybody!
    I am working on a report that should maintain the point of delivery in installations (IS-U).
    With this task, I'm having trouble to determine the grid level type of the installation, which I need to select the grid that is assigned to the adress of the installation in EADRSTRTGRID_NEW.
    The valid grid level types are maintained in table EGRIDLT but unfortunately, I could not find any connection to the installation exept for via the devision category? Any suggestions?
    Thanks a lot for your help, kind regards, Kathrin!

    Hi,
    Table EUIGRID has fields POD and GRID. I hope you have POD to select grid from this table.
    Regards,
    Sunil

  • Window Type Character doesn't work

    When I open Illustrator CS6 and go to Window > Type > Character the Character box doesn't pop up.
    When I try the Ctrl + T shortcut nothing happens and the Checkmark that is normally next to "Character is not there"
    I called support and they said there was a solution but they wouldn't tell me what it was without paying them $39.
    Does anyone have an idea how to fix this?

    Hi Alan,
    Give it a try by clearing the Illustrator preferences at:
    PC :  <startupdrive>\Users\<username>\AppData\Roaming\Adobe\Adobe Illustrator CS6 Settings\en_US
    Mac: <startupdrive>/Users/<username>/Library/Preferences/Adobe Illustrator CS6 Settings/en_US
    Let me know if it gets solved!
    Thanks,
    Nikita

  • Why need message type when u create data type...

    why need message type when u create data type...

    Hi,
    A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type:
    ·        More than one message interface can use the same message type. For example, an asynchronous outbound message interface and an asynchronous inbound message interface can reference the same message type because the request message does not need to be mapped.
    ·        When defining a message mapping you can directly reference message types to map messages from an outbound interface to messages from a receiver interface.
    For technical reasons, a data type is not sufficient to describe the instance of a message. In XML schema, data types are defined as abstract types that are not yet fixed to an element. You can only describe an instance of a message when you have specified a data type as an element type. Therefore, a message type defines the root element of a message.
    A message type does not define the direction of the message exchange, in other words, whether it is a request or a response. In exceptional cases you can use the same message type for both the request and the response message.
    A message type has the following characteristics:
    ·        It comprises exactly one data type, which determines the content of the message to be transferred.
    ·        It is identified by a name and an XML namespace. The name (together with the namespace) of a message type is located in the uppermost tag of the message to be exchanged. This is an element tag.
    You have defined a message type GreetingRes that references a simple data type of type xsd:string. The XML namespace of the message type is http://sap.com/xi/myExample. The corresponding payload might look like this:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns1:GreetingRes xmlns:ns1="http://sap.com/xi/myExample"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       Hello Mrs. Miller
    </ns1:GreetingRes>
    You can specify how a message type is used in more detail in the description
    hope this will help you.
    regards
    Aashish Sinha
    PS : reward points if helpful

  • I updated  iTunes for my lap but its stop to work i cant understand why my windows 7 please answer me

    i updated  iTunes for my lap but its stop to work i cant understand why my windowes 7 please answer me

    Hello yayota,
    Thanks for the question. I understand you are having issues with iTunes on your Windows 7 computer. The following article may provide information that could lead to a resolution:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • Why does windows have 64-bit iTunes but not mac?

    I can't believe it. I searched the archives here and someone said because most people don't have 64-bit compatible machines. Then why does Windows get separate versions but not the native OS?
    I'm running audio hardware optimized for 64-bit (drivers) but the sound quality of iTunes is worse in 64-bit than in 32-bit.
    Anyone have any knowledge when 64-bit is going to be released?

    iTunes is only 32 bit for Windows OS and Mac OS.
    The 64bit version for Windows simply includes 64 bit drivers. The application itself is only 32 bit.

  • Why does the type tool and note tool close my InDesign program? [was: InDesign CC technical]

    Why does the type tool and note tool close my InDesign program?

    Install the CC Desktop app, or try Help > Updates....
    If all else fails, you can try Crash | Launch, selecting Type tool, but there are other bug fixes in the update.

  • Why is Windows 7 shutting down updated version of itunes when I click on itunes store?

    Why is Windows 7 shutting down updated iTunes version 11.0.5 when I click on iTunes store?

    My ipod did that all day yesterday then went into lockdown ! now the dam thing wont do anything !!!! its stuck in download mode!!!!!!!!!

  • Why does window media player auto starts in firefox browser

    why does window media play auto starts in firefox browser
    == This happened ==
    Every time Firefox opened
    == I put a code in for a radio station on the net i listen to on my site

    Your More system details list show the WMP plugin (np-mswmp), so that should be working.
    See:
    * http://kb.mozillazine.org/Testing_plugins
    * http://www.vdat.com/techsupport/windowstest.asp

  • Why do windows only use 2GB Ram instead the full 8GB running 32bit Windows 7

    Why do Windows 7 only said 2.17GB usable when there is 8GB RAM available? running 32bit Windows 7 in Bootcamp?

    Check out this link, https://discussions.apple.com/message/13367683#13367683

Maybe you are looking for

  • Scratch Disk Problem

    I am running Audition 2 and cannot get preferences to recognize the second internal drive (D:) for use as a scratch disk. Only the C: drive and the external F: drive come up. This is a recent problem. There is nothing wrong with the D: drive: it has

  • Can't unmute my phone

    I just got my new phone, but I cannot unmute it, which means I can't have phone conversations. If I press on the mute icon it gets darker or lighter, but never unmutes. Any ideas what I can do? Solved! Go to Solution.

  • Error when addin an AR Reserve Invoice

    Hi all A client was adding an AR Reserve Invoice and got the following error: {SQL Native Client}{[SQL Server}Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <=, >, >= or when the subquery is used as an

  • Is anyone having problems accessing WIFI with their iPhone

    Just noticed that yesterday I can't access WIFI with my iPhone 5s.  Happened at my office and at home.  WIFI works both places as Macbook works.  Anyone else finding this ?

  • Damaged iPhone 5S (UK)

    Does anyone know how much it is to replace an iPhone 5S at the Apple Store? Today I dropped my *9 day old* iPhone and it is in a pretty poor condition, which I don't want to put up with for 2 years (the screen is fine!). I don't have AppleCare, but I