Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3120742
  • 博文数量: 238
  • 博客积分: 864
  • 博客等级: 军士长
  • 技术积分: 2940
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-08 23:01
个人简介

WeChat: cj_william / Mail: william.chen.cn@outlook.com

文章分类

全部博文(238)

文章存档

2018年(2)

2016年(35)

2015年(47)

2014年(104)

2013年(38)

2012年(12)

分类: 其他平台

2016-06-11 19:39:53

DMEE NoteFunction module的应用和调试

DMEE 填写Type 和 Formate.....

 

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.

 

DMEE: Template for exit function module :

FOR: 

Functionality

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 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.

Example

According to the tree type defintion, the following typing applies to the tree type PAYM (payment medium):

  • I_ITEM has the type DMEE_PAYM_IF_TYPE. It contains the components FPAYH, FPAYHX und FPAYP. Note that the DMEE Controller is called for each FPAYP record.
  • I_PARAM is not used.
  • I_UPARAM is filled only if there is a format-specific structure for the format.
  • I_TAB has the type DMEE_PAYM_IF_TAB. It contains the note to payee texts.


DMEE: Template for exit function module (extended interface)

FOR: 

Functionality

This 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:

  • In the NODE component: statistical information about the current tree node from which the exit module is called
  • In the NODE_VALUES component: dynamic information about the current node
  • In the REF_TAB component: dynamic information about the nodes of the current segment

 


 FU ZZFDMEE_BOA_VENDNAME

____________________________________________________

Short Text

SEPA: Obtain Batch ID

Functionality

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.

Example

According to the DMEE_TREE_TYPE table, the following typing applies to the tree type PAYM (payment medium):

  • I_ITEM has the type DMEE_PAYM_IF_TYPE. It contains the components FPAYH, FPAYHX und FPAYP. Note that the DMEE Controller is called for each FPAYP record.
  • I_PARAM is not used.
  • I_UPARAM is filled only if there is a format-specific structure for the format.
  • I_TAB has the type DMEE_PAYM_IF_TAB. It contains the note to payee texts.

Parameters

I_TREE_TYPE
I_TREE_ID
I_ITEM
I_PARAM
I_UPARAM
O_VALUE
C_VALUE
N_VALUE
P_VALUE
I_TAB

Exceptions

Function Group

ZFBOA_FG

那么如何Debug对应function module呢,这里提供一种方法:

首先在Function module 里边代码设置断点,

然后F110执行到跑完proposal,执行的时候可以选择生成中间文件也可以不选,但是要确认有待付款项目哟>_<,要不然跑个毛线呀,对吧

然后执行FBPM Payment Medium creation 的界面

注意:File name如果填写不合法,会导致Dump的,不过不用紧张,换个名字加长点。反正测试吗。

阅读(2297) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~