Archives

Title Comments Posted on Views

</> Various Ways to Build a String

Quick overview of various ways to build a string using different options, like CONCATENATE, string offset, using a...

12 Mar 24, 2014 5111

FOR ALL ENTRIES – Why you need to include KEY fields

ABAP FOR ALL ENTRIES is handy, but would create lot of data inconsistencies if you don’t use it...

3 Mar 20, 2014 65707

Use of REFERENCE variable vs Workarea vs Field-Symbols

Along with ASSIGNING addition for the itab processing, we have REFERENCE INTO. Let’s take a deep dive into its...

4 Mar 13, 2014 37454

New Poll – What do you use to select one record from DB?

New Poll is now available with an question – What do you use to select one record from...

3 Mar 12, 2014 1922

Poll Wrap-up – What do you feel about the term ABAPer?

Poll results for the poll What do you feel about the term ABAPer is out. Few months back I have...

Comments Off on Poll Wrap-up – What do you feel about the term ABAPer? Mar 12, 2014 709

ABAP MVC – Model View Controller Discussion

Discussion on challenges while implementing design pattern Model View Controller in ABAP...

1 Mar 06, 2014 7894

ABAP Parallel Cursor – Things to Remember

ABAP Parallel cursor is a nice technique to improve the performance of the nested loops. There are always few things...

4 Mar 04, 2014 63918

ABAP Abstract methods or Normal methods?

Let’s take a deeper look at abstract methods. When should you define abstract methods and when you...

Comments Off on ABAP Abstract methods or Normal methods? Feb 04, 2014 12102

</> ABAP RTTS – Get Type of an Attribute from Class

Code snippet to demonstrate the use of ABAP RTTS Runtime Type Services to get type of an Attribute available in...

1 Nov 26, 2013 10226

ABAP WebDynpro – Upload Excel File using Class CL_FDT_XL_SPREADSHEET

Lets see how we can upload the excel file using the class CL_FDT_XL_SPREADSHEET in ABAP WebDynpro...

4 Nov 25, 2013 21961

ABAP Call FM Dynamically with Mystery Parameters!

FM can be called with specifying the name as well as passing the name to the variable and calling FM...

11 Nov 20, 2013 15030

New Poll – What do you feel about the term ABAPer

New Poll is now available with an question – What do you feel about the term...

5 Nov 18, 2013 1193

Poll Wrap-up – How much details you mention in TS?

Poll results for the poll How much details you mention in TS? Quite a few people 345 had cast their...

Comments Off on Poll Wrap-up – How much details you mention in TS? Nov 18, 2013 587

</> Copy Internal Table to another Internal Table

Code Snippet of Various different options to copy entries from Internal table to another internal...

15 Nov 14, 2013 100981

ABAP Transpose Internal Table

Many times you need to transpose the data from row based to column based and vice versa. This simple utility...

4 Nov 12, 2013 24915

ABAP WebDynpro – Download Formatted Excel using XML

Formatted Excel can be downloaded from GUI using the OLE but OLE wont work with WebDynpro application. Let’s see how...

7 Nov 11, 2013 15584

Conversion Exit to format Amounts for Specific Currency in ALV

Conversion Exit to Format the Amount with using the respective currency in ALV created by SALV...

2 Oct 23, 2013 24747

Conversion Exit to format Amounts in ALV

Conversion exit is very powerful. It helps to represent data in a different format other than its basic...

8 Oct 21, 2013 17716

SALV Table 18 – ICONs and Tooltips

ICONs are great ways to enhance the report output. Let me show you how you can sweeten the deal by...

4 Oct 16, 2013 50190

</> ABAP RegEx to Validate Email

Code Snippet to validate the Email ID using the ABAP RegEx utility classes CL_ABAP_REGEX and...

11 Oct 09, 2013 11005