In this chapter, we cover many diverse and useful object-oriented topics. The lessons have been designed to build on each other, with each one progressing and layering the information and skills.
I start with a discussion of the NEW operator (introduced in NetWeaver 7.40) used to create objects. I will then discuss using an ALV object model to create reports. We discuss the various ALV classes and methods along with a practical coding demo. Next, you will see how chaining methods enables you to write compact code. An example of ALV-related code written in conjunction with chaining ...