当前位置:网站首页>增强: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是否被修改。
具体函数内实现逻辑不做介绍
边栏推荐
- JS regular expression implementation adds a comma to every three digits
- DEMO SUBMIT 某程序并获取该程序ALV数据
- 容器内使用sudo报错bash: sudo: command not found解决
- Flink1.14 SQL basic syntax (I) detailed explanation of Flink SQL table query
- Flynk de duplication (2) solve the hot issues in the process of flynk and flynk SQL de duplication
- flink去重(一)flink、flink-sql中常见的去重方案总结
- User unlock sm04 sm12
- Debug:与泛型有关的“无法解析的外部符号”
- Actual combat of flutter - Request encapsulation (I)
- 正则 和 sed 练习
猜你喜欢

Temperature and humidity measurement and display device based on Arduino

DEMO:PA30 银行国家码默认CN 增强

C language implementation of guessing numbers Games project practice (based on srand function, rand function, switch statement, while loop, if condition criterion, etc.)

opengl-shader学习笔记:varying变量

Okaleido ecological core equity Oka, all in fusion mining mode

Closed hash and open hash resolve hash conflicts

C#委托的使用案例

C# 事件用法案例 订阅事件+=

Bingbing's learning notes: classes and objects (middle)

10000 word parsing MySQL index principle -- InnoDB index structure and reading
随机推荐
Plato Farm有望通过Elephant Swap,进一步向外拓展生态
Plato farm is expected to further expand its ecosystem through elephant swap
Graylog 日志服务器单节点部署
基于Arduino的温度、湿度测量显示装置
Summary of several common ways to join dimension tables in Flink
Jjwt generate token
C语言:优化后的希尔排序
What other methods are available for MySQL index analysis besides explain
Framework of electronic mass production project -- basic idea
glGetUniformLocation,glUniform4f
shell企业面试题练习
C language implementation of guessing numbers Games project practice (based on srand function, rand function, switch statement, while loop, if condition criterion, etc.)
What are the main threads of Youxuan database?
Am I delayed by the code... Unfortunately, I became a programmer
Okaleido ecological core equity Oka, all in fusion mining mode
Prior Attention Enhanced Convolutional Neural Network Based Automatic Segmentation of Organs at Risk
【QT】capture. Obj:-1: error: lnk2019: unresolved external symbols__ imp_ Htons (solution)
How to get DDL information of an object
Temperature and humidity measurement and display device based on Arduino
OpenGL shader learning notes: varying variables