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…

SAP ABAP Transferring Internal Table Contents to a file on the Application Server

In SAP ABAP you can transfer the contents of the internal table to a file. This is required when you wish to extract data from SAP tables into a flat file.

This file can then be used to transfer data to another SAP or NON SAP system. This can also be used for an interfacing when you wish to transfer data on a daily or a weekly basis from R/3 to NON R/3 or SAP.

download

 

 

 

The command used to create a file on the application server is as follows.

Continue Reading…

Program to Print FI/MM Documents having Note Attachment

There has been a requirement to generate a program for displaying all those FI Documents and Material Documents having a Note as an attachment. Following program can be used to get all FI and MM documents that a user have created with a Note.

Note Attachment 

Page 1 of 41234