How to create SAP ABAP Hello World Program
How to create SAP ABAP Hello World Program
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 SAP?
SAP Means Systems Applications and Products in Data Processing.
It is also ERP (Enterprise Resource Planning) software as well the name of the company.
SAP Software was Founded in 1972 by Wellenreuther, Hopp, Hector, Plattner and Tschira.
SAP system consists of a number of fully integrated modules, which handles virtually every aspect of the business management.
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
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.
Now give the User Name and Pass word.
SAP Systems opens the Easy Access Screen in the Command Field enter the Transaction Code(SE38).
Now ,enter the Program name 'zprogram' ,select source code button and Click on create Button.
Write the Title Name and Select Type as Executable Program.
Now ,save it in the Local Object.
Write the Statement 'write 'hello world Program' ,and click on SAVE ,CHECK,ACTIVATE AND Execute the Program.
Now ,you can see the below Output
Comments
Post a Comment