Populate screen data automatically

field  zz_test-uname.
module populate_record on chain-request.

module populate_record input.
  ztlo_testing-uname = sy-uname.
  ztlo_testing-datum = sy-datum.
  ztlo_testing-uzeit = sy-uzeit.
endmodule.             
posted @ 2019-03-21 16:59  auroracj  阅读(99)  评论(0编辑  收藏  举报