Material Workbench Changes From 11i to R12

For Material Workbench form, the technological framework are different between R12 and 11i,In 11510 Forms grid is used where as from R12 it is upgraded to JTF grid.

(You may note Material Workbench form name is also different between 11i and R12, onhand form name in 11i is INVMATWB.fmb, in R12, form name is INVMWBIV.fmb).


For Material Workbench form, Why we use different technological framework since R12

In 11i, Material Workbench form use Forms grid to display onhand information, but due to Form technology limitation, we can't provide more complex functions, like sorting,copying...

Anyway we need a component like MS EXCEL, So since R12, we start to use JTF component, this is a JAVA component. Base on JTF component, we can provide more complex functions.


<<Material Workbench in 11i>>




<<Material Workbench in R12>>


What happen in backend after pressing FIND button, and Why performance issue happen

a.) Base on user query criteria, System will query information from onhand table MTL_ONHAND_QUANTITIES_DETAIL, Then insert to a TEMP table MTL_MWB_GTMP.

b.) Content in temp table MTL_MWB_GTMP almost have all onhand information, but we still need some additional necessary information which need retrieve from other tables,

(eg. item description, we need get item description information from item definition table MTL_SYSTEM_ITEMS_B table...)

After get these additional information, then system will update them into temp table MTL_MWB_GTMP, Your performance issue happen at this time.


How To get JTF GRID Apps check
Apps Check output from Note 276207.1 for application parameter: CRM Foundation.


JFT Definiation

CRM Administrator>Spreadtable>Metadata Administration>
Search by Datasource Name: MTL_MWB_GTMP


In On-hand qty form,how to create and construct the tree view mainly process:
11i,use INVMATWB.fmb
use the view query on-hand quantity
1.tree.setup,initial the tree in form when-new-form-instance trigger
2.the grid data use different object uion view to show the data by quantity_folder.new_view_by
2.1 quantity_folder.post_query use different view to query
R12,use INVMWBIV.fmb
1.tree.setup,initial the tree in form when-new-form-instance trigger
2.jtf_grid.init -> jtf_grid.populate -> jtf_griddb.fetchDataSet -> EXECSQL init the grid and get the data
3.apptree.event call tree.event to expand or collapse
3.1 call inv_mwb_controller.event to construct the tree
3.1.1 by different node_type call different package
inv_mwb_location_tree、inv_mwb_item_tree、inv_mwb_cost_group_tree etc..
3.1.1.1 call inv_mwb_query_manager.execute_query get the tree data and insert into mtl_mwb_gtmp for the grid query
4.tree.new_view_by:show the grid data
4.select the tree node, call jtf_grid.refresh in JTF_GRID.pld to load data again





  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值