Mobile: 135 8576 5961 / WeChat: IM_WILLIAM_C / Mail: william.chen.cn@outlook.com /
分类: 其他平台
2016-06-11 19:39:53
DMEE: name of mapping exit function module
If the mapping and conversion rules available in the system do not meet your requirements, you can specify an exit module for an element or atom.
In this module, you can model special rules as well as select additional data that is not made available by the predefined structures.
Example
You can use one of the following function modules as a template for your module.
Outgoing files:
Incoming files:
For your module, be sure to then use exactly the same interface of the template you have chosen.
FOR:
FunctionalityThis module serves as a template for creating an for the Data Medium Exchange Engine (DMEE).
The module receives as an input parameter exactly one data record that the application-specific data-selection program passes to the DMEE Controller. The typing of this input data is dynamic and depends on the particular tree type. Type information is stored in the tree type definition table.
You fill the export parameters according to the type setting in the corresponding node of the format tree. This means that, for example, the DMEE Controller uses the value of the export parameter C_VALUE if the format-tree node has the type character.
ExampleAccording to the tree type defintion, the following typing applies to the tree type PAYM (payment medium):
FOR:
FunctionalityThis module serves as a template for creating an in an extended version for the Data Medium Exchange Engine (DMEE).
In addition to the interface of the module template , this template also receives the import parameter I_EXTENDED of type DMEE_EXIT_INTERFACE_ABA. This parameter receives the following information:
FU ZZFDMEE_BOA_VENDNAME
SEPA: Obtain Batch ID
This module serves as a template for creating an for the Data Medium Exchange Engine (DMEE).
The module receives as an input parameter exactly one data record that the application-specific data-selection program passes to the DMEE Controller. The typing of this input data is dynamic and depends on the particular tree type. Type information is stored in the DMEE_TREE_TYPE table.
You fill the export parameters according to the type setting in the corresponding node of the format tree. This means that, for example, the DMEE Controller uses the value of the export parameter C_VALUE if the format-tree node has the type character.
According to the DMEE_TREE_TYPE table, the following typing applies to the tree type PAYM (payment medium):
I_TREE_TYPE
I_TREE_ID
I_ITEM
I_PARAM
I_UPARAM
O_VALUE
C_VALUE
N_VALUE
P_VALUE
I_TAB
ZFBOA_FG
首先在Function module 里边代码设置断点,
然后F110执行到跑完proposal,执行的时候可以选择生成中间文件也可以不选,但是要确认有待付款项目哟>_<,要不然跑个毛线呀,对吧
然后执行FBPM, Payment Medium creation 的界面
注意:File name如果填写不合法,会导致Dump的,不过不用紧张,换个名字加长点。反正测试吗。