Debugging RFC functions in SAP

During the integrated tests, sometimes we need to debug a RFC that has been called from ASP.NET, just because the bug we are facing does not happens at SE37.

Debugging

Continue Reading…

ABAP HR program to download Employee data

Following program downloads Employee Data into Excel file(.xls). The selection criteria can be specified at the run time. It also uses Logical Database ‘PNP’ ( to be specified in the program attributes) to retrieve various personnel data.

download_empl_data

 

 

Continue Reading…

ABAP program to create Formatted Excel File using XML

From release 620, ABAP has provided us a way to transform our data using the XML transformation. We can very use the XML to generate the formatted Excel File.

The advantages of the XML technique over the OLE:

  • Using XML technique, File can be generated in Background processing. It would not be possible with OLE technique to generate the Formatted excel file because it needs the active connection with the windows.
  • Using XML we can send the fancy generated file as an Email Attachment.
  • We can create formatted excel file using the XML technique from the Web applications generated using Web Dynpro or BSP.
  • It’s faster when compared to OLE technique.

Continue Reading…

Downloading PF-Status(GUI Status) in SAP

There has been requirements that an ABAPer needs the PF Status or GUI Status backup, either to transport it to the next landscape, or for saving it as a local copy on the hard disk.

Following are the defined methods to download PF-Status / GUI Status from SAP :

Continue Reading…

Convert Spool Request to PDF in SAP

The following program converts the spool requests (can be seen using SP01) to PDF format on your PC.

At Program execution, specify the path where to download the PDF file.

 

Spool Request-To-PDF

 

Continue Reading…

Page 2 of 3123