All posts by se80

ABAP predefined data types such as Char, Date, Time, integer

Simple ABAP code to demonstrate the ABAP predefined data types such as Char, Date, Time, integer. Note you would usually have all the WRITE statements after all the data declarations but just makes it

Continue reading

Email ABAP report PDF

The below code to demonstrates how to email ABAP report PDF. It generates an ALV output of personal numbers (PERNRS) and then converts this to a PDF document. Its then sends an external email with the

Continue reading

Create new HR Infotype record ABAP Code

Example ABAP HR report to create HR infotype record using SAP function module HR_INFOTYPE_OPERATION. In this example, I will demonstrate creating a new 0105 record by selecting an existing one from the

Continue reading

Use logical database selection screen ABAP Code

Simple ABAP code to demonstrate how to manipulate a logical database selection screen which is assigned and setup within menu option Goto->properties. This example SAP ABAP HR report implements the

Continue reading

CL_SALV_TABLE example

Using CL_SALV_TABLE class to create a very simple ABAP ALV report that selects data from database table SFLIGHT and displays it to the user as an ALV grid via the cl_salv_table=>factory method. This

Continue reading

ABAP Display web page

Using class method CL_ABAP_BROWSER => SHOW_URL to display a web site URL to the user. Below is the documentation, parameters and attributes of ABAP Method SHOW_URL within SAP class CL_ABAP_BROWSER including

Continue reading

SAP Search help parameter settings

Selection Method Selection method of an elementary search help – The possible entries for a field displayed in the hit list are determined at runtime by selection from the database. The selection

Continue reading

SAP Purchase Order tables

Below is a list of Purchase order related SAP database tables, what data they store and how they are related to each other. Also, click on the table name for full details of its fields including which

Continue reading

SAP Project System Tables

Below is a list of important SAP Project system tables including information, how they are related to other SAP database tables and links to each individual table. From here you can get full details including

Continue reading

View FM Documentation

It is a simple process to retrieve the SAP function module documentation available within your SAP system and can be done via SAP transactions SE80 or SE37. Step 1 – Execute transaction SE37 First,

Continue reading