Supported by
Supported by Inetum

Eclipse converts database data into VALUEs

images/thumbnail.jpg - Thumbnail

Sometimes you need to take data from the database and replicate it declaratively in ABAP using the VALUE command. For example, to build ABAP Unit tests.

In Eclipse ADT you can open an object in another client

images/thumbnail.jpg - Thumbnail

Historically, it has always been impossible to jump from one SAP system to another without losing context. Now it’s possible.

Eclipse ADT Data browser is much better than SE16N

images/thumbnail.jpg - Thumbnail

The tools that SAP provides for viewing the contents of database tables have always been very sketchy.

eclipse-adt-extract-method

images/thumbnail.jpg - Thumbnail

When you have a very large method, you should subdivide it into several smaller ones.

In Eclipse ADT you can always undo

images/thumbnail.jpg - Thumbnail

They say: Don’t go back to where you were once happy. But the truth is that in many cases, if you could go back, you would.

Eclipse ADT has lots and lots of keyboard shortcuts

images/thumbnail.jpg - Thumbnail

I like keyboard shortcuts. If I could do my job without taking my hands off my keyboard I’d be an even happier programmer.

In Eclipse ADT you can share links to your code

images/thumbnail.jpg - Thumbnail

Until recently, ABAP has never been one for big collaborations.

Rename a lot of things automatically in Eclipse ADT

images/thumbnail.png - Thumbnail

Those who still programme monolithically probably don’t feel the need for this. But anyone who uses multiple classes with multiple methods knows that it’s normal (and even desirable) to change your mind about the name of these things. Ideas aren’t born ready-made in our heads. Ideally, code is mouldable and can be shaped until we find the desired form.

Eclipse ADT puts ABAP Doc to good use

images/thumbnail.jpg - Thumbnail

ABAP Doc is an excellent way of integrating documentation into the code.

The magical F2 in Eclipse ADT

images/thumbnail.jpg - Thumbnail

Eclipse ADT calls it Code element information.

In Eclipse ADT you continue where you left off

images/thumbnail.png - Thumbnail

Did you know that in Eclipse ADT you can work even without a connection to the server?

No constant context changes in Eclipse ADT

images/thumbnail.jpg - Thumbnail

Every time you switch contexts, you lose the thread slightly. It’s human nature. So the less you do, the better.

In Eclipse the compiler is not lazy

images/thumbnail.jpg - Thumbnail

Still using SAPGUI instead of Eclipse ADT? Get ready to be made fun of.

Languages shape thought

images/thumbnail.jpg - Thumbnail

I read somewhere that Eastern mathematicians tend to solve a different kind of mathematical problem than Western mathematicians do.

To all those whole criticize 7.4 syntax

images/thumbnail.jpg - Thumbnail

This post is addressed to the collective character that represents all the people who have told me that they like some things in the new 7.4 functional syntax but think that you shouldn’t overdo it and should avoid using REDUCE and all the other unnecessarily weird things because the code gets more obscure, it’s slower and they don’t see any advantages.

Are you serious?