What is the conditional operator for AND, OR .....?

what is the conditional operator for AND, OR .....? in ABAP language...
AND, OR .. & is not accepting or recognising.
Is these feature available in abap ??? if yes, how to use?
thanks...
shiva

Hi,
Conditional operator for AND and OR are same AND and OR.
A logical expression consists of comparisons (see expressions 1 to 4 below) and/or selection criteria checks (expression 5) using the operators AND, OR and NOT , as well as the parentheses " (" and ")".
The individual operators, parentheses, values and fields must be separated by blanks:
Incorrect:
f1 = f2 AND (f3 = f4).
Correct:
f1 = f2 AND ( f3 = f4 ).
NOT takes priority over AND, while AND in turn takes priority over OR:
     NOT f1 = f2 OR f3 = f4 AND f5 = f6
thus corresponds to
     ( NOT ( f1 = f2 ) ) OR ( f3 = f4 AND f5 = f6 )
The selection criteria comparisons or checks are processed from left to right. If evaluation of a comparison or check proves part of an expression to be true or false, the remaining comparisons or checks in the expression are not performed.
All data objects that can be converted among each other can be used as operands for logical expressions.
Check if u are using the AND or OR operator this way.
IF f1 AND f2.
ENDIF.
In this case it will throw error. Here it act as relational operator.
Regards,
Prakash

Similar Messages

  • Check what is the last operation for a table

    Hi expert,
    I need to check what is the last operation for a table ? ( such as insert/delete/truncte.......), will show me the function or sql to get that?
    Many Thanks,

    hi,
    please take a look at this link
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1590655700346557237
    regards,

  • What is the condition class for vat and cst condition types.

    HI friends,
    when we go for taxinn (i.e. tax calculation by using condition type not on the formula base), what is the tax class we use for VAT and CST condition types (D or A).
    thanks
    nitchel

    Dera Nitchel,
    For CST / VAT in TAXINN use Condition Class as D (Taxes) & also Condition Category as D (Tax).
    HOpe this helps...
    Reward if useful...
    Thanks,
    Jignesh Mehta
    98700 10230

  • What is the Category field for and how do I edit it?

    In the iTunes music list, there is a category field. However, I do not see it in the get info window. Not surprisingly, although the category field shows in my iTunes music list, none of my songs have anything entered for the category. What is this field for and how do I edit it? Thanks.

    The only items I have that show a category are some iTunes U downloads.
    You can see a list of iTunes U category and subcategory codes and associated names here: http://deimos.apple.com/rsrc/doc/iTunesUAdministrationGuide/iTunesUintheiTunesSt ore/chapter13_section3.html

  • What are the F keys for and what are the insert and delete line shortcuts?

    I have always had a full keyboard and I'm really missing a few shortcuts I previously had that I used mostly in Quickbooks...mainly using the Control insert combination for inserting a line in General Journal and also the Control delete for deleting a line. Is this just an issue with Quickbooks on a Mac? I hate to say it, but during a period of insanity and persuasion by my accountant, I...GASP, went to a PC from a Mac and now I'm finally back in the family. I've forgotten a lot of what I'd learned in the last several years. Do the F keys have these capabilities or is there some other way? Thank you for any assistance.

    Look carefully at the F keys you will see that F1 and F2 will darken and Brighten yur screen F 10 11 and 12 will Mute turn down and turn up your sound.F3 will minimise the screen F4 goes to all your Applications installed.
    You need to fool around and see what they all do to help minimize work
    Cheers
    Don
    http://support.apple.com/kb/HT1343
    http://macmost.com/mfm/mastering-keyboard-shortcuts.html

  • What is the "IN" operator for apex_util.ir_filter()

    I would like my Interactive Report to display on the screen an IN statement with a list of values.
    Is this possible to do with the apex_util.ir_filter() command within APEX version 3.2.0.00.27?
    Thanks Steve
    I know its possible for the end-user via the web-browse to manually select "IN" as a operator but so far I only found this valid command option.
    procedure ir_filter (
    -- Used to control Interactive Report filters
    -- Given an APEX page sets a report filter
    -- Useful if you want to define report filters declaratively
    -- Valid values for p_operator_abbr
    -- EQ = Equals
    -- LT = Less than
    -- LTE = Less then or equal to
    -- GT = Greater Than
    -- GTE = Greater than or equal to
    -- LIKE = SQL Like operator
    -- N = Null
    -- NN = Not Null
    -- Filter values are bound into Report SQL
    -- Example:
    -- apex_util.ir_filter(p_page_id=>1,p_report_column=>'DEPTNO',p_operator_abbr=>'EQ',p_filter_value=>'10');
    --

    StewStryker wrote:
    I'm not trying to use the apex_util.ir_filter function, as Steve is, but I have a question about how the IN operator expects to get its values. So I hope he doesn't mind me glomming onto his question.
    In my application, the user is trying to interactively select a value from the drop-down list that Apex calculates. However, these values can have commas embedded in the values, which causes the filter to not find them.
    Using the debug mode, I could see that Apex is parsing a single selected value into multiple parameters.
    For example, if I create the filter on the DONOR_NAME field that reads like:
    DONOR_NAME in '*Albert Jones, Jr.'
    Debug mode shows this clause in the query:
    where ("DONOR_NAME" in (:APXWS_EXPR_VAL1_1, :APXWS_EXPR_VAL2_1))
    and the following local variable assignment:
    +0.11: IR binding: ":APXWS_EXPR_VAL1_1"="APXWS_EXPR_VAL1_1" value="*Albert Jones"+
    +0.11: IR binding: ":APXWS_EXPR_VAL2_1"="APXWS_EXPR_VAL2_1" value="Jr."+
    Is there any way I can encapsulate the selected values so the parser doesn't do this? My attempts as enclosing in double-quotes or 2 single-quotes did nothing.
    Thanks,
    Stew
    Edited by: StewStryker on May 4, 2010 11:56 AMI'm having this same issue, is there any way around this problem?

  • What's the conditions needed for 6 gig ram on a snow leopard running 8.1?

    Do I need 2 different 4 gig ram's or 1 of the 2 gig, one of the 4 gig? Also I'm used to making sure my Ram is equal but I'm unfamiliar with Mac hardware.
    Offically I hear Apple say it's limit is 4 gig but 'Other world computing' seems to think I can match 2 gig with 4 gig here:
    http://eshop.macsales.com/shop/memory/iMac/Intel_Core_2_Duo_PC2-6400
    So I want to know if people can confirm this since will be looking into upgrading my Imac to the max limits that I can push it to, at moment 2 gig isn't much for 3d rendering so I could do with more Ram.

    http://www.everymac.com/systems/by_capability/actual-maximum-ram-capacity-of-mac s.html
    Noticed this, it also seem's to say 6 gig ram so I'm probably going to assume the 6 gig ram is correct, following this method here:
    http://forums.macrumors.com/showthread.php?t=1289056
    Mean's I'll need to install 2 gig ram on the first slot, 4 gig ram on the 2nd slot but will have to get on this as soon as I get the parts.
    Anyway thought post here in case someone else finds the thread with similar problem.

  • FormCalc - What is the "exponent" operator?

    Hi,
    I want to make a simple calculation in my form that uses an exponent and I can't find anywhere what is the FormCalc operator for an exponent.
    I've tried ^ (e.g. (1+i)^n)
    and
    Math.pow((1+i),n)
    but neither one seems to work.
    Can anyone help please?

    I checked FormCalc specification. Unfortunately, I didn't find a build-in exponent function. FormCalc was designed for simple form data calculation. It doesn't have rich math function available. The operator it provides are "= (unary) - + not * / + - < <= > >= lt le gt ge == <> eq ne & and | or". Arithmetic Built-in Functions only have Abs(), Avg(),Ceil(),Count(),Floor(), Max(),Min(),Mod(0,Round(),Sum(). You see. It is very limited. I would suggest you switching to javascript where you need do advanced math.
    Henry
    Adobe

  • I have Mac os x with 10.4.11 and i want to upgrade, what is the next operating software from a 10.4.11 for a g4

    I have Mac os x with 10.4.11 and i want to upgrade, what is the next operating software from a 10.4.11 for a g4 and can it be done on a g4

    If you have a processor of 867 MHz or faster and a minimum of 512 MB of RAM, you can run OS X Leopard, updated to 10.5.8.
    That's as far as a G4 can go.
    Check eBay for discs:
    http://www.ebay.com/sch/i.html?_nkw=Mac+OS+X+10.5+Leopard+Retail&_sacat=0&_odkw= Mac+OS+X+10.5+Leopard+Full+Retail&_osacat=0
    No Snow Leopard, 10.6x or Lion, 10.7x.
    they won't run in a PPC Mac.

  • What is the condition for using 'for all entries' and  why?

    what is the condition for using 'for all entries' and  why? can any body tell the reason for this ? its a big favour of me .
    regards,
    ravi.

    hi,
    for all entries is used to join two or more tables.
    It is same as join but performance wise for all entries is more effective.
    You can only use FOR ALL ENTRIES IN ...WHERE ...in a SELECT statement.
    SELECT ... FOR ALL ENTRIES IN itab WHERE cond returns the union of the solution sets of all SELECT
    statements that would result if you wrote a separate statement for each line of the internal table replacing the symbol
    itab-f with the corresponding value of component f in the WHERE condition.Duplicates are discarded from the result
    set. If the internal table itab does not contain any entries, the system treats the statement as though there were
    no WHERE cond condition, and selects all records (in the current client).
    for example:
    SELECT * FROM sflight INTO wa_sflight
    FOR ALL ENTRIES IN ftab
    WHERE CARRID = ftab-carrid AND
    CONNID = ftab-connid AND
    fldate = '20010228'.
    this condition, return all entries of the sflight
    hen using FOR ALL ENTRIES the number of matching records is restricted to the number of records in the internal table. If the number of records in the database tables is too large then join would cause overheads in performance. Additionally a JOIN bypasses the table buffering.
    So for all entries is used for filtering out the data from the two tables based on the entries in them.
    Advantages:
    1) For all entries avoids inner join & so the performance increases.
    2) For specified values in 1 itab, if you to fetch values from other table you can use it.
    3) Use of select stmt in loop is gets avoided, as u can use read statement on the the new itab.

  • I have just upgraded my Ipad2 to the latest operating system and on restarting it is some foreign language and is asking for the sim card number when I don't have a sim card. What do I do?

    I have just upgraded my Ipad2 to the latest operating system and on restarting it is some foreign language and is asking for the sim card number when I don't have a sim card. What do I do?

    i have to apologize up front for the cheeky response. but i just couldnt resist. if your ipad is speaking in tongues. i would call a priest and perform an exorcism on it first.

  • What is the best malwear detection and protection for use on a Mac?

    What is the best malwear detection and protection for use on a Mac?

    Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There  is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is foremost a problem of human behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the left side of the address bar when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • What r the trns code for maintenance view, help view and projection view

    hi all
    what r the transaction code for maintenance view, help view and projection view
    can anyone tell me how to create maitenance, help and projection view.
    with an example
    regs
    hari

    <b>What is the Different Types and Usage of Views
    The followings are different types of views:</b>
    - <b>Database View   (SE11)</b>
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set. 
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - <b>Help View    ( SE54)</b>
    Help views are used to output additional information when the online help system is called. 
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. 
    -<b> Projection View  (SE11)</b>
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    <b>- Maintenance View   ( SE54 )</b>
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    reward   points if it is usefull...
    Girish

  • How to find out what are the interfaces used for Job and Job Codes

    HI All,
    I just wanted to know how do we find out what are the interfaces used for Job and Job codes .
    Thanks In Advance
    Sunny

    Hi,
    Here is an idea for your request.
    Basically you can create a simple query on multiprovider 0TCT_MC01.
    Filter: you can use a variable for restriction of time ( calday, or calmonth) since you should be interested for a time period.
    Choose following characters into your objects:
    InfoProvider ( 0TCTIFPROV )  - you can create a variable for choosing infoprovider before query runs.
    *Tp.[Type of BI Application Object] 0TCTBISOTYP  = filter this with 'QUERY' or whatever your need is.
    *BI Application Object 0TCTBISBOBJ,  ( this will give you the name of the queries)
    In key figures choose,  Count for BI Appl. (0TCTWTCOUNT).
    (number for query run)
    Create a condition , for top 20.
    Hope this helps.
    Derya

  • What is the right update for Lion OS X 10.7.5 ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    I bought a Macbook Air 11" in 2011. It is currently running Lion OS X 10.7.5. What is the right update for this ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    10.7.5 is the latest version of Lion. The next operating system that was released by Apple was 10.8.x Mountain Lion. Apple have, in the last two weeks, released a newer version of OS X - 10.9 Mavericks.
    It is a completely new operating system, not an update to Lion.
    Mavericks is available as a free upgrade (as opposed to update) via the Mac App Store in the Apple menu, but before upgrading (if you choose to) ensure that any applications you rely on are compatible with the latest OS. Also, for Mavericks to run well 4gb of RAM is recommended.

Maybe you are looking for

  • How can two independent DirectAccess servers be set up safely in the same domain?

    I've got a single-tier certificate authority running on a 2008 r2 domain controller with an expiring root certificate. I have a new 2012 r2 domain controller with a new single-tier certificate authority. I also have a DirectAccess server running on 2

  • How do I unlock protected music files that I purchased?

    How do I recover files that are in the library but are protected that I purchased?  Some will play on my PC and some wont.

  • Saving date & time in DataBase

    Hi All, I want to save Date & Time in Database. But only Date is saving in Database but time is not saving in Databse. In my entity i am mapping my databse date column as, @Column(name = "LAST_UPDATE_DATE") @Temporal(TemporalType.DATE) private Date l

  • How do I get my iPod songs to stay on a RANDOM SHUFFLE AT ALL TIMES??

    I know I have done it before. But I just had my iPod Nano replaced and cannot figure out how to shuffle my songs. It used to start ar 1 of # every song but now if I pick the third song on the list it's 3 of # and continues down on the list. The only

  • Set the clipboard wont work

    This code works by itself, buy when it is in a script that is a drag and drop, the clipboard never gets any data send to it. Why does it work by itself but NOT when it is in a drag and drop script. set container_folder to "Macintosh HD:Users:Shawn:De