Skip to Content
Technical Articles
Author's profile photo Frederic Girod

Eclipse – Learning Session – Comparison

Hi friends,

 

I have started another blog with general video on Eclipse here.

There is a really interesting FAQ, recommended by Florian Henninger on this previous blog.

 

In this blog I will try to make comparison Eclipse / SAPGui but in vidéo.

At the left SAPGui / At the right Eclipse

 

Program creation, activation & execution

Between SE80 & Eclipse:

  • Program creation
  • Program activation
  • Run the program

 

 

Access package $TMP of a different user

How to access the $TMP objects of another developer.

 

 

ABAP error management

The error management is really different between Eclipse & SE80. In SE80 you are always doing check. In Eclipse, the ABAP check is always running.

 

 

Lock entry on development objects

Here we have a big difference between Eclipse & SE80.

  • SE80/SE38/SE24/…  you are in Display Mode or in Edit Mode. When you are in Edit Mode you lock the object.
  • Eclipse .. you lock the object when you change it, until you unlock it.

 

 

Class creation

There is no “form” to create a class with Eclipse. You will create using a text-mode.

But you could find this text-mode in SE24.

 

 

 

others videos will come soon …

 

Thanks

Fred

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Matthew Billingham
      Matthew Billingham

      The big win for me of Eclipse is that it stores local version.

      Author's profile photo Frederic Girod
      Frederic Girod
      Blog Post Author

      I never have a clear, real observation, just a feeling. But I will try to find an example  🙂

      Author's profile photo Florian Henninger
      Florian Henninger

      Oh yes MAtthew,

       

      saved me a lot of time several times 🙂