Where can i find the list of macros

where can i find the list of macros and which macro is used for exception ?

You answered yourself???? :-):-)
Anycase you can refer the pages under the following link.
http://help.sap.com/saphelp_erp2004/helpdata/en/c5/e4ad64453d11d189430000e829fbbd/frameset.htm
Thanks,
Prasath N

Similar Messages

  • Where can I find the list of authorized computers on Homesharing?

    When I tried to auhorize a new computer on my home sharing network I am told I already have the maximum of 5.  When I count on my fingers I can only come up with 4.  Where can I find the list so I can deauthorize the one I can't find (and I don't want to deauthorize all of them)

    Apple used to allow you to manage this list (way back before "Home Sharing").  However, now you're only allowed to remove all of them at once and add them back one at a time.  I had to do this before when I had a hard drive die in an authorized machine (and obviouly couldn't deauthorize it).  It can be time comsuming and somewhat problematic if all the machines aren't readily available.  Given the options, it's really the only way to get rid of the unwanted ones.
    Remember this is only for Computers (Macs/PCs), not i-Devices.
    Hope this helps.
    -Ric

  • Where can I find the list subscripted variables valid?

    I have to do those but I don't know which one is valid and invalid...could someone
    tell me where can i look for?
    Thanks,
    Flower
    Part I) List the errors in the following statements, and make corrections to it.
    int intArray[ ] = new double[10];
    double doubleArray = new double[-10];
    the correction are: int Array[] = new Array[10]
    double Array = new Array[10]
    Could someone check for me? Am I doing right?
    Part II) Assume the following declarations:
    int a[] = {1, 4, 6, 8, 9, 3, 7, 10, 2, 9};
    char b[] = {�H�, �E�, �L�, �L�, �O�};
    int x = 7, y = 2;
    double z = 0.0;
    Then, indicate the value of the following subscripted variables. Indicate the ones that are not valid.
    a) a[0]-----------valid
    b) b[x]-----------valid
    c) a[x+y]-------valid
    d) b[x%y]-------valid
    e) a[b[2]]--------not valid
    f) b[y-a[5]]-----not valid
    g) a[Math.sqrt(2)]---valid
    h) b[b[a[0]]-48]------valid
    Also could someone check for me to....Am I doing right?
    Thanks,
    Flower

    I have to do those but I don't know which one is valid
    and invalid...could someone
    tell me where can i look for?
    Thanks,
    Flower
    Part I) List the errors in the following statements,
    and make corrections to it.
    int intArray[ ] = new double[10];
    double doubleArray = new double[-10];
    the correction are: int Array[] = new Array[10]
    double Array = new
    double Array = new Array[10]
    Could someone check for me? Am I doing right?
    No, I'm affraid not. The error in the first (int intArray[ ] = new double[10];) is that you declare intArray as an array of ints, but initialise it as an array of doubles. The correction would be
    int intArray[] = new int[10];
    The second one is almost correct, except its being initialised with a negative size. The size needs to be positive, so the corrected version would be
    double doubleArray = new double[10];
    As far as I can see, thats all thats wrong with them. Unfortunately, your guesses were way off.
    >
    Part II) Assume the following declarations:
    int a[] = {1, 4, 6, 8, 9, 3, 7, 10, 2, 9};
    char b[] = {�H�, �E�, �L�, �L�, �O�};
    int x = 7, y = 2;
    double z = 0.0;
    Then, indicate the value of the following subscripted
    variables. Indicate the ones that are not valid.
    a) a[0]-----------valid
    b) b[x]-----------valid
    c) a[x+y]-------valid
    d) b[x%y]-------valid
    e) a[b[2]]--------not valid
    f) b[y-a[5]]-----not valid
    g) a[Math.sqrt(2)]---valid
    h) b[b[a[0]]-48]------valid
    Also could someone check for me to....Am I doing
    right?
    Thanks,
    FlowerNope, again, wrong I'm affraid, heres the right version.
    a) a[0]-----------valid, value = 1
    b) b[x]-----------invalid (array index out of bounds)
    c) a[x+y]-------invalid (array index out of bounds)
    d) b[x%y]-------valid, value = 'E'
    e) a[b[2]]--------not sure (I haven't got enough time to look, sorry)
    f) b[y-a[5]]-----not valid
    g) a[Math.sqrt(2)]---invalid (non integer array index)
    h) b[b[a[0]]-48]------not sure (I haven't got enough time to look, sorry)
    Hope that helps, feel free to ask anything else about it if you don't understand
    Alan

  • Where can I find the list of the universities that provides education price? Anyone who knows URL or sth?

    URL plz!

    II'm not aware of any comprehensive list. However you can get the education price at any Apple store or online by showing proof that you are an enrolled student.

  • (Cli 8 ink) Where can I find the list of EVERY single printer that uses Cli 8 ink cartridges?

    I purchased a set of Cli 8 cartridges when I owned a MP510 printer, but the printer died.I am now looking to purchase an all-in-one printer that uses the Cli 8 cartridges so the won't go to waste. Or should I just purchase an newer printer model ? I looked on Amazon for printers but none of the printers listed appear to be compatible with the ink.

    Hello. Here is a list of printers that used the CLI-8 series ink tanks.  Please note, since these printers have been out of production for many years they may no longer be available at most retailers. PIXMA MP600
    PIXMA iP6600D
    PIXMA MP970
    PIXMA Pro9000
    PIXMA MP500
    PIXMA MP830
    PIXMA MP960
    PIXMA MP800R
    PIXMA MP810
    PIXMA MX850
    PIXMA Pro9000 Mark II
    PIXMA iP4500
    PIXMA iP4300
    PIXMA iP5200
    PIXMA iP6700D
    PIXMA MP800
    PIXMA iP5200R
    PIXMA MP610
    PIXMA iP4200
    PIXMA MP530 This didn't answer your question or issue? Find more help at Contact Us.  

  • Where can I find the no-no list?

    As I am learning more and more about app development, it seems a lot of time can be wasted if you don't follow the rules Apple has set forth. I find post here and there about what not to do, such as using private API's, and tried searching in the Dev Center for something. As I learn I want to learn the, your app has more chance of not being rejected way, where can I find the "no-no" list Apple has?

    The obvious document would be the App Store Review Guidelines for iOS and OSX.
    iOS: https://developer.apple.com/app-store/review/guidelines/
    Mac (OSX): https://developer.apple.com/app-store/review/guidelines/mac/
    Note that iOS apps can only be distributed via the App Store while OSX apps can be distributed directly by the developer.
    Creating a non-App Store app in OSX has several advantages and disadvantages:
    The App Store handles a number of practical issues for you: like setting up a download page and processing payments. It also (supposedly) gives you access to a larger customer base and is the "default" location for getting apps that Apple pushes new users to. The App Store is also more convenient when re-downloading apps, safer and more convenient as users don't have to keep track of activation codes for purchased apps. 
    You don't need to sandbox your app, this is helpful for certain apps that need to access data from other apps or needed to call other apps e.g. via AppleScript.
    You can use private APIs, although this is generally not recommended as these classes are not documented and may change/disappear between OS releases. But poking around in private APIs and other internals may sometimes be the only way to access certain information or to get certain features.
    Not being a App Store app will also mean that you can't use certain APIs - I think that iCloud is one of these.

  • Where do I find the list that loads the programs at start-up so that I can disable some.

    Where do I find the list that controls the program loading at start-up. Also how do I know which ones I can disable. I am trying to speed up the start-up process.

    See http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx Autotruns

  • Where can I find the song list for  the glenn miller gold collection

    Looking for help!!
         Where can I find the song list for the CD of The Glenn Miller Gold Collection DIGITAL DEJAVU?
                   [email protected]

    Thank you for trying but this is the wrong disk. I'm looking for the list on the disk made in Italy by Phonocomp SpA . It has a number on it of 5-105-2 and CEDAR  DIGITAL REMASTERING  1992DEJAVU.
           I have tried to attach a picture  of the disk but it will not paste to this reply.
                               Herbert Hamlin        [email protected]

  • Where can I find a list of the keyboard shortcuts for editing a Wiki page, on Windows and Mac?

    I tried searching in Help, but I haven't been able to find anything.  I'd like to get a list of the keyboard shortcuts that work while editing a wiki page in the Mac Server Wiki running on Lion. 
    When accessing Lion Server Wiki from a Mac, some of the usual suspects work: cmd+B for bold, cmd+} to indent, etc.  When accessing the Lion Server Wiki from Windows, though, I can't find an equivalent keyboard shortcut for the indent / unindent.  Where can I find a list of all of them?
    Thanks!

    http://support.apple.com/kb/HT1558
    http://support.apple.com/kb/TA38663
    http://support.apple.com/kb/HT4982
    They are also listed in the built-in User Guide accessible directly on the iPhone in Safari.
    Find the "iPhone User Guide" bookmark, then go to iPhone at a Glance > Status icons

  • Where can I find a list of data elements available in the Cisco AW?

    Good afternoon - I am just wondering where can I find a list of data elements available in the Cisco AW?
    I am also wondering if anyone has a real-time solution related to agent stats?  What I am looking for here is agent 1's running total of today's metric in a  real-time report updated everyone 20 seconds or so.
    I appreciate any feed back and hopefully I have posted this in the correct community - if not please direct me to where I should have posted my question.
    Thank you,
    Michael

    doubtful that apps store their serialnumbers in keychain.. Like "kappy" said : you must keep track of such important stuff on your own. Those unlock/activation numbers for software are like the key to your car. In the case of a app like comiclife it might be only terrible if you loose it and must re-purchase the app, but imagine that would happen to owners of the full adobe cs suite, which is several thousand Dollars ..

  • Where can I find a list of the meaning of the symbols that can appear in the headline at the top of the screen on the ipad and iphone?

    where can I find a list of the meaning of the symbols that can appear in the headline at the top of the screen on the ipad and iphone?

    http://support.apple.com/kb/HT1558
    http://support.apple.com/kb/TA38663
    http://support.apple.com/kb/HT4982
    They are also listed in the built-in User Guide accessible directly on the iPhone in Safari.
    Find the "iPhone User Guide" bookmark, then go to iPhone at a Glance > Status icons

  • Where can I find a list of the products bought on my itunes store?

    Someone is purchasing things on my itunes store with my credit card. I'm trying to find a list of the things they are purchasing. Where can i find this list?

    You can report fraudulent purchases using the email form here >  Apple - Support - iTunes Store - Contact Us
    And if you have not already done so, change your Apple ID password >  How to change your Apple ID password
    Apple ID: Tips for protecting the security of your account

  • Where can I find a list of the 1600 /- instruments included in the new Logic Pro X?

    Greetings,
    Where can I find a list of the 1600+/- instruments included in the new Logic Pro X?
    Thanks all!

    AFAIK, there is no master list. If you have the Silicon Prairie "Tools" utilities, you can compile your own lists. See: Silicon Prairie - FrameMaker Products
    The best approach is to simply use the Copy Special to pick up the paragraph and character styles that you want to add to your new template and build the template piecemeal, i.e. create one FM file for your tables, another for your page layouts/sizes, another for your tags, cross-refs, etc. Then combine those as required to build the final template. This Lego-like approach is much more flexible and allows you to modify base-components and quickly make a new brand new template.

  • Where can I find a list of my bookmarks off of the web browser

    I would like to make a copy of my bookmarks from firefox before I change computers. where can I find a list of my bookmarks I can copy to a flash drive?

    to create a backup:
    Open firefox and press ctrl+shift+b
    you will get a window.
    on the top right corner you can find menu "import and backup"
    select "backup" from dropdown menu and choose the location.
    to restore the bookmarks:
    Open firefox and press ctrl+shift+b
    you will get a window.
    on the top right corner you can find menu "import and backup"
    select restore->choose file->select the file and press 'ok'.

  • Where can I find a list of fonts that are native to Keynote, especially on the iPad? Thanks

    Where can I find a list of fonts that are native to Keynote on the iPad?
    Thanks

    This page has a lot of info:   iOSfonts.com
    I haven't tried it, but this app claims to let you install any true type font.

Maybe you are looking for

  • How can I redownload safari on my mac?

    I accidentally deleted safari off my macbook and had to start using Chrome, how do I get safari back on my computer?

  • Site doesn't recognize serial numbers

    I am trying to buy the creative cloud $30/mo membership since I already own both the CS design standard 5.5 and 6 which are registered to my account. When I go to join, the site says I have no registered products. When I put in the serial number, it

  • I tunes does not show i pad ?

    I TUNES DOES NOT RECOGNIZE IPAD -TRIED ALL SUPPORT  HELP

  • ISE Network Interfaces

    Hello, we have placed the ISE in a DMZ. The NIC 0 is used for Administration of the ISE. The Switches send their RADIUS requests to the ISE via an out-of-band-management network which is connected to the DMZ though a Firewall. What if I want to use C

  • How to add xml cooments

    I have one xml file i created a swing application to modify that xml file. Know i want to add comments to that xml by using swing application. I don't want to change xml directly. And one more thing is iam representing the tags in xml as a jtree i wa