Help view通常用在search help的'Selection Method'参数中,'Selection Method'参数同样可以输入database table或database view。
Help View是以outer join方式关联取数,然而database table是以inner join方式关联取数的。
下图可以帮助你快速理解outer join和inner join区别
如果我们F4时想展示一些特殊的数据,可以在search help的'Selection Method'参数中使用help view,来解决此类问题。
一、创建一个Help View
1、se11 选择view
2、选择Help View,点击copy
3、建立多表之间的关系
在右侧就能看到表之间的关联关系了
4、切换到view fields TAB界面
可以使用table fields来添加视图字段
5、切换到selection Conditions TAB界面
在这里添加数据过滤filter条件,使用Logical Operators逻辑操作符来关联多条件
AND=> True only in case of all the conditions are true
OR=> True in the case if any of the condition is true
6、切换到maintenance status TAB界面
Read Only: Data can only be read
Read and change: Existing entries can be changed but deletion or insertion is not possible
保存激活
Help View是以outer join方式关联取数,然而database table是以inner join方式关联取数的。
下图可以帮助你快速理解outer join和inner join区别
如果我们F4时想展示一些特殊的数据,可以在search help的'Selection Method'参数中使用help view,来解决此类问题。
一、创建一个Help View
1、se11 选择view
2、选择Help View,点击copy
3、建立多表之间的关系
在右侧就能看到表之间的关联关系了
4、切换到view fields TAB界面
可以使用table fields来添加视图字段
5、切换到selection Conditions TAB界面
在这里添加数据过滤filter条件,使用Logical Operators逻辑操作符来关联多条件
AND=> True only in case of all the conditions are true
OR=> True in the case if any of the condition is true
6、切换到maintenance status TAB界面
Read Only: Data can only be read
Read and change: Existing entries can be changed but deletion or insertion is not possible
保存激活
二、在search help中使用help view
1、se11 创建一个Elementary search help
在'Selection Method'参数中输入刚建的help view(Y_help_view)
2、使用search help,在代码中添加关键字‘Matchcode object’
F4执行效果
PS:help view是outer join,不是inner join 所以我们看到的这种情况