Just starting - what do I need?

I want to setup a development/learning environment for SAP netweaver on a VMWare virtual machine.
My goal is to learn how to interface systems into SAP using Java or Dot.Net as well as to learn basic survival skills in ABAP development.
My question is what do I need to buy and or download to get an effective environment up and running quickly.
I am about to order 
o 50080920   DVD NW 2004s ABAP Trial Version (English) 
o 50064143   CD Mini Web AS 6.20 ABAP Engine (3)   
Do I need both?
Other questions include:
What Java IDE can I use (Eclipse / Netbeans)?
Is the book ABAP Objects recommended?
Where do I find/download SP's for the MiniWAS environment? (and installation instructions)
Can I load IDES on this system?
Where can I find a mini MySAP system?

Hi Carlos,
i think you can directly download simply SAP NetWeaver 2004s from
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">sap NetWeaver Trial and Preview Versions</a>, MiniSap
Installations instruction are contained.
The IDE you should use is eclipse based and it is called Netweaver Developer studio, you can download it from service.sap.com (require OSS user) under SAP Software Distribution Center.
For ABAP survival skill you could skip ABAP Object. I found this link for ABAP, maybe usefull: http://www.is-edu.hcmuns.edu.vn/WebLib/Books/Database/0-672-31217-4/index.htm
I do not think SP are delivered for the MiniWAS environment.
I think that you will need a license from SAP for IDES, so I think you have to pay.
Have a look at this: <a href="http://www.idesaccess.com/">http://www.idesaccess.com/</a>
Hope it helps.
Kind Regards,
Sergio
PS: do not forget to mark helpfull answers

Similar Messages

  • I cannot attach pdf files in Outlook. Just started yesterday. I need a fix as I use this alot.

    I cannot attach pdf files in Outlook. Just started yesterday. I need a fix as I use this alot.

    You can experiment with how Firefox would run after a reset or reinstall by creating a new profile.
    A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    Any time you want to switch profiles, exit Firefox and return to this dialog.
    You'll click the Create Profile button. I recommend using the default location suggested (in other words, don't click the button to choose a different folder). Then start Firefox in the new profile you created.
    After Firefox settles down, try Outlook. Any luck?
    If it works, log out of Outlook, exit Firefox, restart it and check again. If it doesn't work the second time, one possible explanation is a a system-installed add-on getting picked up or activated.
    When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong.

  • Just started Livecycle yesterday. Need help with Javascripting

    I'm new to scripting in general, but have figured out enough to be dangerous in Acrobat. Unfortunately, Acrobat no longer fulfills the need I have for dynamic forms and I have started trying to figure out Livecycle. Is the scripting in Livecycle THAT different from Acrobat that I need to relearn the scripting I figured out in Acrobat? Below is an example. It is in a table where I am trying to determine height of instrument (HI) from the elevation (Ele) and the difference between back (BS) and fore sights (FS). Any help is greatly appreciated. Thanks!
    This is the script I used in Acrobat and it worked:
    if(this.getField("BSRow2").value) {
      var add = this.getField("BSRow2").value + this.getField("EleRow1").value
      this.getField("HIRow2").value = add;
    } else {
      var height = this.getField("HIRow1").value
      this.getField("HIRow2").value = height;
    This is the script I used in Livecycle and it doesn't
    if(this.getField(BS).value) {
      var add = this.getField(BS).value + this.getField(Row1.Ele).value
      this.getField(this).value = add;
    } else {
      var height = this.getField(Row1.HI).value
      this.getField(this).value = height;

    Hi i just started programming in java.
    im running j2se 1.5.0 on windows xp
    im on the subject of classes and objects.
    here is my simple little code im trying to get to
    compile
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();
    }now here are the error messages i get:
    --------------------Configuration:
    <Default>--------------------
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5:
    cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    s\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find
    symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    get this error message alot....well actually just
    about everytime..
    I got it working just once using texteditor but have
    no clue how i did it that time...now nomatter what i
    try i get this error
    I have my enviornmental variable set at
    path = C:\Program Files\Java\jdk1.5.0_07\bin;
    i am using JCreator Le
    i downloaded exact codes from websites and they still
    compile with this error..
    if anybody with patience could tell me what i need to
    do
    would i have to configure java some more with
    variables?
    is my installation wrong?
    do i have to save the work on a different file?
    thanks in advance
    Well here is all that goes
    As you said you were pretty new
    I suspect the following error done by most of the novice programmers in JAVA
    Where is the Greeter class ??
    ok may be you must have defined it somewhere else
    Mostly the Java Compiler hasnt found out your Greeting class
    Try locating that " Greeter.java"
    or mention it in an other file located in the same folder as "Newprog.java"
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();

  • Just started with NetBeans IDE, need to capture all keyboard input!

    Hello,
    I discovered that I can only capture keyboard events when my GUI application has focus. Ok, but I need a functionality that can capture all keyboard input, even if my application runs in the background or in the system tray.
    How can I achieve that?
    Regards,
    Mirza

    I know...sorry, didn't mean to imply otherwise.Don't worry about it; I wasn't offended. (I didn't think that that was what you were tying to do.) I was trying to (subtly) take this a different direction. (Was going to write something Solaris specific or perhaps something in ASM that would effectively do what the O/P wanted. Seeing as how Key Loggers only serve one practical purpose - as far as I know - I just wanted to give him code that he could do nothing with.)

  • About to purchase my 1st imac 27in i5, what do I need to do a mirror image?

    I am very close to choosing an imac over another pc but was just wondering what I would need (and where to get it), how difficult and how much it would cost around to do a mirror image of my screen onto a 32inch samsung that has a vga port, 2HDMI ports, and a DVI? I would like to do this so I can stream my netflix onto the Samsung and watch other videos as well. Also if I do this, will this produce SOUND from my TV, I'm really hoping it does?
    (any encouragement on choosing the imac would be great too since I'm still on the fence about my new computer decision) Thanks!

    First of all, The i5 processor is screaming fast and you need only a mini display to HDMI adapter. I just set up an i7 MacBook Pro to stream netflix and you get true 1080p output with sound from all newer machines. You just navigate to the System Preferences Icon in the dock ( looks like clock works or gears),select it and go to Displays. Check the box marked "Show displays in menu bar" so you can always switch on the fly. Also click detect displays. (You only have to do this once, after that it will remember and act appropriately.) Next, Look at the top left corner of the System preference pane and click "select all" to show the main sys. pref. window again. Now click sound and select output ( you will see an option to send audio through the HDMI connection. That's it... Oh, BTW the mirroring option appears automatically in the drop down menu from the new monitor Icon that is now on the top of your screen once a second monitor is attached and on. Don't forget to adjust the monitor itself as many new LCD HD TV's have all of the settings set to nil on the 2nd and 3rd HDMI inputs until you adjust them. I just did a brand new Sony Bravia 42" and a Philips and surprisingly found this condition on both HD TV's until I set up the brightness,contrast,etc. Also of note, I've been told by a very good Apple tech that just dragging the netflix window to the new monitor gives better performance. I can't tell the difference on my setup though... I can tell you it really is a blast to watch movies streaming from my Mac onto the "big" monitor.. Have fun.... ******* Important Update ! ******.... It seems that this particular machine has been having issues with second monitors using Mini display to DVI inputs... (mouse gets jumpy ) I have not had any issues using mini-display to HDMI adapters and inputs, but ask an in store tech before you buy .... Works fine on the MacBookPro's however ....

  • I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have manged to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the pr

    I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have managed to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the projects, what I would like is a piece of text  or icon that when you roll over it and then click a separate window pops up with additional information in, once finished reading the info you can then click to close the box, any advice on how to do this?

    The best way to do what you're asking is with the Composition widget. Start with the Tooltip preset, which, by default shows the info on rollover. You can change the option to show on click, which is what you're after. You can also add the close button or have the info disappear on rollout.
    David

  • I have sent files several times now and when the recipient clicks the link to open. it says page cannot be found.  This just started happening.  what needs to be corrected?

    In Adobe Send, I have sent files several times now and when the recipient clicks the link to open, it says page cannot be found.  This just started happening.  What needs to be corrected?

    I can think of a couple of reasons for this behavior.
    You inadvertently turned off the sharing for the files.
    The link that the user is clicking on is incomplete; perhaps it got broken across lines in an email message. Are you sending Anonymous Links or Personalized Invitations? If the former, are you certain that you copied the entire link?
    Some things to try.
    Have the user send the link back to you so that you can test it. Does it work for you?
    If you look at your Sent Files list, is the name in the Sent To column struck through (e.g., John Smith)? That would indicate that it has been unshared.
    If you could get back to me with answers, perhaps we can get to the bottom of this.

  • Just buy my macbook last week, and the problem is i cannot start my macbook and is making are beep beep sound. And is become warm. But when I connect to a charger is can start like normally.  What I'm need to do so? Thank You.

    just buy my macbook last week, and the problem is i cannot start my macbook and is making are beep beep sound. And is become warm. But when I connect to a charger is can start like normally.  What I'm need to do so? Thank You.

    Since you are covered by warranty, I would take it to your nearest Apple store immediately. There might be a problem with the RAM. And, you have 14 days to return the machine, so if it is not an easy fix, you might want to consider returning it for another machine.

  • My MBP didn't recognise my password, started it in safe mode, I can see my files, but I don't know what to do next, as the image of reset password isn't selectable. I just moved from PC. Need help please...

    My MBP didn't recognise my password, started it in safe mode, I can see my files, but I don't know what to do next, as the image of reset password isn't selectable. I just moved from PC. Need help please...

    Safe mode is not what you want in this case. Reboot to recovery mode - hold down cmd-R as the Mac reboots. Go past the language-selection screen, click the Utilities menu, then Terminal. Type:
    resetpassword
    Followed by the return key, and follow the prompts. Reboot normally when done.
    Matt

  • HT1473 My iTunes just started not burning my playlists to a CD saying it needs to be reinstalled.  What is wrong?

    My iTunes just started not burning my playlists to a CD saying iTunes needs to be reinstalled.  I do not  know how to reinstall with out that pop-up request.  I checked the latest version under help and I have the latest version.  I do not know how it could have created an error that will not allow me to burn my playlists to CDs.

    many thanks.
    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • I'm new to mac. Just started out. Have OS 10.8.3. I have an HP 1315 printer.  It prints and copies, wont scan.  I see old threads on this, nothing recent.  ?can i make this work, or do i need a new printer??

    I'm new to mac. Just started out. Have OS 10.8.3. I have an HP 1315 printer.  It prints and copies, wont scan.  I see old threads on this, nothing recent.  ?can i make this work, or do i need a new printer??

    Hi Newbie111
    I see that you are unable to scan with the Photosmart 1315.
    What driver are you using?
    The driver listed in the url below is a basic print driver that will allow you to print only.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ps242muc&c c=us&dlc=en&lc=en&os=1006&product=61956&sw_lang=
    You can try using the apple drivers in the url below.
    http://support.apple.com/kb/DL907
    If you have any further issues please let me know.

  • Apple tv just started showing I need to connect to itunes.

    I can't as I do not have the cable needed. What can I do?

    I may be wrong Karsten but the OP seems to be saying that the Apple TV is asking for the cable and hence it is that 'special situation' you refer to.
    apple tv just started showing I need to connect to itunes.
    I assumed this is what the OP is seeing.

  • What do I need to start leaning how to make custom Portfolio temlates?

    I am trying to find out what I would need to do to make my own custom PDF Portfolios. I keep hearing that this is possible but sure can't find much in the way of documentation on just how to do it.
    I have read that they can be created using Flash or Flex 3.0. I have not worked with ActionScript before so I thought I would start there and learn Flash and ActionScript. I have found some books that can teach me this.
    I have been trying to find documentation that will show how do create a PDF Portfolio but have been unsuccessful so far.

    Go to the Acrobat Developer Center and under the section 'Acrobat 9 SDK available for download' posted on Aug 18th, there is a link to a form you can fill out to get more information.
    http://www.adobe.com/devnet/acrobat/

  • Very n00b error....just started programming and need help?!?!

    Hi i just started programming in java.
    im running j2se 1.5.0 on windows xp
    im on the subject of classes and objects.
    here is my simple little code im trying to get to compile
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();
    }now here are the error messages i get:
    --------------------Configuration: <Default>--------------------
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new Greeter();
    ^
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new Greeter();
    ^
    2 errors
    Process completed.
    ok i get this error message alot....well actually just about everytime..
    I got it working just once using texteditor but have no clue how i did it that time...now nomatter what i try i get this error
    I have my enviornmental variable set at
    path = C:\Program Files\Java\jdk1.5.0_07\bin;
    i am using JCreator Le
    i downloaded exact codes from websites and they still compile with this error..
    if anybody with patience could tell me what i need to do
    would i have to configure java some more with variables?
    is my installation wrong?
    do i have to save the work on a different file?
    thanks in advance

    Hi i just started programming in java.
    im running j2se 1.5.0 on windows xp
    im on the subject of classes and objects.
    here is my simple little code im trying to get to
    compile
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();
    }now here are the error messages i get:
    --------------------Configuration:
    <Default>--------------------
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5:
    cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    s\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find
    symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    get this error message alot....well actually just
    about everytime..
    I got it working just once using texteditor but have
    no clue how i did it that time...now nomatter what i
    try i get this error
    I have my enviornmental variable set at
    path = C:\Program Files\Java\jdk1.5.0_07\bin;
    i am using JCreator Le
    i downloaded exact codes from websites and they still
    compile with this error..
    if anybody with patience could tell me what i need to
    do
    would i have to configure java some more with
    variables?
    is my installation wrong?
    do i have to save the work on a different file?
    thanks in advance
    Well here is all that goes
    As you said you were pretty new
    I suspect the following error done by most of the novice programmers in JAVA
    Where is the Greeter class ??
    ok may be you must have defined it somewhere else
    Mostly the Java Compiler hasnt found out your Greeting class
    Try locating that " Greeter.java"
    or mention it in an other file located in the same folder as "Newprog.java"
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();

  • When trying to start itunes a screen pops up saying  error new itunes libarary and I can do nothing but click okay and nothing starts just wondering what I can do. Thanks

    When trying to start itunes a screen pops up saying error new itunes libarary and only allows mw to click okay. Just wondering what I need to do? Thanks!

    You need to copy some files and your iTunes folder to the new computer. Do you have a backup of your old computer (or still have the old computer?) Was the old computer a Mac or PC?
    MacWorld - Move an iTunes library from a Windows PC to a Mac
    Back up your iTunes library by copying to an external hard drive
    iTunes- How to move your music to a new computer

Maybe you are looking for

  • Profit center not populated in SO

    Hi CRM experts, We have a typical issue when a SO is replicated from CRM (SAP CRM 7) into ECC 6.0, its not populating the proit center into the field in account assignment tab at item level.  When the SO is created within ECC using VA01 with exactly

  • Define a different administrator user for map_admin_role

    Hi, I have deployed Mapviewer 11.1.1 into Weblogic 10.3.2. I need to create a new user which would have the permissions to run some MV admin requests, without providing the master weblogic admin user. All the documentation I have read so far, indicat

  • Working with raw files on an "n" wireless network

    i shoot 3k RAW images, and would like to put all my images on a large harddrive accessed via an apple "n" wireless network. am i crazy to think that i can work on RAW files wirelessly in aperture?

  • Export Issues with Compressed Partition Tables?

    We recently partitioned and compressed some large tables. It appears, but I'm not sure yet, that this is causing the export to run extremely slow. The database is at 10.2.0.2 and we are using the exp utility, not datapump. Does anyone know of any kno

  • Lost the TIMELINE form the screen, can not find it back !

    Hello, I was adjusting the presentation of FCP. Adjusting the canvas and switching it with the viewer on my second screen and the timeline that I always have under the viewer and the canvas just disappeared ! When I go to "Window" in the menu it indi