ABAP Pending Purchase Orders (PO) Report

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

The report loops throgh the required Tables of Purchase Order 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 Order

 

Continue Reading…

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…

Display a Popup and Get Values from User

In some cases, we are needed to get some inputs from the user at run-time of an application based on certain dynamic conditions.

Function Module POPUP_GET_VALUES can be used to display a popup to get inputs from user. The specialty of this function module is we can add as many number of fields as we want. The fields can be of any data type.

popup

 

 

Continue Reading…

Error while sending invoice automatically via email

There have been this case recently that, while sending invoice automatically via email, I got the following errors while seeing the error log for the output type. The configuration of communication strategy, SCOT and output types looks ok, but still the error persists.

print_error

The error says :

Please enter an address number
Communication type  cannot be used

Continue Reading…

Dynamically read fields, field names and field contents using field symbols

There has been requirements in ABAP to read the data from tables dynamically, based on specific field names. Those are the cases where we don’t know the field name to be read until run-time, and then we are have to read its data too.

The most efficient way to deal with such situations is Field Symbol. As we know, Field Symbols are like a placeholder or symbolic names for any object, variable or value.

placeholder

Continue Reading…

Page 1 of 2012345...Last »