前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP Hybris的build callback和SAP ABAP的SGEN事务码

SAP Hybris的build callback和SAP ABAP的SGEN事务码

原创
作者头像
Jerry Wang
修改2020-02-27 10:34:32
3830
修改2020-02-27 10:34:32
举报

这个issue AIM in CRM and C4C里介绍了C4C和CRM的After import mechanism.

在Hybris里,客户把2个G的Hybris安装包下载下来,然后在命令行里运行命令安装,实际上就是用ant的build命令。

为什么要执行build:

The reasons why you need to build SAP Hybris Commerce are as follows:

(1) SAP Hybris Commerce is an extendable complex solution, and it has a very flexible structure. During the build process, all referenced components are integrated.

(2) Runtime files and configuration files are created, prepared, and validated.

(3) Some parts of SAP Hybris Commerce are compiled, such as ServiceLayer and Other SAP Hybris Commerce components you have implemented.

在我电脑上build需要将近半小时:

这个build起的作用ABAPer可以理解成ABAP里的tcode SGEN:

Hybris比SGEN强大之处在于能允许partner自定义build logic,相当于在Hybris标准的build 逻辑执行的过程中,定义了一些"BAdI definition".

Partner可以通过编辑extension下的buildcallbacks.xml来定义custom build behavior:

Regarding more custom build logic, please refer to SAP 2298535 - How to customize build behavior.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档