标签:rip UNC call exp tin change header show rap
VA03可以看到delivery block字段
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
data: lwa_header_in type bapisdh1,
lwa_header_inx type bapisdh1x,
lit_return type table of bapiret2,
lwa_return like line of lit_return.
lwa_header_in-dlv_block = i_dlv_block.
lwa_header_inx-updateflag = ‘U‘. " Update indicator
lwa_header_inx-dlv_block = abap_true.
call function ‘BAPI_SALESORDER_CHANGE‘
exporting
salesdocument = i_vbeln
order_header_in = lwa_header_in
order_header_inx = lwa_header_inx
tables
return = e_it_return.
|
以上,我是来打酱油的......
◆◆0更新SO delivery block字段(BAPI_SALESORDER_CHANGE)
标签:rip UNC call exp tin change header show rap
原文地址:https://www.cnblogs.com/lvdong18847870057/p/12534900.html