Archives

Title Comments Posted on Views

Write Green Programs

It’s not about setting the background green of your code editor or setting up all the code lines to green...

11 Jan 23, 2020 10466

Display ALV Grid on List Generated by WRITE

Ever wondered how to generate the ALV Grid on the list generated by WRITE statement. Lets see today how we...

8 Jan 18, 2017 25903

Why NOT to have a wrapper around Exception (RAISE) ?

Class based exception are more powerful compared to the “legacy” exceptions. But you don’t want to create wrapper around the...

5 Nov 02, 2016 14383

What you need for ABAP Custom Programs when you migrate to HANA?

Since HANA uses a different underlying architecture, there would be some impact to the custom ABAP Code. Check it out...

6 Sep 06, 2016 25831

SALV IDA – Add and Handle Hotspot (Hyperlink)

Lets make the ALV interactive by adding the Hotspot aka Hyperlink into the ALV generated by SALV IDA by using...

Comments Off on SALV IDA – Add and Handle Hotspot (Hyperlink) Aug 22, 2016 26193

SALV IDA – Column Settings

SALV IDA framework also provides the flexibility to change Column settings. Lets check how to change to change the column...

Comments Off on SALV IDA – Column Settings Aug 01, 2016 23822

SALV IDA – New Calculated Fields

Lets check out how we can add the additional fields on the ALV output and also populate the value for...

6 Jul 27, 2016 18760

SALV IDA – Selection Conditions

Lets check more SALV IDA on how to send the selection conditions so we can restrict the data access based...

Comments Off on SALV IDA – Selection Conditions Jul 25, 2016 20810

SALV IDA (Integrated Data Access) – Introduction

With ABAP 740, we have a new way using Integrated Data Access to generate the ALV and this is very...

5 Jul 20, 2016 38473

ABAP 740 – Is CONSTANT not a Static Attribute anymore?

CLASS_CONSTRUCTOR would be called automatically whenever the class would be accessed – either by creation of an instance or accessing...

6 Apr 06, 2016 15566

SAP Upgrade and ALV Consistency check

ALV has nice consistency check. This tool provides a “diagnostic” view for developers if any missing information for ALV. But...

2 Apr 05, 2016 5022

ABAP 740 – LOOP AT with GROUP BY

The great new addition to old and gold LOOP AT is a GROUP BY in ABAP 740. This is an...

8 Oct 27, 2015 131311

ABAP Factory Method Using SWITCH

SWITCH usage with returning the object reference. This would be great to reduce lot of clutter from the design pattern...

3 Oct 26, 2015 17918

ABAP 740 SWITCH – Conditional Operator

SWITCH is a conditional operator introduced in ABAP 740 similar to CASE but powerful and with much less coding. Who...

1 Oct 25, 2015 54427

</> CALL TRANSFORMATION to download Excel

Code snippet to show the usage of the ABAP Call Transformation to transform the data easily into the excel format...

7 Aug 03, 2015 22702

ABAP Performance for DELETE on ITAB

DELETE on ITAB is widely used when you need to filter out the entries. Lets see the performance for different...

18 Jul 29, 2015 103436

SALV Table 22 – Get Data Directly after SUBMIT

ABAP SALV model has some cool features. Getting the data table from the model, is one of them. Let’s explore...

15 Jul 22, 2015 40590

ABAP Overcome Limitation of Long Text Links Handling using Custom Class

Lets talk about the Links in the Message Long text. This is also applicable to any documentation as well. There...

Comments Off on ABAP Overcome Limitation of Long Text Links Handling using Custom Class Jul 13, 2015 11353

OO ABAP – Selection Criteria Object using RS_REFRESH_FROM_SELECT OPTIONS

Selection criteria object for the reports where you can implement the MVC for decoupling. This approach is using the FM...

3 Jul 13, 2015 15285

OO ABAP – Selection Object with Direct Access

In continuation to the previous article and in quest about the Selection object, lets check out this different flavor of...

6 Jul 09, 2015 12253