当前位置:网站首页>增强:BTE流程简介
增强:BTE流程简介
2022-07-27 07:36:00 【51CTO】
货铺QQ群号:834508274
申请时请提供您哪个模块顾问,否则是一律不通过的。
进群统一修改群名片,例如BJ_ABAP_森林木。群内禁止发广告及其他一切无关链接,小程序等,进群看公告,谢谢配合
不修改昵称会被不定期踢除,谢谢配合
BTEs(Business Transaction Events),是SAP的一种增强方式,它主要有两种类型的接口:
Publish and Subscribe Interface
Process Interface
这样的接口,在标准程序中常常是以OPEN_FI_PERFORM_或者OUTBOUND_CALL_开头的function。
至于Publish and Subscribe Interface和Process Interface的区别,主要还是用途上的。前者,使给外部软 件提供信息的,而后者主要用于R/3流程的。不过前者也可以生成或修改一些additional data。
BTEs主要用于总帐,应收应付和销售分销模块。
下例是个Process Interface,在billing posting的时候,把Head的text改掉。
下面,简单说一下实现流程,不涉及代码:
1、 T-code: FIBF 进入BTEs的界面

2、 Environment->Infosystem(Processes)->运行->Process 00001120->Sample function module




3、 回到FIFB界面,Settings->Products->...of customer->New Entries加入自己的product激活




4、 回到FIFB界面,Settings->Process Modules->... of customer->新建主键是 00001120的Process,并将刚才建立的function module和product写到相应栏位


之后,运行相应的过账程序,诸如T-CODE VF01或是FB01,生成财务凭证,察看凭证的HEAD TEXT是否被修改。
具体函数内实现逻辑不做介绍
边栏推荐
- 实用的新药研发项目管理平台
- Leetcode54. 螺旋矩阵
- Perl: split the external command to be executed into multiple lines
- Graylog 日志服务器单节点部署
- Regular expression foundation sorting
- 连接MySQL时报错:Public Key Retrieval is not allowed 【解决方法】
- 【小程序】uniapp发行微信小程序上传失败Error: Error: {'errCode':-10008,'errMsg':'invalid ip...
- 【已解决】新版Pycharm(2022)连接服务器进行上传文件报错“Command rsync is not found in PATH”,无法同步文件
- HU相关配置
- Synchronized lock
猜你喜欢
随机推荐
flink1.14 sql基础语法(一) flink sql表查询详解
C#委托的使用案例
Understanding and learning of node flow and processing flow in io
【小程序】uniapp发行微信小程序上传失败Error: Error: {'errCode':-10008,'errMsg':'invalid ip...
Error when connecting to MySQL: public key retrieval is not allowed [solution]
Understanding and learning of properties class and properties configuration file
C common function integration-3
SQL labs SQL injection platform - level 1 less-1 get - error based - Single Quotes - string (get single quote character injection based on errors)
如何在电脑端登陆多个微信
DASCTF2022.07赋能赛密码wp
ARP broadcasting practice cases
ARP广播实践案例
linux能不能安装sqlserver
防止Cookie修改id欺骗登录
Showdoc vulnerability learning - cnvd-2020-26585 (arbitrary file upload)
OpenGL shader learning notes: varying variables
C winfrom common function integration-2
ADC噪声全面分析 -01- ADC噪声的类型以及ADC特性
【已解决】新版Pycharm(2022)连接服务器进行上传文件报错“Command rsync is not found in PATH”,无法同步文件
Jjwt generate token









