Ads

How to Write a Program in SAP ABAP

How to Write a Program in SAP ABAP


Anybody who want to lean SAP and Going to learn SAP Programming Language must be know the what is SAP Program ,How it will be created in SAP System and What is the Language(ABAP) used to create SAP Application Programs.

What is ABAP Programming Language in SAP?

ABAP (Advanced Business Application Programming)
ABAP is a programming language that runs in the SAP ABAP run time environment, created and used by SAP for the development of application programs .
ABAP is also called ABAP/4, The “4” in ABAP/4 stands for “Fourth Generation Language” .

How to Start SAP ABAP 
Reports
Module Pool Programming
Interfaces
Forms
Data conversions
User Exits & BADI
All of R/3’s applications and even parts of its basis system were developed in ABAP.

Steps to create SAP Program

Log in to SAP System.
How to Write a Program in SAP ABAP
Now give the User Name and Pass word.
How to Write a Program in SAP ABAP
SAP Systems opens the Easy Access Screen in the Command Field enter the Transaction Code(SE38).
How to Write a Program in SAP ABAP
Now ,enter the Program name 'zprogram' ,select source code button and Click on create Button.
How to Write a Program in SAP ABAP
Write the Title Name and Select Type as Executable Program.
How to Write a Program in SAP ABAP
Now ,save it in the Local Object.
How to Write a Program in SAP ABAP
Write the Statement 'write 'hello world Program' ,and click on SAVE ,CHECK,ACTIVATE AND Execute the Program.
How to Write a Program in SAP ABAP
Now ,you can see the below Output
How to Write a Program in SAP ABAP



How to Write a Program in SAP ABAP,Creating SAP ABAP Program,SAP ABAP Program.

Comments