• You are here:
  • Home »
  • Author's Archive:

All posts by se80

What is SAP master data?

Master data is data which does not change very often such as an employee or customer name, address or telephone number. It is generally data which is used within your ABAP code rather than updated, such

Continue reading

SAP System Administration

Let me make this a KNOWN FACT that the instructor will be teaching in a way that he WILL MAKE SURE that you understand even the MOST complicated topics and you WILL be able to replicate those results.

Continue reading

What is SAP transaction data?

Unlike master data, transaction data is the data that you create on a day to day basis i.e. the purchase order! When a user creates a new purchase order all the information added to this order such as

Continue reading

SAP structures, tables and internal tables

A structure is just a definition containing a list of fields under a name and does not contain any data within the SAP data dictionary. Although there is not data you can still view the definition within

Continue reading

View SAP parameter ID value within debug

In-order to see the parameter ID value within the SAP debugger simply got to the menu option Goto->System Areas->SAP Memory. All Parameter ID’s used by current program should be listed here. Please

Continue reading

Useful SAP ABAP transaction codes

Below is a list of useful SAP transaction code and a description of what they are used for. SE80 – Object Navigator The Object Navigator Se80 is the main transaction used by any ABAP developer. Within

Continue reading

Useful SAP database tables

Below is a list of useful SAP tables and a description of what they are used for. EKKO – SAP Purchase Order documents EBELN – Purchase document number EKPO – SAP Purchase Order document items EBELN

Continue reading

Teach yourself ABAP programming one command at a time

Let’s start ABAP programming!! Here is a list of popular ABAP commands including information about what it does and example code of how to use. They are also ordered in such a way that you can implement

Continue reading

SAP Development using ABAP

So what is ABAP development and how is it used in SAP? In its simplest terms in order to create the SAP system itself, first, a 4th GL programming language was created in C called ABAP. This stands for

Continue reading