12
SAP ACADEMY BY: Mohamed Essam

Sap Academy Activity

Embed Size (px)

DESCRIPTION

SAP Academy

Citation preview

SAP ACADEMY

SAP ACADEMY BY: Mohamed Essam OverviewUnit 6 : work bench overview , and how to develop a program and organize work.(Hello World )Unit7: Basic language elements and how to use them.(Calculator Program )Unit 8 : Using Subroutines, function modules and function group to apply modularization (function modules and groups and calling them from the program. Unit 6 :Intro to workbenchSome transaction codes : (su01,se38,se93,se21,se24,se80,sm04).

Created simple hello world program to introduce me to how to create a package, then create a program in this package, then add a transaction to easily access the program. Unit 7: Data Types

If and Case

Loops

Unit 7 : Important Statement

Unit 7: Debug

Unit 8: Modularization

Unit 8: Subroutine

Unit 8 : Passing Parameters

Unit 8 : Subroutine