zl程序教程

您现在的位置是:首页 >  其他

当前栏目

修改请求号状态的程序详解编程语言

状态程序编程语言 详解 修改 请求
2023-06-13 09:11:52 时间

* *


*  Report ZFI_TEST


*


* *


*


*


* *

REPORT ZFI_TEST111 .


TABLES:E070.


PARAMETERS : p_TRKORR 
like e070-TRKORR obligatory.


update e070 
set trstatus = 
D  
where TRKORR = p_TRKORR.


if sy-subrc = 
0.

 
commit 
work.

 
message 
success  
type 
S .


else.

 
rollback 
work.

 
message 
error  
type 
S .


endif.

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/20015.html

c