Archives

Title Comments Posted on Views

Call a New Standard Table Display (SE16N) from Report

Shows another way to call the new Standard Table Display (SE16N), more efficient than calling SE16 As we have seen...

Comments Off on Call a New Standard Table Display (SE16N) from Report Oct 22, 2008 8092

Call Standard Table Display (SE16) from Report

Eloborates the easiest way to call the Standard table display (SE16) from a Program Sometimes, we need to call the...

Comments Off on Call Standard Table Display (SE16) from Report Oct 21, 2008 11189

Print Table Control data (with header)

Shows how to give an option to get a printout of the table control Data. In SAP, we have a...

8 Oct 20, 2008 8556

Classical ALV: Disable DELETE key on Keyboard in Grid

Catch the event generated by DELETE-key on Keyboard & disable it in editable ALV generated using FM REUSE_ALV_GRID_DISPLAY We have...

Comments Off on Classical ALV: Disable DELETE key on Keyboard in Grid Oct 18, 2008 7530

OO ALV: Disable DELETE key on Keyboard in ALV Grid

Catch the event generated by DELETE-key on Keyboard & disable it in OO ALV using CL_GUI_ALV_GRID From ABAP 6.20, SAP...

7 Oct 16, 2008 21145

Dynamic Internal Table with Deep structure

We have seen how we can use Run Time Type Services (RTTS) to create a dynamic internal table in the...

3 Oct 15, 2008 28704

ABAP Objects Design Patterns – Model View Controller (MVC) Part 3

In this post, we will see how we can implement the Views which will access the Controller and model which...

12 Oct 13, 2008 56486

ABAP Objects Design Patterns – Model View Controller (MVC) Part 2

In this post, we will see how we can implement the MVC (Model-View-Controller) design pattern in ABAP using the Objects....

6 Oct 13, 2008 68874

ABAP Objects Design Patterns – Model View Controller (MVC) Part 1

Today we will discuss about the Design Pattern: Model-View-Controller, which is also very famous by its abbriviation MVC. By definition,...

6 Oct 13, 2008 85129

Tricks

In this section you will find some Tricks in ALV, Classical Report, Smartforms… ALV Describes how to move the cursor...

9 Oct 12, 2008 7877

ABAP Objects

ABAP Object Concepts Eloborates the concept of the Method Overriding. Sometimes we refer this as a Redifition of the method....

Comments Off on ABAP Objects Oct 11, 2008 24642

Smartforms: Breakpoints

Debugging is necessary when we have program lines node in our Smartforms and the code in the program lines node...

8 Oct 09, 2008 17373

SALV Hierarchical Table 3 – Add Expand/Collapse Option

Today in the series of the SALV Hiearchical list display, we will see how to add the Expand/Collapse button in...

Comments Off on SALV Hierarchical Table 3 – Add Expand/Collapse Option Oct 08, 2008 18431

SALV Table 9 – Apply Colors

In the series of the SALV Model Table display, today we will see how to apply colors to the ALV...

2 Oct 07, 2008 75051

Function Module Exception Handling

Exception handling is the integral part of the designing the application. By raising the exception, we are providing the oppertunity...

3 Oct 06, 2008 78057

SALV Hierarchical Table 2 – Adding Default PF Status

Today we will discuss how easy it is to add a Default PF status. In the previous post, we have...

Comments Off on SALV Hierarchical Table 2 – Adding Default PF Status Oct 05, 2008 10655

SALV Hierarchical Table 1 – Simple table display

The new model of ALV – SALV Model – also provides the interface for application developer to develop the Hierarchical...

6 Oct 03, 2008 36082

Generate Application Log

Application log is used to generate a log which can be accessed later by the users. Sometimes there would be...

17 Oct 02, 2008 45294

Radiobutton Values using CASE

Today, we will how we can use the CASE .. ENDCASE statment to check the values of the Radiobutton. CASE.....

7 Sep 30, 2008 25477

Dynamic Internal Table Creation using RTTS

Shows how to use the RTTS to create a dynamic internal table. Lets Checkout how we can create internal table...

29 Sep 29, 2008 96449