一.接收返回參數
open(w_fpo_trans_head_select)
ls_trans_ref=Message.StringParm
this.object.trans_ref[1]=ls_trans_ref
二.傳遞返回參數
ls_contr_code=dw_1.object.contr_code[ll_row]
CloseWithReturn(Parent, ls_contr_code)
本文介绍了一个简单的程序模块如何实现参数的传递与接收。具体包括从外部接收参数并将其存储到对象属性中的方法,以及如何将内部变量作为参数返回给调用者的过程。这些基本操作对于构建更复杂的应用程序逻辑至关重要。
一.接收返回參數
open(w_fpo_trans_head_select)
ls_trans_ref=Message.StringParm
this.object.trans_ref[1]=ls_trans_ref
二.傳遞返回參數
ls_contr_code=dw_1.object.contr_code[ll_row]
CloseWithReturn(Parent, ls_contr_code)
1587

被折叠的 条评论
为什么被折叠?