Action profile: ZAVADDR和ZAVPERS

Created by Jerry Wang, last modified on Apr 30, 2014

在table PPFTSFMLRU里除了email address外,还有两个field ZAVADDR和ZAVPERS. 

 

Action profile: ZAVADDR和ZAVPERS

 

 

action framework 通过上图三个字段来取email address。

 

Action profile: ZAVADDR和ZAVPERS

 

 

但是Partner UI维护界面上并不能找到上述三个field:

 

Action profile: ZAVADDR和ZAVPERS

 

 

 

这些field的设计模型可以通过BOL browser来找到:

 

 

1. tcode GENIL_BOL_BROWSER, component set BP_APPL:

 

 

搜索 email address "jerry.wang@sap.com"

Action profile: ZAVADDR和ZAVPERS

 

2. One BuilHeader found. 点击 Children button:

Action profile: ZAVADDR和ZAVPERS

 

Action profile: ZAVADDR和ZAVPERS

 

执行 BuilAddressRel relation, 这里就能找到Address number 8526005.

Action profile: ZAVADDR和ZAVPERS

 

同样能找到UI上显示的country,region,comminication method信息:

Action profile: ZAVADDR和ZAVPERS

 

执行BuilAddressEmailRel 即可找出email address.

Action profile: ZAVADDR和ZAVPERS

上一篇:JS异步事件轮询


下一篇:从一道题浅说 JavaScript 的事件循环