Archives

Title Comments Posted on Views

SALV Table 21 – Editable with Single (custom) Method

Another of my recently published blog on SCN. This is also about making SALV table editable using the single method...

Comments Off on SALV Table 21 – Editable with Single (custom) Method Jun 29, 2015 18413

SALV Table 20 – Editable? Yes, as per this Standard SAP Application

Don’t get too excited about the editable SALV solution out of the box, but I think we have a...

1 Jun 29, 2015 24712

ABAP 740 – FOR Iteration Expression

As of ABAP 740, there is a new iteration expression available – FOR. This can be used along with VALUE...

5 May 18, 2015 213198

ABAP 740 – Mesh Path – Forward and Inverse Association

In the mesh structure as of ABAP 740, you can move forward or backward using the association. Lets check out...

2 May 13, 2015 15668

ABAP 740 – Meshes – A new complex type of Structures

ABAP 740 has a new special type of structure – MESH. Lets deep dive to know more about these...

8 May 13, 2015 28918

Why not to use ABAP Text Symbols instead of Constants

Many times I have seen people are using the ABAP Text Elements. You must not use them as...

2 Apr 15, 2015 11645

Object Oriented Approach for Reports with multiple Datasource

Lets checkout the ABAP object oriented approach for reports when you want to get data from different data sources –...

12 Apr 14, 2015 11911

ABAP 740 – LINE_EXISTS to check record in ITAB

As name suggests, this new predictive function checks if the Line is available in the internal table or...

4 Mar 09, 2015 184842

ABAP 740 – Table Expressions to Read & Modify ITAB line

Read and Modify the ITAB records without using the temporary work area or variables. It is possible with using the...

9 Mar 03, 2015 116494

ABAP 740 – VALUE Operator to create ITAB entries

Using the VALUE operator, you would be able to get the ITAB content assigned to the variable which is ITAB...

4 Sep 03, 2014 129887

ABAP 740 – NEW Operator to create ITAB entries

Similar to the NEW operator to instantiate the object, you can use the NEW as well with internal table processing...

10 Sep 02, 2014 75590

ABAP 740 – NEW Operator to instantiate the objects

With ABAP release 740, you can use the NEW operator to instantiate the object. Read more to learn about NEW...

15 Aug 25, 2014 74616

</> F4 for ALV Layout Variant

Comprehensive code snippet for value help F4 for Layout Variant of all different type of ALV (SALV Model, ALV GUI...

Comments Off on F4 for ALV Layout Variant Aug 21, 2014 21765

Enhancement Framework – Fixed Value Append

ABAP Enhancement Framework allows you to add more fixed values to the domain by using the Fixed Value Append on...

2 Aug 20, 2014 9826

Utility Class for ALV Legend on SALV Grid

Utility class to generate the Legend ALV using SALV Popup and attach it onto ALV Grid generated by SALV...

5 Aug 11, 2014 8502

</> SALV Default Column description as Column Name

Code snippet to set the Column Description as the Column Name when the Column description is empty in the ALV...

Comments Off on SALV Default Column description as Column Name Aug 06, 2014 4833

Enhancement Framework – Extension Index

As part of the ABAP Enhancement Framework, you can also now create the new index as Index extension on any...

Comments Off on Enhancement Framework – Extension Index Aug 05, 2014 8784

Memory Allocation – Why extra 8 bytes!!

Recent question on SCN about the ABAP memory allocation, inspired me to do some reading and research on how memory...

Comments Off on Memory Allocation – Why extra 8 bytes!! Jul 30, 2014 5085

</> SALV Various ways to Access Columns

Various different ways to Access individual columns in ABAP ALV created by SALV object model – Using the column object...

1 Jul 29, 2014 8109

Enhancement Framework – Append Search Help

Similar to Append Structure, you can also enhance the Search help using the Append Search Help as part of the...

Comments Off on Enhancement Framework – Append Search Help Jul 28, 2014 10587