
In this Chapter we will learn the overview of enhancement .
In this Chapter we will learn the the concept of table enhancement by using append structure and customizing include , the differences between append structure & customizing include .
In this session we will practice how to create table enhancement by using append structure and customizing include .
In this chapter we will learn how to create enhancement by using customer exit .
In this session we will practice to enhance SAP standard program by using function module exit .
in this session we will practice to enhance SAP standard program by using menu exit .
in this session we will add additional fields in SAP standard program by using Screen exit .
In this chapter we will learn the concept of Business Transaction Event (BTE) , the differences between BTE and customer exit and so on .
In this session we will enhance SAP FI standard program by using BTE Process interface .
In this session we will add additional fields in SAP FI data by using BTE Publish & subscribe interface .
In this session we will extend the standard FI report by using BTE publish and subscribe interface .
In this chapter we will learn the concept of Business Add-ins .
In this session we will practice to enhance SAP standard program logic by using BADI .
In this session we will add additional fields in SAP Standard Program by using BADI.
In this chapter we will learn the concept of modification in SAP .
In this session we will modify the SAP SD standard program by using user exit .
Summary of SAP ABAP enhancement & modification tutorial.
In a SAP Implementation project, in realization phase , there are several steps to do ,in order to fulfill customer's need , two of them are customization and personalization.
With customization and personalization the SAP Standard Programs will works as we expect,
But if the customization and personalization do not fulfill customer's need , we have to do enhancement to SAP Standard Program.
What is enhancement ? enhancement in SAP is adding or modifying the logic of SAP standard program without modifying it, enhancement consist of customer exit , Business transaction event (BTE) and Business add-ins (BADI). And if the enhancement is not enough , we can do modification .
What is modification ?, Modification in SAP is adding or modifying the logic of standard program by modifying SAP standard object. Actually the modifications to sap standard object is not recommended, but there are several modification that is allowed by SAP . one of them is user exit . And if the modification to sap standard object is not enough and there is no standard program to fulfill customers need, we can develop new z program or we usually say customer development .
In this tutorial we not only learn about the theory of enhancement & modification in SAP , but we also do real enhancement and modification to sap standard program such as adding screen exit in SAP Standard Purchase Order, Modifying the logic of SD Sales Order programs, adding fields to accounting document and so on .
OK, Enjoy the tutorial .