【ABAP】关于AT NEW
摘要:
1. 关于AT NEW 示例如下: REPORT zfr_test. DATA: begin of it_data OCCURS 0, id type char10, name type char10, menge type menge_d, end of it_data. DATA: begin 阅读全文
posted @ 2015-10-07 13:34 color_story 阅读(679) 评论(0) 推荐(0) 编辑