method if_ex_acc_document~change.
data: wa_extension type bapiparex,
ext_value() type c,
wa_accit type accit,
l_ref type ref to data. field-symbols: <l_struc> type any,
<l_field> type any. sort c_extension2 by structure. loop at c_extension2 into wa_extension.
at new structure.
create data l_ref type (wa_extension-structure).
assign l_ref->* to <l_struc>.
endat.
concatenate wa_extension-valuepart1 wa_extension-valuepart2
wa_extension-valuepart3 wa_extension-valuepart4
into ext_value.
move ext_value to <l_struc>.
assign component 'POSNR' of structure <l_struc> to <l_field>.
read table c_accit with key posnr = <l_field>
into wa_accit.
if sy-subrc is initial.
move-corresponding <l_struc> to wa_accit.
modify c_accit from wa_accit index sy-tabix.
endif.
endloop.
endmethod.

最新文章

  1. 如何给FineReport设置自定义消息提醒工具
  2. [转载]PV操作简单理解
  3. 加载AssetBundle方法
  4. C++学习笔记13:运算符重载(赋值操作符2)
  5. 删除ecshop底部共执行个查询Gzip 已禁用,占用内存方法
  6. ctrl + d 在phpstorm 和 eclipse 中的不同含义
  7. POJ 1477
  8. erlang学习笔记(2)
  9. LinearLayout具体解释二:LinearLayout的创建过程以及状态全程解析
  10. 用友财务总帐(GL)模BI数据ETL分析
  11. Cocos2d-x shader学习2: 模糊(Blur)
  12. Java之排序
  13. Python-定时爬取指定城市天气(一)-发送给关心的微信好友
  14. Mechanism:Limited Direct Execution
  15. NODE&amp;NPM
  16. OpenStack Trove组件WSGI和RPC调用流程(参考调用的整个过程)
  17. sql语句-单表查询
  18. centos7部署fabric-ca错误解决
  19. uva-704-暴力枚举-双向bfs
  20. 解决idea控制台乱码及项目乱码

热门文章

  1. centos7配置静态ip后仍然显示动态ip
  2. JavaScript中的闭包和匿名函数
  3. ftp协议详解
  4. 【转】解决Delphi WebBrowser 无法调用当前浏览器的版本
  5. sendEmail报错:at /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm
  6. Git 命令清单
  7. Intellij jrebel 热部署
  8. REVERSE
  9. ionic 中$ionicView.beforeEnter 事件的一个bug
  10. JQ入门学习实战演练