Title | Comments | Posted on | Views |
Write Green ProgramsIt’s not about setting the background green of your code editor or setting up all the code lines to green... |
11 | Jan 23, 2020 | 11321 |
Display ALV Grid on List Generated by WRITEEver wondered how to generate the ALV Grid on the list generated by WRITE statement. Lets see today how we... |
8 | Jan 18, 2017 | 27039 |
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 | 14923 |
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 | 26515 |
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 | 27684 |
SALV IDA – Column SettingsSALV 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 | 25206 |
SALV IDA – New Calculated FieldsLets check out how we can add the additional fields on the ALV output and also populate the value for... |
6 | Jul 27, 2016 | 19575 |
SALV IDA – Selection ConditionsLets 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 | 21498 |
SALV IDA (Integrated Data Access) – IntroductionWith ABAP 740, we have a new way using Integrated Data Access to generate the ALV and this is very... |
5 | Jul 20, 2016 | 39849 |
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 | 16012 |
SAP Upgrade and ALV Consistency checkALV has nice consistency check. This tool provides a “diagnostic” view for developers if any missing information for ALV. But... |
2 | Apr 05, 2016 | 5324 |
ABAP 740 – LOOP AT with GROUP BYThe great new addition to old and gold LOOP AT is a GROUP BY in ABAP 740. This is an... |
8 | Oct 27, 2015 | 140537 |
ABAP Factory Method Using SWITCHSWITCH usage with returning the object reference. This would be great to reduce lot of clutter from the design pattern... |
3 | Oct 26, 2015 | 18632 |
ABAP 740 SWITCH – Conditional OperatorSWITCH is a conditional operator introduced in ABAP 740 similar to CASE but powerful and with much less coding. Who... |
1 | Oct 25, 2015 | 58340 |
7 | Aug 03, 2015 | 23527 | |
ABAP Performance for DELETE on ITABDELETE on ITAB is widely used when you need to filter out the entries. Lets see the performance for different... |
18 | Jul 29, 2015 | 108148 |
SALV Table 22 – Get Data Directly after SUBMITABAP SALV model has some cool features. Getting the data table from the model, is one of them. Let’s explore... |
15 | Jul 22, 2015 | 43768 |
ABAP Overcome Limitation of Long Text Links Handling using Custom ClassLets 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 | 12064 |
OO ABAP – Selection Criteria Object using RS_REFRESH_FROM_SELECT OPTIONSSelection criteria object for the reports where you can implement the MVC for decoupling. This approach is using the FM... |
3 | Jul 13, 2015 | 15866 |
OO ABAP – Selection Object with Direct AccessIn continuation to the previous article and in quest about the Selection object, lets check out this different flavor of... |
6 | Jul 09, 2015 | 12733 |