此博客为原创博客,都是个人工作经历所得,转载请注明出处
摘要: DATA: itab TYPE TABLE OF sy-ucomm.APPEND 'DELE' TO itab.APPEND 'PICK' TO itab.SET PF-STATUS 'STA3' EXCLUDING itab.就是把screen status设置成standard, 并排除rt_e... 阅读全文
posted @ 2014-09-23 12:28 Rainystuday 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 【转自】http://blog.csdn.net/hackai886/article/details/7935366SAP中,Table Control是在Screen中用的最广泛的控件之一了,可以实现对多行数据的编辑。简单来说,Table Control是一组屏幕元素在Screen上的重复出现,这... 阅读全文
posted @ 2014-09-23 11:33 Rainystuday 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 【转自】http://blog.csdn.net/lhx20/article/details/3039909Table control用于在screen上以表格的形式显示数据,在table control中,可以使用table elements,keywords,,templates,radio b... 阅读全文
posted @ 2014-09-23 11:32 Rainystuday 阅读(1163) 评论(0) 推荐(0) 编辑