Hi this is Krishna Prasad,completed ABAP training,and i need some suggestin

Hi,
I completed my course on ABAP, and in search of job on ABAP,
can anyone tell me the books required to prepare and the main objects to be known.
if u people have any material please forward to my maild id,[email protected]
Thanks,
Krishna Prasad.

No way related to this thread......Automatic infotech hiring freshers......but they take some hefty amount frm u...(job guarantee 0%).. 1st batch of freshers is still goin on.....

Similar Messages

  • Complete Java n00b...need some help

    I'm very new to Java and I need some help writing a basic program.
    I need to write a program that lets the user add up an infinite amount of floating point numbers. The program should compute the sum of all the numbers entered thus far. So for example if the user enters 2 and 3, it should give a number of 5. If the user then enters 4, I should give me 9 etc.
    I'm not really sure how to get started on writing that. I can add up two numbers but I don't know how to tell the program to keep adding additional numbers to that sum. Can someone please help me out? thanks

    It's ok... it can be hard to understand even the simplest concepts with only text and no help.
    There needs to be an int variable outside (before) the loop initialized to 0.
    float num = 0;Next, you need to have an infinite loop that requests floats to add onto the number.
    Scanner input = new Scanner(System.in);
    while (true) {
        float toAdd = input.nextFloat();
        num += toAdd;
        System.out.println("Current sum " + num);
    }Putting all this together and putting it into a main method will work, but we have a bit of an issue. The program won't stop! For that reason, we need to specify a number which can exit the program. I like to use 0 for this purpose.
    Scanner input = new Scanner(System.in);
    while (true) {
        float toAdd = input.nextFloat();
        if (toAdd == 0) {    //test if toAdd is 0 so the program can break;
            break;
        num += toAdd;
        System.out.println("Current sum " + num);
    }So, this code will work:
    import java.util.Scanner;
    class AddNumbers {
        public static void main(String[] args) {
            float num = 0;
            Scanner input = new Scanner(System.in);
            while (true) {
                float toAdd = input.nextFloat();
                if (toAdd == 0) {    //test if toAdd is 0 so the program can break;
                    break;
                num += toAdd;
                System.out.println("Current sum: " + num);
    }Edited by: Arricherekk on May 18, 2008 3:19 PM

  • When I open I Tunes on my lap top I get a message saying that this version of I tunes is corrupted and I need to re install. If I re install will I lose my music library already created in I tunes?

    When I open I Tunes on my lap top I get a message saying that this version of I tunes is corrupted and I need to re install. If I re install will I lose my music library already created in I tunes?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Just got a new printer and i,m new to all this and i need some help please

    Hello everyone since i,m new here and i,m trying to fined out how to fined how to get the printer claim code for my new printer as this is my first time useing 1 please could someone help me fined it as its doing my head in.
    My printer is a HP Deskjet 1510 All-in-one series . Thank you

    Hi,
    Is this the one ?
        http://h10025.www1.hp.com/ewfrf/wc/document?cc=au&​lc=en&docname=c03775352#N132
    No, it doesn't have claim code. Only printers with ePrint enable/ready have claim codes.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • When i go to gmail it says "Not Found. The requested URL/accounts/service login was not found on this server" but it used to work and I need help getting it to work again.

    I used to go to gmail all the time. Now it says "Not Found" whenever I go to gmail. Is there a reason for this and is there a way I can access gmail again?
    == URL of affected sites ==
    http://gmail.com

    You've been really helpful and I did what you said, but I'm still having a problem. I click on "tools", then click on "Add-ons", and when the box opens I click on "extensions". This is the problem" In the "Add-on" box under "extensions", it says "'''Microsoft.NET Framework Assistant''' 1.0. Adds ClickOnce support and the ability to report installed .NET versions to the web server. '''Not compatible with Firefox 3.6.3.'''" And underneath there are 3 boxes to click on: "options", "enable", and "uninstall". But it won't let me click on any of them. Also, the first thing before the text I just copied, is a red explanation point. This is the only thing that comes up under "Extensions". Any ideas? I'd appreciate any input. Thanks

  • All of you who use the 80gb ipod classic and have problems with it freezing and syncing with itunes...well I have joined the club. This is a serious issue with apple and they need to correct it. I have tried everything to no avial.

    This is beyond frustrating. I just wasted 70 dollars between a new battery and gas for my ipod 80gb classic. It was having major issues syncing and freezing with itunes. I tried everything possible and noticed that a lot of people have been having the same issues with their ipod classics as well. I must have restored it several times and now it just totally bit the dust. Now I have to shell out 130 dollars to send it in to apple to be rebuilt/fixed. This is nonsense and I just cant believe apple isn't doing anything to address this issue. My ipod was doing great for about nearly 5 years and now  this. I even down-graded to itunes 10.7, but by the time I had it set up to try, that's when my ipod totally failed and will not even come on. Grrrrrrrrrrrrrrr

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

  • I'm no good at setting this thing up, and I need some help.

    I have the WAP54G. Basically, I have my Mac (the iMac), a Toshiba laptop with Windows, and an older model PC with Windows. Comcast refused to help when they came over to install our internet, but I have a coax cable running into our modem, and an ethernet cable running from the modem into the Mac.
    What we're wanting to do is just run the ethernet cable into the wireless router, and that should just give us all internet access. Right? I mean, it seems to want to work for the Mac minus one problem: it says Linksys requires a password.
    My moron roommate tossed whatever instructions came with the router, and I didn't really have much luck with the  whole live chat or Mac FAQs. So I'm coming here. Remember, I've never hooked up wireless routers before and what I've already said is about all I know about them: that they apparently need passwords. I've got no idea what it's wanting or how I find it.
    Can somebody please help me? This is very frustrating since I have to keep unhooking my internet and re-hooking up the router just to test stuff.
    Thanks. 

    Go to Linksys Download page and download the userguide for your router.
    Greetings from Northern Ontario, Canada

  • HT1212 how can i get past this problem i work ina pawn shop and i need to restore this phone for sell

    hey everybody im having a problem with an iphone 3gs its stuck on a disabled screen how can i get past this iwork in a pawn shop and im trying to restore this phone for sale how do i fix this

    READ the article from which the statement was posted and follow the instructions provided.

  • TS1702 Help!! I downloaded some apps like games and when I want to buy coins to play and I try and put my pass word in it tells me this app belongs to another apple ID and I need to re buy the app but when I try it won't let me. What do I need to do???

    I downloaded some app from my iPod touch and the app downloaded no problem. But when I open the app to play a game and I have to buy something from the app like coins or up grade the app. And it won't let me it says app was open on a different apple I'd and that I needed to Purchase the app again and when I try and I find the same app the only thing it does is open it. I can't do anything. Then my iMessage I can't even hardly send messages because it always say failed Delivery when in fact I was able to send iMessage a couple of weeks ago to the same people that I can't now. And nothing has changed on there side. Please help me it's driving me crazy spending all that money on the iPod and I can't enjoy it 

    Please provide your operating system details along with the version of PS you are trying to download.
    If possible, paste a screenshot of the error that you get on Creative Cloud desktop app. FAQ: How do I capture and post a screen shot or video?
    ~ Arpit

  • I have a Vin, iMac 20 inch early 2008 . Can anyone tell me the now equivalent of this model? We had a housefire and I need to replace it new for old. I have a serial no. but cant find out which one would be the same model to replace it now.

    I am trying to find out how to find the specs because the machine is my daughters and it is no longer useable but if I know where I can find its details from the serial no I can get it replaced new for old on the house insurance. Where can I find these details?

    I lost equipment due to lightening strike several years ago, which also had old equipment and was not available. I gave insurance images and provided original receipts (my purchases were made on Apple.com), and Apple provided electronic copies of the receipts. You may want to contact Apple and check, if they can provide a copy. Insurance may depreciate the original value. I was offered residual value which i used to buy newer replacements, and provided the receipts for replacements back to insurance.

  • I'm new to  this and I need some assistance with centering.

    I believe that it is a simple soultion but one that eludes me. From what I've read it involves tweaking the CSS rules for the container, I've tried that but no luck. I'm trying to add an external mp3 player to my page and center it with a certain distance from the items located at the top of the page. Here is my code for the page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sinful Lilly Official Site</title>
    <style>
    #container {
        width: 968px;
        background: #000;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        left: auto;
    body {
        background-color: #000;
    #apDiv1 {
        position: absolute;
        left: 251px;
        top: 202px;
        width: 693px;
        height: 480px;
        z-index: 1;
    </style>
    </head>
    <body>
    <div align="center" id="apDiv1"><div class="widget_iframe" style="display:inline-block;width:690px;height:320px;margin:0;padding:0;border:0;"><ifram e class="widget_iframe" src="http://www.reverbnation.com/widget_code/html_widget/artist_2569899?widget_id=50&amp;posted _by=artist_2569899&pwc[design]=default&pwc[background_color]=%23333333&pwc[included_songs] =1&pwc[photo]=0%2C1&pwc[size]=fit" width="100%" height="100%" frameborder="0" scrolling="no"></iframe><div class="footer_branding" style="margin-top:-5px;font-size:10px;font-family:Arial;"><center><a href="http://www.reverbnation.com/band-promotion/fanreach?utm_campaign=a_features_fanreach&utm_m edium=widget&utm_source=HTML5_Player&utm_content=widgetfooter_Get Band email for free at ReverbNation.com" target="_blank" style="text-decoration:none;color:#444;">Get Band email for free at ReverbNation.com</a></center></div></div></div>
    <p align="center"> </p>
    <p align="center"><img src="images/Sinful-Lilly-Page-Music.gif" width="1152" height="749" usemap="#Map" border="0" />
      <map name="Map" id="Map">
        <area shape="rect" coords="364,20,516,101" href="Music.html" alt="Music" />
        <area shape="rect" coords="641,23,755,90" href="index.html" alt="Home" />
      </map>
    </p>
    </body>
    </html>

    First and foremost, get rid of the APDiv.
    AP in APDiv stands for Absolute Position. It uses a pixel distance from the top left of the page and draws the element in that location no matter what happens with the rest of the page. You can't center an absolute positioned element.
    You also have some other errors in your html that are going to cause problems.
    Run your page through the validator at http://validator.w3.org to get a listing and fix those problems.
    If you get everything cleaned up, remove the APDivs and are still having issue centering your info, post back with your updated html and we can take a closer look.

  • Mismatch in linenumbers of ABAP editor and debugger

    Hi all,
    although the ABAP program is shown as active in our editor, we sometimes have a mismatch in line numbers between ABAP editor and debugger.
    E.g.: FORM ITEM_PRINT in report RVADOR01 starts at linenumber 1403 in our ABAP editor. Debugger shows line number 1410 as startline.
    When I try to set a breakpoint in editor at line 1403, the breakpoint is displayed in line 1410 of the editor.
    I cannot navigate forward to FORM ITEM_PRINT and when I select FORM ITEM_PRINT in the objects tree in SE80, cursor jumps to line 118 of source code.
    We use new editor and debugger and have installed SAP ECC 6.0 EHP3.
    Any      suggestions?
    Regards,
    Hubert
    Edited by: Hubert Heitzer on Jul 30, 2009 7:36 AM
    Edited by: Hubert Heitzer on Jul 30, 2009 7:41 AM

    Hi Lakshman,
    thx a lot  for your help, nearly all my Problems are solved.
    Generating a new navigation index cleared problems with forward navigation and objects tree in SE80.
    I applied OSS Note 1279209.
    SAP Note 986915 is for SAP_BASIS 640, we are at 700, so I didnt apply it.
    Mismatch in line numbers between ABAP editor and debugger in some source codes still remains.
    I take report RVADOR01 again as example - like in my startpost:
    In my editor FORM ITEM_PRINT starts in line 1403 of RVADOR01
    When I set a breakpoint in this form, eg.
    CALL FUNCTION 'WRITE_FORM'           "First header
    and my debugger stops at this BP, I see that FORM ITEM_PRINT starts at line 1389 (now!!! unlike before at my startpost, which was 1410).
    Regards,
    Hubert

  • [svn:fx-4.x] 14731: change the line ending to LF so this script will run properly on Mac and Unix .

    Revision: 14731
    Revision: 14731
    Author:   [email protected]
    Date:     2010-03-12 11:06:04 -0800 (Fri, 12 Mar 2010)
    Log Message:
    change the line ending to LF so this script will run properly on Mac and Unix.  Some testsuites were breaking because this script was not executing properly on mac
    QE notes: fix for testsuites
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: no
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/branches/4.x/bin/fontswf

    On reflection, it seems much easier/safer to do something like this instead...
    When running in Arch, but viewing a partition with another installation's data on it, do directory listings like this:
    ls -l | FILTER
    where FILTER is a script that pulls out the Arch-announced users and groups, converts them to numeric if necessary (according to Arch's understanding), and then stuffs back in what the other installation thinks are the symbols corresponding to those numbers. This was easy enough to do, and doesn't risk breaking anything.
    Marking as SOLVED, but I'd still welcome feedback about the different ways different distributions understand the groups I cited. It's very hard to track this info down.

  • Further ABAP Training Sought

    Hi
    I recently completed this course and am currently looking to further my knowledge via online training. I'm looking for an experienced abap trainer who can provide CV and references. My budget is £1000.

    Hi Klaus
    I believe, still it will be the best way to take SAP standard course BC400 "ABAP Workbench Foundations" for <b>basic</b> understanding of ABAP. You can also prefer to have some <a href="https://websmp106.sap-ag.de/~sapidp/011000358700003273662004">training on "Business Integration Technology"</a>.
    You can check out the SAP Education site and/or education section of your country site of SAP.
    *--Serdar

  • This morning the computer completely froze. In the previous weeks the mouse had been not working strongly. I followed advice seen in this community and pressed Command Tab together. It worked. Does anyone know what the actual problem was? Thank you.

    Complete freezing of computer and solution  IMAC 21 5/3  500 GB 9400 N

    Hi, John. Welcome to the Discussions.
    1. You wrote: "I get the same pinwheel/apple screen that is "loading" (according to the pinwheel) forever"The "pinwheel" is known as a "spinning gear progress indicator."
    This, combined with the other issues you've reported, sounds like problems with the hard drive. I suggest you begin troubleshooting using the Procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified.
    2. You wrote: "...the shortcut bar (the tray at the bottom for programs, i don't know what mac users call it)"It's called the Dock. See "Mac OS X: About the Dock."
    3. You wrote: "...this is my first mac..."My "Learning About Mac OS X" FAQ has a number of resources that you will find helpful including books, online training, and more.
    4. You wrote: "...Macs: rarely break, when they do, support needed, but support from apple expires 12 days ago, not easily fixed..."You should have bought the AppleCare Protection Plan (ACPP) before your warranty expired. The ACPP provides a two-year extension on the warranty and three years of telephone support.
    PS: Word to the Wise: watch the language. I appreciate your frustration, but don't let it into your posts. These forums are "family friendly" and a good way to get banned from them is to rant, use profanity (including profane abbreviations), etc. What passes for "acceptable behavior" on most PC/Windows forums is not tolerated here.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for