Archives

Title Comments Posted on Views

</> Check Variable is Object Reference

You can always use IS BOUND to check if the Variable is instantiated or not. But, if you want to...

Comments Off on Check Variable is Object Reference Apr 05, 2013 7609

Exception class to use Messages from T100

Exception class can be defined using to use static Text as well as the messages from the Message repository maintained...

13 Apr 02, 2013 57489

ABAP Object Oriented Approach for Reports – Redesign

In this post, I would show you a more flexible design using ABAP Objects. This design is to decouple logic,...

28 Mar 27, 2013 62734

ABAP Object Oriented Approach for Reports – Initial Design

Many times, I see incorrect usage of ABAP Objects in custom development. In this two post blog series, I would...

18 Mar 25, 2013 37343

ABAP Bigger Button on Screen using HTML control

When anyone asks is it possible to have bigger button in SAP? The first response would be its not possible....

3 Mar 20, 2013 18673

New Poll: Preferred Option for Code Modularization

Code Modularization is important aspect of the coding. ABAP allows us to modular the code using Subroutines, FMs, Methods, Macros,...

4 Mar 19, 2013 914

ABAP Static vs Instance method – Which to use when?

We all debate over when to use Static methods or Instance methods. Most of the times we go for simplest...

14 Mar 18, 2013 114569

ABAP Dynamic Selection Screen using Tabbed Selection Screen

ABAP Dynamic Selection Screen using Tabbed selection screen to avoid activating each and every field. You would find tabbed selection...

4 Mar 13, 2013 21555

ABAP New Debugger Keys in Table Tool from 7.0 EhP2

ABAP New Debugger has also got few new features as part of release 7.0 EhP2. A new addition “Key” in...

Comments Off on ABAP New Debugger Keys in Table Tool from 7.0 EhP2 Mar 12, 2013 6320

ABAP Internal Table Secondary Key Performance comparison

Performance is the driving factor when using the Secondary Keys on the ABAP Internal Tables. So, Lets check out ABAP...

5 Mar 11, 2013 11316

ABAP Internal Table Secondary Keys, New in ABAP 7.0 EhP2

ABAP Internal Table Secondary Keys are introduced in ABAP release 7.0 EhP 2. Secondary keys are added advantage for Internal...

6 Mar 06, 2013 55990

SAP Smart Forms Best Practices

Many times, I come across lot of Design Issues in Smart Forms. So, thought of compiling a list o best...

6 Mar 04, 2013 26653

ABAP Protected Section – Is it really Protected?

Few days back, I came across this challenging question on SCN about Inheritance within ABAP Objects specifically to the Protected...

4 Feb 28, 2013 16341

ABAP Method Chaining New Feature in ABAP 7.0 EhP2

New feature of ABAP Method Chaining is available from ABAP Release 7.0 EhP2 onward. Method chaining reduces the need for...

3 Feb 26, 2013 12859

ABAP Internal Table Performance for STANDARD, SORTED and HASHED Table

Standard Table is the most widely used table Type. It has performance drawbacks if not used...

2 Feb 25, 2013 82160

SAP ABAP Pragmas in 7.02 EhP2, replacing SLIN Pseudo Comments

Going forward Pseudo Comments are getting replaced by Pragmas which are introduced since ABAP release 7.0 EhP2. So, What are...

5 Feb 20, 2013 33307

What is New TYPE Category TYPE … BOXED in ABAP?

What is BOXED Components in ABAP? Let me try to explain...

6 Feb 18, 2013 18539

ABAP Objects Case Study – Usage for More Design Flexibility

How object oriented designs was beneficial to me as well as my clients while enhancing development created in Object Oriented...

22 Feb 13, 2013 7797

Poll – Are Text Symbols Private or Public in OO ABAP?

In regards to the previous post , one of readers Dirk Wittenberg pointed to me completely different view. You can...

3 Feb 11, 2013 1747

ABAP Objects – Access Text from Super Class Text Symbols

Text Pools are great for creating language independent program. But, it create a very peculiar problem when used in ABAP...

9 Feb 10, 2013 10428