Post #49: SAP Messages

As a developer, when you are developing a foreground program, a background program or enhancing a standard transaction, you should to take into consideration the interaction between the interface and the user by displaying warning messages or error messages.

In this blog post I will show you how to create messages, how to translate them and how to call them in an object.

Continue reading Post #49: SAP Messages

Post #47: Logical Databases

Logical Databases are special ABAP programs that retrieve data and make it available to application programs. The most common use of logical databases is still to read data from database tables and associate them with executable programs while defining the program contents.

In This Blog Post, I will show you how to find logical databases, How to use them in custom programs.

Continue reading Post #47: Logical Databases

SAP Tables & Internal Tables

Using Data Base data is the most important thing in SAP programs. Indeed a good developer need to know the best methods to collect the data and use the correct internal tables declaration in the program.

In this Blog Post I will show you the best methods to declare internal tables, how to read data from Data Base Tables and how to use iteration.

Continue reading SAP Tables & Internal Tables

How To Debug a SapScript

In the previous posts we saw how to create a Sapscript using transaction SE71 and how to create a calling program. Now Let’s see how we can debug a Sapscript.

In this blog post I will show you how to start the Sapscript debugger mode and how to use the Sapscript debugger.

Continue reading How To Debug a SapScript

SapScript IV : Footer Window

In the previous posts we saw how to create a Sapscript,  add a logo and Headerdisplay a data in the Main Window and now we gone work on the Footer.

In this blog post we gone display the company address, phone number and Fax number in the Sapscript footer window.

Continue reading SapScript IV : Footer Window

Sapscript III : Main Window

In the previous posts Sapscript I: Create a Simple Sapscript and Sapscript II : Logo & Header. we saw how to create a Sapscript and how to add a logo and a title in the Header Window.

In this Blog Post we gone work on the Body Window or the Main Window. I will show you how to call a standard text into a sapscript and how to use BOX Command to display data into a table.

Continue reading Sapscript III : Main Window