ABAP Pending Purchase Recquisition (PR) Report

This sample report shows the basic structure for getting the report for the Pending Purchase Requisition based on various selection options on screen.

The report loops throgh the required Tables of Purchase Requisition and based on the data entered on screen, displays the desired data. The report is to be modified/tweaked as per the custom need.

purchase_requisition

  Continue Reading…

Saving Custom Layouts in SAP ALV

When using a progam or report dealing in ALV, user sometimes does not get the proper display at the time of output in ALV. The reason is non-customising of the layout by the user or the default layout set by other user.

Following process will help you to store your own customized layout.

Continue Reading…

ABAP Program to add Colors in ALV Grid

Normally, there are requirements to display set of rows differently based to certain conditions in ALV. To distinguish them easily, in a one go, we can add colors to the rows(based on condition of course).
The following program adds strokes of different color to your ALV Grid.

 

Add Color in ALV

Continue Reading…

Displaying Icons in ALV Grid using ABAP

The following code adds an icon  (exclamation) to the ALV grid/list. It also includes the code for adding hot-spot to ALV column.

icons_in_alv

Continue Reading…

ABAP Program with Editable ALV Grid Contents

Using ALV Grid is always beneficial in terms operations and activities we can perform on the data. It even allow us to download data in various formats. But when compared to Table Control, its main disadvantage is, un-editable / read-only data.

Here is a simple program to make certain cells of an ALV grid control editable.

Editable Table Grid

Editable Table Grid

 

Continue Reading…

Page 1 of 212