Archives

Title Comments Posted on Views

Case Study: JavaScript in ABAP Usage

Sometimes, we need to evaluate complex expression. I had faced the similar issue. I was able to use JavaScript (JS)...

3 Dec 08, 2011 5812

ABAP Objects Concepts – Friends

In any Object Oriented programming language, the access to private or protected components – both methods and attributes – would...

2 Dec 05, 2011 30776

Why NOT to use Field-Symbols to access Global Memory?

Sometimes, we don’t have access to all the variables which we are looking for. Especially this happens when we are...

3 Nov 29, 2011 18008

Introducing Forums..!

We are thrilled to introduce forums section on the site. Forums are accessible at: ABAP Forums. You can also find...

1 Nov 21, 2011 628

ABAP Objects Design Patterns – Abstract Factory

Abstract Pattern provides an interface for creating families of related or dependent objects without specifying their concrete classes. Inherited subclasses...

2 Nov 17, 2011 19461

Case Study: Observer Design Pattern Usage

Recently, at one of my client’s place, I have to design a screen with lot of ALVs. When I started...

3 Nov 02, 2011 16914

ABAP Objects Design Patterns – Observer

The intent behind the Observer Design Pattern is to define a dependecy between objects so that when main object changes...

Comments Off on ABAP Objects Design Patterns – Observer Oct 31, 2011 17935

ABAP Objects Design Patterns – Factory Method

Factory Method design pattern could be most used design pattern in the modern world application. Factory method design pattern hides...

3 Oct 24, 2011 74367

ABAP Objects Design Patterns – Decorator

Decorator pattern gives us flexibility to extend the behavior of certain objects at...

2 Oct 17, 2011 31257

Copying/Renaming a file in Application Server

A number of times we want to copy or rename files in Application Server as per our requirements. However making...

2 Oct 14, 2011 22742

JavaScript in ABAP

With introduction to CL_JAVA_SCRIPT, we can now use the Javascript (JS) within...

7 Oct 14, 2011 10130

An SAP View of EDI

What is EDI? EDI or Electronic Data Interchange is no more than what it literally means: an electronic data interchange...

5 Oct 06, 2011 4741

SALV Table 16 – Static Filters

While writing the last post, , I remembered that I wrote an interesting piece of code to solve the unique...

1 Oct 04, 2011 6758

SALV Table 15 – Show Count of Displayed Rows

Today, I came across an interesting question regarding SALV OM Model. The query was regarding to show the count of...

6 Sep 26, 2011 31109

Class Editor – Refactoring Assistant – II

Continuing exploring the Refactoring assistant, we’ll see how we can use the class association in the refactoring...

Comments Off on Class Editor – Refactoring Assistant – II Sep 21, 2011 5003

Class Editor – Refactoring Assistant – I

While designing the application, there would be lot of instances that we need to move methods, attributes, events or types...

Comments Off on Class Editor – Refactoring Assistant – I Sep 20, 2011 9012

Class Editor – Convert Local Classes to Global Classes

Sometimes, we start designing the class in the program itself. Later in the game, we learn that it would be...

1 Sep 16, 2011 13227

Application Log II – New FMs

We’ll see how we can generate the Application Log using the New Set of Function Modules BAL* which are available...

2 Sep 08, 2011 14120

Moved to Own domain..!

Hello All, Over the past couple of months, I was thinking to move SAP ABAP Help blog to its own...

6 Sep 07, 2011 330

Chrome Extension for SAP ABAP Blog

I am proud to present first version of Chrome Extension for SAP ABAP Help Blog. This extension is also the...

2 Jul 15, 2011 1308