Give me the answer with reason

If this code results in an error, the remedy is: 
SELECT fld1 fld2 FROM tab1 WHERE fld3 = pfld3. 
WRITE: /1 tab1-fld1, tab1-fld2. 
ENDSELECT. 
A: Add a SY-SUBRC check. 
B: Change the WHERE clause to use fld1 or fld2. 
C: Remove the /1 from the WRITE statement. 
D: Add INTO (tab1-fld1, tab1-fld2).

Hi Prakash,
You internal table would have to have a different name e.g. itab or something and then you move the multiple records using INTO TABLE itab.
Otherwise, if you are getting a single record, then you can use the same database table name as a work area by first declaring the table with
TABLES: tab1.
Then move the field into TAB1-<field>
Cheers

Similar Messages

  • Can anybody give me the table with tcode and its development class

    can anybody give me the table with tcode and its development class

    Hi phani,
    1) First retrieve program name from tstc table I.e field pgmna.
      2) Using pgmna retrieve from tadir table by using the following criteria from tadir table
       pgmid    = 'R3TR'
      AND object   = 'PROG'
      AND obj_name = tstc-pgmna.
    We will get development class or package in tadir i.e
    tadir-devclass 
    Thanks,
    Naveen Kumar.

  • HT1937 is cdmasim work in iphone 5 model-no-A1429 please give me the answer  ?

    is cdmasim work in iphone 5 model- no-A1429 please give me the answer ?  i am in india

    No. A CDMA iPhone can only be used on the CDMA carrier it was originally sold for. IF the GSM side is unlocked, as in the case of the Verizon iPhone 5, it can be used on any compatible GSM carrier. It can not be used on a different CDMA carrier.

  • How i can give to the answers,

    Hi team,<o:p></o:p>
    How I can give to answers for posted of sql server questions.<o:p></o:p>
    Can please give the procedure step by step for answering the posted questions.<o:p></o:p>

    That is ok,<o:p></o:p>
    I am asking the people posting the questions, those questions where it is showing and how to give the answer.<o:p></o:p>
    I don't have very good English to understand the question. Let me try...
    if you go to http://social.msdn.microsoft.com/Forums/sqlserver/ you would see all questions posted. You can filter them by your choice using sub-forum you want.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • PLS GIVE ME THE ANSWERS

    1 ) foreign key where we have to used in report program ?
    2) What r the disadvantages of alv report?
    3) Is it possible to have a loop inside a sapscript?
    4) how do u format the data b4 the write statement
    5) how do u send the table with data to the production s/m r    any other client
    6)diff between alv(function module ) and alv(oo abap).
    8)who will take care abt the data while passing to appplication server
    9)what r the steps in moving the data or database between servers
    10)in creating varient how to give possible values for the field to run in background
    11)) Can I know any way we can identify duplicate entries for vendor's
    invoice? Is it we able to find this info through sap existing screen?
    or need to generate using abap query?
    Below is the information need to generate for the duplicate invoice:
    - Vendor code
    - Invoice No
    - Invoice amount & currency
    - Invoice Date (from 1st Jan '07 - 31st Dec '07)
    - SAP Doc. no.
    13). in what way you convert classical report into alv report...
    14). in bdc, i develop in va01, with 5 line items, but in onsite server, it shows 8 line items. how u will change or correct to make both the systems to be with 5 line items.
    15). in scripts, you are making many changes to a po and how you will make it to take effect...
    16) can any one please tell me the method to create a purcahse requisition without giving  PLANT number

    3) We can use loop inside a script.
    4)We can format according write syntax in whatever manner.Check F1 help for write.
    5)If table has entries and if you transport the table request with entries then it will be automatically available in destination system.
    6)In regular ALV we use function modules for achieving the final report like for ex:- for field catalogue REUSE_ALV_FIELDCATALOGUE
    for Events - REUSE_EVENT etc
    You can check all these in SLIS.
    In object oriented ALV we directly do the interaction with classes. So this will be more performance than regular ALV.We can tune our report more comfortably with the methods available in that.
    Reward points if helpful
    Regards,
    RamaKrishna C

  • Please give me the answers

    What is check table? What is the difference between check table and value table?
    If we have more than 100 records in one internal table how or which is the method to transfer or copy to another internal table.
    “For all entries” Uses?
    “At new” method when it triggers?
    What is the difference between ‘STOP’ and ‘EXIT’?
    Where do you use data elements in a table?
    What does a reference field mean?
    Debugging, how many are there? What is meant by Stopwatch?
    How do you specify ranges values globally in ABAP dictionary?
    What is the way to call a flat file in presentation server?
    How do you call a flat file in application server?
    If the flat file is present at offshore then how do you call into your application server?
    Enhancements transaction code is what? Did you do any enhancements?
    How many “User exits ” are there in enhancements?
    What is the meaning of transaction code SM31?
    How do you allocate 2 lines for footer in a report?
    Where do you declare set PF-Status at which event?
    Where do you think call transaction in BDC is difficult?
    At pf-status for what it is used?
    At user-command at which places it is needed?
    What is driver program in Sap script?
    How many windows are there in sap script and what are they?
    Write a select statement that retrieves only one record using single statement.
    What are the rules used for ‘Single’ statement.
    What are user exit? And Transaction code?
    What is a subscreen in a dialog programming.
    What is Select Single and Select upto n rows? and difference.

    Hi,
    Please refer the link..
    http://help.sap.com
    The Questions are Frequently asked in the Forum, please search find the answers .
    Regards
    Vijay

  • Provide me the answers with good explanantion

    Hi Peers,
    1. Where is data stored in HFM?
    2. Can i display line item details in any report?
    3. How do you Achieve closing process in HFM?
    4. Child Entities have data,but there is no data in parent entity?What could be the reason?
    5. i don't want an account to get translated, What account type should be used?

    Hi Bangalore,
    1. Where is data stored in HFM?
    Ans: RDBMS
    2. Can i display line item details in any report?
    Ans: NO
    3. How do you Achieve closing process in HFM?
    Ans: Process management
    4. Child Entities have data,but there is no data in parent entity?What could be the reason?
    Ans: Consolidation is not run for the parent entity
    5. i don't want an account to get translated, What account type should be used?
    Ans: Select Account type as Group Lable
    Note: For detailed information please go through the admin guide
    regards
    Dev

  • How do I put a "close file" icon in the toolbar? I've searched for an hour to find the answer with no luck?

    How do I put a "close file" icon in the toolbar? There's an "open file" icon by default, but I cannot -- in spite of searching for an hour--find a way to put a "close file" icon in there?

    Toolbar where? What program? What system?
    Mylenium

  • Please give me the answer

    Hi, I was wondering if I could use the whats app in ipod touch, or if it's only for iphone touch

    Hello mar isabella,
    Are you referring to the WhatsApp Messenger app?  If so, it's listed as an iPhone only application on it's page in the App store.  Sorry.
    http://itunes.apple.com/us/app/whatsapp-messenger/id310633997?mt=8
    B-rock

  • HT201303 this does not give me the answer that i was looking for..

    how do you reset your securit passwoards?

    - If you are in a country that allows free redownload then delete and redowload.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - Otherwise contact iTunes and request a redownload

  • How to close a topic and reply who give us the right answer ?

    Hi
    How can i close a solved topic ?
    Just marking the Answer with the checkboxes (with calification 10)   (But does expert who give the answer receives a message ?)
    or  doing a reply to expert's answer that give the solution ?
    Thanks

    if answers really helped give appropriate points & close
    else u can find one checkbox left side to ur post under ur namelike solved on my own..use that to close
    Message was edited by: Venkat

  • Hi ,This is Pratap,please give me the suitable answer

    In ALV report,after filling the selection screen,if we save the selection screen,it will ask the varient name,after giving the varient name and description,we save it,where it is actually stored.
    Please give me the answer.
    In advance Thank's for your responce.
    Pratap.

    Check the tables
    TVARVC Table of Variant Variables (Client-Specific)
    TVARV   Table of variables in selection criteria
    VARIDESC Selection Variants: Description
    Edited by: Mahalakshmi Padmanaban on Feb 29, 2008 5:27 AM

  • The Problems With Logic (as I see them) - PART TWO!

    Hello again,
    It seems to be a tradition now that as I compose on a track, I keep a text editor open so that I can jot down all the annoyances and problems that I encounter during my creative process... Anyone who missed the previous edition of this topic, please visit PART ONE, here:
    http://discussions.apple.com/message.jspa?messageID=3605456#3605456
    That said, here I give you "The Problems With Logic Part II":
    1. Logic should clear the playback buffer everytime you play. Quite often you start playing and there is trailing reverb/note events from various audio instruments and plug-ins.
    2. The sample edtor "save selection as" has no memory of where you previously were in the file browser.
    3. If you double click on a wave form, the sample editor opens up with the wave form you double clicked on... Great.. But now, if you go and double click on another wave form somewhere, it just takes you back to the sample editor with the same previous wave form selected (not great). This is incredibly annoying if you are attempting to save out certain edits-- Quite often you will end up saving 5 or 6 of the same exact waveform, thinking you were saving each individual one. GRR!
    4. Key commands.. if you try to assign a key command to something that is already used by another feature, you are presented with a window warning you that it already exists.. If you click cancel, then you can no longer enter any keys in the key field.. You are forced to close the key commands preferences window and start over.
    5. Key command window: You should be able to search by command.. For example, if I want to find out what "o" is assigned to, I should be able to search by O-- Further, you should be able to sort the key commands by clicking the column titles "key", "command" -- or "midi"... After all, we can sort by name, date, size, etc in the finder by clicking on these column titles.
    6. Tempo Tap feature-- I am quite confused by this. There should be a simple way to tap and define a tempo. When ever i try to do this, the tempo is only temporarily changed until I stop playing, and most of the time I get error alerts about trying to sync audio and midi (mind you, when there are absolutely no parts in the entire arrange window). The manual states that with "tempo recording" checked on the tempo interpreter window, that the taps will record tempo changes, but this does not work. I tried doing this, tapping the key command I defined to tempo tap (ctrl-shift-t), and I was tapping at various speeds-- many taps fast.. and Logic recorded tempos of 99-101bpm.. I was tapping atleast around 175-180bpm. I then tried tapping slowing, and Logic recorded tempos of 99-101 again... so this feature obviously is full of bugs.
    7. When loading songs, as soon as various plugins such as Kontakt, exs24 begin loading samples, it brings logic to the front. If you're working in the background in other applications while waiting for your songs to load, you are rudely interrupted from what you're doing (such as, selecting from a menu, typing a document, etc) only to be forced to watch a status bar fill up.. and then all key presses at that point become error beeps.
    8. Logic's sample memory easily becomes messed up and crazy. Quite often when using AU instruments such as BFD, Culture, and even Synthogy's Ivory. I will switch to that particular track to play on my keyboard, and each sample will be full of horrible pops and clicks-- the kind that destroy speakers. Other times, in a sample of a string for instance, all of a sudden after one second will be a pop and then the sample will be playing at a completely different pitch... I have to remove the AU instrument and reload it at this point.. This happens quite often. Logic should offer a 'buffer reset' so that you can just flash plugins but they reload whatever preset they were set to.
    9. Volume faders resolution are lame! There is no reason why you shouldnt be able to access +1.0, +1.1, +1.2, +1.3, +1.4, +1.5, +1.6, +1.7, +1.8, +1.9... Further the display is only so wide and you can't even read the decimal values for numbers -10 and lower. They just appear as 10.
    10. When a movie is open, and you are viewing the video output via FIREWIRE, there is a mini-floating window which contains the smpte, position, and movie start information-- However you cannot modify any of these values. You have to switch video output back to "WINDOW" to change the start position of the movie. This is obviously a bug.
    11. Changing the movie's start time is very user unfriendly. There should be a simple way to specify to start at a moment of time relative to SMPTE-- So you can just say "+9:15" for example, and it would take you in 9 minutes and 15 seconds, rather than how it is now where you have to think backwards from SMPTE code and subtract.
    12. You cannot view video as a window AND output to firewire. There is no reason why you shouldn't be able to do this. For example, if I wanted to output my video to a monitor in a vocal booth-- I can do this.. but I can't see what the vocalist is seeing on my own screen! This is just nonsense. You should be able to output to the screen (desktop mode or floating window) as well as an external firewire device.
    13. Saving a song with a movie open should mean that when you load that song, the movie should be up and exactly as it was prior to saving. As it is now you have to select "open movie again".
    14. There is still definitely a bug in track automation-- this was really bad back in version 4, but there is still something not quite right here where starting playback will not always guarantee that the automation data is being read.. And in my experiences it results in volumes being incorrect until you stop and play again, and in some cases it will not work at all unless you plot some automation points. This is an intermittent issue-- but quite often activated by placing an audio region from the audio window on a track (SEE VIDEO).
    WATCH VIDEO OF THIS BUG:
    http://collinatorstudios.com/www/logicbugs/logicautomationbug.mov
    15. In the arrange window, sometimes when zoomed in tightly, all parts on a track are selected, and you think that only the part that you are looking at is selected.. you move this part, and now all of your parts are off. Logic should have some kind of visual aid to let you know when ever you are moving multiple selections... Something like, the parts you are moving will highlight a dfferent color or something... This is a similar problem I have with the loop area of the screen.. You can accidentally turn it on when in the matrix window, and have no idea unless you look down at the transport, but with me for example, my transport is at the very bottom of the screen and I am not looking there most of the time.
    16. Automation data, when two points are semi-close to each other, suddenly the value of the data is no longer shown.. I can understand that when you are zoomed out, and there is simply no space for this to visually appear, that's appropriate. But as it is now, it doesn't display this information when there is plenty of space for it to be visible.
    17. Logic should let you set audio track inputs to the various outputs (1-2, 3-4, etc) and buses.
    18. clicking on a track selects ALL parts. This is so so so annoying. How many times have I been editing voice over, and selecting a track, thinking I am shrinking the length of a part, and to find that ALL parts have been shrunk.. SO ANNOYING!!!! This needs to not happen, and there should be a simple way to right-click a track and it will have an option "select all regions"... also, when you click on a track and all parts are selected, if you horizontally zoom, logic zooms into the beginning of the track, rather than the song locator. I don't know what the LOGIC behind this is, but it's not very helpful, it actually is very frustrating.. Zooming should always move towards the song locator position.
    19. EXS 24 should have a "reverse/backwards" button so that samples played are backwards.
    20. Logic should offer a way to globally increase or decrease a specific automation type (especially volume) globally for all tracks... So if you have detailed crescendos that start at -3.8 and end at +1.6, you can add 3db to this and it will now be at 0.8 and end at 4.6.
    21. If you have multiple tracks of the same track (such as three Audio track #1's)-- say you are recording guitar parts, and just copying the track and muting the previous track as a method of maintaining multiple takes for later auditioning. If you draw automation volume data on this track (it appears on all 3 tracks), and then if you delete the audio from one of the muted tracks and tell logic to KEEP it, suddenly all automation data is gone. GRR!!!
    22. Several times I have opened Kontakt, and attempted to load an instrument while outputting a movie via firewire video to my monitor. As soon as I try to load the instrument, the firewire video output on my monitor goes crazy, and then comes back on.. Logic then crashes. This has happened 3 times randomly...
    23. UNDO does not work on every function. for example, if you change an output to bus 1 instead of 1-2, you cannot undo this. Undo should undo whatever the last command was, no matter what it was. This is what the word LOGICal is supposed to represent.
    24. Floating windows (as in plugin windows) should close with apple-w!!!
    25. *BUG* If you are in a part that is say 10 measures long, zoom in horizontally 100% in the matrix window-- You then isolate one specific quarter note pitch in the middle of this measure, and have cycle turned on, looping over this one quarter note, if you are not looking at this note event/loop region when you hit play, the display will jump to the beginning of the part and never show you this note event as it loops. However if you have the note event on screen when you hit play, then it will behave properly. This makes it extremely difficult and frustrating to perform detailed hyper-draw work. (SEE VIDEO)
    WATCH VIDEO OF THIS BUG:
    http://collinatorstudios.com/www/logicbugs/logicloopbug.mov
    26. *BUG* Host Automation is not accurate. I assigned Kontakt's tune knob to C#000, and If I place a dip, the knob begins to move way before the automation data is even present.... So basically what I was trying to do, can't even be accomplished because Logic screws everything up by pitching the instrument too early... Such a shame.. By the way, I previously mentioned the importance of being able to display part data in the arrange window as matrix data (horizontal lines) rather than score data. Someone argued what good this would do-- Well this is a perfect example, if I am attempting to affect a particular section of a note with automation, I can't possible visually see where this is because the length is not described by the current score representation. Having a horizontal representation would solve this problem... (SEE VIDEO)
    WATCH VIDEO OF THIS BUG:
    http://collinatorstudios.com/www/logicbugs/logicctrlchngbug.mov
    27. There should be a way to convert stereo samples to mono in the sample editor.
    28. When you view "as text" in the environmentt, you cannot drag an object to the arrange window-- Such as to create a bus track.. Now mind you I don't know why you can't just select "BUS" when editing a track in the arrange window in the first place, however there is no reason why 'view as text' should behave differently than when it's viewed as icons.
    29. When you drag a bus from the environment to the arrange window, it replaces whatever track was there. It should ADD a track instead of replace-- atleast there should be a preference for how this behaves.
    30. Occasionally when dragging a bus from the environment, there is some visual garbage in the track automation (see screenshot).
    31. There should be a way to LOAD and SAVE selections in the arrange window. Quite often when editing audio from a countless number of parts/regions, it becomes painful when you have to select and move 100s of audio files. There should be a way that you can just select a ton of regions and save that selection, and reload it at anytime. There are a few 'select' tools/options under the edit window, however they are song specific-- not track specific. So they are completely usesless for what I need.
    32. Logic should offer a feature to collect sysex data from midi devices so that patch names show up and can be selected via program change.
    33. When no track or part is selected, and you vertically zoom in, Logic should zoom into the center most track.. It behaves very oddly and zooms in more towards the top. This becomes extremely annoying when dealing with a sequence involving 100 tracks, and a part is selected but you scroll far below where the part is.. When you begin to zoom in, it takes you towards the selected part, yet it's not displayed on the screen and you have no reference for what you are even looking at. The rule should be this: If the part is on the screen, zooming vertically will bring you to it. If it's off the screen, you will zoom into the center track of whatever is currently on the screen.
    34. I mentioned this in a thread earlier... http://discussions.apple.com/thread.jspa?threadID=752485&tstart=0
    There is a bug when using the transform tool involving the 'position' variable. In my example, I was attempting to reverse the time placement of three chords, that occured in a part somewhere in the middle of my song. By selecting the measure start and end of this part, Logic was unable to select or operate with the transform tool (and I tried a variety of transform options). If I moved this part to the beginning of the song, then the transform tool would suddenly work. After some research, I found online someone had said "Position Time position of the event, referenced to the start of the MIDI Region (not of the song)."--- But if I still doubt this is true, because I then placed the part on a new track with no other data, and placed it in the middle of the sequence and in the transform tool under position I selected '1 1 1 1' to '5 5 5 5' as well i tried setting the position to 'all', and none of this worked. This obviously is a bug... If it's not then it's a very serious design flaw. The position should relate to measure numbers of a song, and nothing else.
    WATCH VIDEO OF THIS BUG:
    http://collinatorstudios.com/video/transform.mov
    That is all for now...
    For those who firmly agree with me and all of the points that I have brought up now and in the past, I encourage you to contact Peggie Louie, (the Logic HR department contact) at (408) 996-1010 and suggest that she hire me as a consultant to help eliminate Logic's many annoyances. I have tried to pursue this heavily in the past, but sadly I was completely ignored by her on all levels. Maybe you all can help make a difference?
    Fighting the good fight,
    Patrick J. Collins
    http://collinatorstudios.com

    11. Changing the movie's start time is very user
    unfriendly. There should be a simple way to specify
    to start at a moment of time relative to SMPTE-- So
    you can just say "+9:15" for example, and it would
    take you in 9 minutes and 15 seconds, rather than how
    it is now where you have to think backwards from
    SMPTE code and subtract.
    For this one I'd suggest getting SMPTE calculator. Entering timecode numbers and having to add and subtract is not so difficult, and AFAIC part of a composer's gig. But what I would add, instead, is that it would be fantastic if Logic provided a timecode calculator (edit: even if it was in the form of a custom Logic widget).
    13. Saving a song with a movie open should mean that
    when you load that song, the movie should be up and
    exactly as it was prior to saving. As it is now you
    have to select "open movie again".
    This doesn't always happen. I've struggled with this for a long time, and I don't know why sometimes the movie will load and not other times. I would also add here that Logic should show the file pathname to the movie. Somewhere...
    18. clicking on a track selects ALL parts. This is
    so so so annoying.
    You can prevent this from happening if you have cycle turned on and set to a set of locators that "contain" the parts you might want to select en masse. I always work with cycle=on so this is not a problem.
    21. If you have multiple tracks of the same track
    (such as three Audio track #1's)-- say you are
    recording guitar parts, and just copying the track
    and muting the previous track as a method of
    maintaining multiple takes for later auditioning. If
    you draw automation volume data on this track (it
    appears on all 3 tracks), and then if you delete the
    audio from one of the muted tracks and tell logic to
    KEEP it, suddenly all automation data is gone.
    GRR!!!
    Never had that happen. In my experience, telling Logic to keep the data always works.
    23. UNDO does not work on every function. for
    example, if you change an output to bus 1 instead of
    1-2, you cannot undo this. Undo should undo whatever
    the last command was, no matter what it was. This is
    what the word LOGICal is supposed to represent.
    Undo in Logic is highly problematic for other reasons. Here, I think there should be a specific Environment Undo, just like there's a separate undo for audio edits.
    29. When you drag a bus from the environment to the
    arrange window, it replaces whatever track was there.
    It should ADD a track instead of replace-- atleast
    there should be a preference for how this behaves.
    Right. This is a matter of personal preference. But still there are other ways to get an object assigned to a track. The "thru tool", for instance. No dragging required.
    32. Logic should offer a feature to collect sysex
    data from midi devices so that patch names show up
    and can be selected via program change.
    My guess: considering how much sheer time it takes to write this kind of software, let alone debug it with every conceivable device, it's not likely this is going to happen.
    That is all for now...
    For those who firmly agree with me and all of the
    points that I have brought up now and in the past, I
    encourage you to contact Peggie Louie, (the Logic HR
    department contact) at (408) 996-1010 and suggest
    that she hire me as a consultant to help eliminate
    Logic's many annoyances. I have tried to pursue this
    heavily in the past, but sadly I was completely
    ignored by her on all levels. Maybe you all can help
    make a difference?
    Wait in line buddy!
    (LOL)
    I must say, I'm very impressed with your list and attention to detail. And I feel your pain, trust me. But many of the things you've listed are feature requests and not bugs. And some of the behaviors you've described I have yet to run across. So this is typical with Logic, that it can be operated in so many diverse ways that no two people run it in the same way, nor would two people conceive the program's capabilities in the same way. But I digress...
    I also think there's a certain amount of Logic convention that I don't think you've adopted yet, hence your wish for behaviors that don't yet exist.
    I don't disagree with most of your feature requests, and I'm (quite unfortunately) able to say that I'm familiar with most of these bugs and about 9 dozen more. But again, it's important to distinguish between bug, feature request, time to RTFM, and errant behavior that's experienced by a very limited number of users.
    There's no doubt that this program has its problems. In particular, your #1 re the playback buffer. And I'm glad you've brought many of the bugs into the light for people to read. Good work.

  • Activate a user status when confirm with Reason for Variance

    Dear SAPper,
    I have a requirement to set a user status block order for good movement and confirmation
    when user confirm the order with reason for variance Z999 (machine broke down)
    In the order header, I have attach status profile ZBLOCK contain 2 user status
    a. UNR = Unrest ---> initial user status
    b. LCK = lock for good movement and confirmation
    In the reason for variance Z999 (machine broke) i have attach to status profile ZBLOCK user status LCK
    But when i tried confirm worh reason for variance Z999, why the order not updated to LCK for its status?
    Did i miss something?
    Kindly help?
    Best regards,
    Freddy Ha
    Edited by: Freddy Halim on Dec 4, 2008 8:49 AM

    solved.
    it is only works for operation
    and not order header

  • Give me a list of reasons

    Alright, here is my headache: Why does Flash run into an
    actionscript error that causes Flash to run slowly? I am sure there
    are LOTS of reasons, but give me the more common reason(s). Also to
    point out, it gives me this error about half the time. In another
    words, it runs and works perfectly sometimes, and other times it
    gives me this error. What's up?!
    Help me on this, thanks.

    More precisiley when there are more level of "Recursions"
    then this error occurs.
    Now try to find which value is not set. When a value is
    undefined then this is +infinity. Hence loop is infinite.
    So in all your loop make a variable that will break the loop
    after a number of times execution. In all your loops you must know
    the max limit. So make this variable a bit larger than this value.

Maybe you are looking for

  • Hello All - I have an HP Pavilion zv600, and would like to upgrade some things in it.

    Hello All - Hope you all had a very Merry Christmas & have a very Happy New Year as well !!!! I have an HP Pavilion zv600 - with an AMD Athlon 64 3200+ 1.99GHz CPU, and a ATI Mobility Radeon Xpress 200 series card in it - can I upgrade these to somet

  • I have rented a movie and the download time in 16hrs??

    I have rented a movie and the download time in 16hrs? I am trying to download Miss Congeniality 2, and the download time is 16hours? My internet isnt slow i download files all the time.. Please help!

  • Location IPTC field LR- PS survives file info edit...?

    Hello all. I like to put exact location information and notes into a file (within LR2) using the "location" field. When I export these images I do not want this field to be included inthe jpeg's meta data. I generally run a watermarking droplet/actio

  • External HDD ideas... a must read for those thinking of one!

    Sorry if there is a topic out there that discusses this but I couldn't find it and got tired of running searches... I also posted this in the software section of Tiger by mistake... Ok... my bro recently had his Maxtor One Touch II 200G drive crap ou

  • Default Color Settings on Macbook Pro Retina

    Hi All, I am using a 15" MBP Retina. I plugged it to a projecter and I think it kind of changed my display settings and I don't know what they were. What is the default color setting that comes with this ? Is it Color LCD (In System Preferences -> Di