Quantcast
Channel: ABAP in Eclipse
Viewing all articles
Browse latest Browse all 206

ABAP Development in Eclipse - Part 2

$
0
0

If you need to connect to any system, you have to create a Project.

 

Project can be created based on the type of implementation Eclipse will be used.

 

In our case, since we are connecting to SAP system , I am going to create an ABAP project.

 

29.png

 

 

30.png

Specify the connection details of the system.

You can either select the details from SAP Logon pad or you can define them manually. You can enable or disable the SNC connection.

31.png

Login to the system with your User ID and Password.

 

32.png

 

33.png

Give a name to project. Since I am connecting to a CRM system, I have given the project name as CRM_<SID>_110

34.png

Since we are creating an ABAP project this will open a ABAP perspective. Perspective gives you an option to work in different areas of Eclipse.

35.png

Say "Yes"

 

36.png

Now you are ready with your project and connected to the CRM system.

 

Take a look into the displayed screen and you will notice all the software packages list on left hand side including the $TEMP package.

 

Click on the $TMP package which will launch SAP screen. In this screen you can enter any transaction you wish to execute.

 

I am using SE38 here since Eclipse will be mainly used for development activities.

37.png

If you just right click on your project , this will open a list of options available for you in Eclipse for your development. Interesting thing if you note, the options are similar to what we have in SE38.

 

38.png

Now, lets create a TEST program and see how it looks in Eclipse and SE38 Editor.

 

 

39.png

I am creating a new request for this TEST program.

 

40.png

Once you click on Finish, this is how you will see it in SE38 Editor.

42.png

 

 

Let's add few more lines in Eclipse and see how it looks again. Note the options marked in blue squares which are for Debugging, Executing etc for the program.

43.png

 

 

44.png

 

There are several other features available in Eclipse which you can explore by going to respective sections.

 

Help options :

45.png

Different Perspectives :

 

46.png

 

 

47.png

 

 

Navigation options :

 

 

48.png

Options for Running and Debugging the programs.

 

49.png

 

 

Options to set your Preferences.

50.png

That's it. Now you can start thinking about Eclipse and be ready to start your developments on Eclipse soon.


Viewing all articles
Browse latest Browse all 206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>