码迷,mamicode.com
首页 > 其他好文 > 详细

SAP ABAP Extensions

时间:2014-09-15 22:49:49      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:style   io   os   ar   for   art   sp   cti   on   

SAP ABAP Extensions

Sometimes it is not possible to adapt the system to the customer needs only by customizing. In these cases, the system needs to be enhanced using some type of extension.

 

These are the most common types of extensions in SAP:

  • User Exits:  these are one of the first types of extensions in SAP. They are still useful, but in case of new extensions you should try an Enhancement or a BADI.

  • BADI‘s: BADI‘s (Business Add In‘s) are part of ABAP Objects. They appeared in SAP R/3 release 4.6 and are still very useful.

  • Enhancements:  these are the newest type of extension in SAP, introduced in SAP release 6.x. Enhancements are very different from previous extension types as they allow the customer to modify the standard code virtually anywhere.

  • BTE‘s: Business Transaction Events, or BTE‘s are FI extensions.

  • Substitutions: allthough they are not exactly extensions, customers can add code using  them.

You will find information regarding each one of these  extension types throughout this section.

SAP ABAP Extensions

标签:style   io   os   ar   for   art   sp   cti   on   

原文地址:http://www.cnblogs.com/jefflu2012/p/3973866.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!