what is conversion exit defined in ABAP domain

简介: what is conversion exit defined in ABAP domain

我们之前用了这个data element。 UI framework的getter 会自动检测data type的domain上是否维护conversion exit,如果有,就自动调用,我们没有写任何代码。


还是这个routine只控制ui field?


Conversion exit 有 in 和 out 这一对,out 负责data 输出的时候,自动被gui call到,


image.png


In 负责user input 执行结束触发PAI 时候自动被call到,


image.png


但这套东西只针对sap gui的环境,webclient ui里面就只能像现在框架里的getter 那样,由框架的开发人员手动去call 这些conversion exit。


相关文章
|
12月前
|
存储
什么是 ABAP Domain 的 Conversion Routine
什么是 ABAP Domain 的 Conversion Routine
通过ABAP business switch动态扩展一个ABAP domain
I do some investigation in the system and I find one logic called “domain value append”. It can allow us to put the extend value range to value append and put that append to standard domain. The value append is stored in a package which is controlled by a switch.
通过ABAP business switch动态扩展一个ABAP domain
通过ABAP business switch动态扩展一个ABAP domain
I do some investigation in the system and I find one logic called “domain value append”. It can allow us to put the extend value range to value append and put that append to standard domain.
通过ABAP business switch动态扩展一个ABAP domain
|
5月前
|
前端开发 开发工具 Android开发
小技巧分享 - 使用 Visual Studio Code 查看和修改 ABAP 代码试读版
小技巧分享 - 使用 Visual Studio Code 查看和修改 ABAP 代码试读版
小技巧分享 - 使用 Visual Studio Code 查看和修改 ABAP 代码试读版
|
5月前
|
BI
工具分享 - 将一个 ABAP Function Group 内所有 Function Module 按照代码行数从高到低排序并显示
工具分享 - 将一个 ABAP Function Group 内所有 Function Module 按照代码行数从高到低排序并显示
工具分享 - 将一个 ABAP Function Group 内所有 Function Module 按照代码行数从高到低排序并显示
|
5月前
|
开发者 供应链 BI
SAP ABAP CALL SUBSCREEN 代码解析
SAP ABAP CALL SUBSCREEN 代码解析
|
5月前
|
存储 数据处理 开发者
ABAP 如何把 unicode 代码点转换成字符
ABAP 如何把 unicode 代码点转换成字符
|
5月前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
|
5月前
|
SQL 数据库
小技巧:如何让 ABAP OPEN SQL 代码具有自解释性(Self-Explained)
小技巧:如何让 ABAP OPEN SQL 代码具有自解释性(Self-Explained)
下一篇
无影云桌面