此博客为原创博客,都是个人工作经历所得,转载请注明出处

随笔分类 -  Code

writed code
摘要:REPORTZMM_UPLOAD_PR.DATA:BEGINOFGT_DATA1OCCURS0,BSARTTYPESTRING,"凭证类型BNFPOTYPESTRING,"项目KNTTPTYPESTRING,"科目分配类别TXZ01TYPESTRING,"短文本MENGETYPESTRING,"数量... 阅读全文
posted @ 2014-12-04 17:38 Rainystuday 阅读(401) 评论(0) 推荐(0)
摘要:【转自 http://blog.csdn.net/forever_crazy/article/details/6542507】report ......selection-screen pushbutton 2(10) pb11 user-command pb11.selection-screen ... 阅读全文
posted @ 2014-12-04 17:17 Rainystuday 阅读(300) 评论(0) 推荐(0)
摘要:【转自 http://www.512test.com/home/space.php?uid=19&do=blog&id=5】*-----------------------------------------------------------------------* Report ZTRRQ00... 阅读全文
posted @ 2014-12-03 22:13 Rainystuday 阅读(292) 评论(0) 推荐(0)
摘要:【转自http://www.512test.com/home/space.php?uid=19&do=blog&id=2381】很多顾问测试HR的程序时都为录入人员头痛,下面的程序提供了快速复制人员的方法。代码如下:*&----------------------------------------... 阅读全文
posted @ 2014-12-03 22:07 Rainystuday 阅读(371) 评论(0) 推荐(0)
摘要:【转自http://www.cnblogs.com/VerySky/articles/2170014.html】*----------------------------------------------------------------------**ProgramName:Z_FI_DCV_... 阅读全文
posted @ 2014-12-03 11:14 Rainystuday 阅读(1055) 评论(0) 推荐(0)
摘要:INCLUDE OLE2INCL*ALV输出CALLFUNCTION'REUSE_ALV_GRID_DISPLAY'EXPORTINGI_CALLBACK_PROGRAM=SY-REPIDI_CALLBACK_PF_STATUS_SET='PF_STATUS_SET'I_CALLBACK_USER_... 阅读全文
posted @ 2014-12-03 11:12 Rainystuday 阅读(193) 评论(0) 推荐(0)
摘要:定义内表1. 先声明表结构, 再根据表结构定义内表.TYPES: BEGIN OF w_itab,a(10),b(10),END OF w_itab.DATA: itab1 type standard table of w_itab with header line.DATA: itab2 like... 阅读全文
posted @ 2014-12-01 20:59 Rainystuday 阅读(167) 评论(0) 推荐(0)
摘要:【转自http://blog.sina.com.cn/s/blog_7c7b16000101bnxk.html】SAP ABAP 发邮件方法三(OO)*&---------------------------------------------------------------------**& ... 阅读全文
posted @ 2014-12-01 20:58 Rainystuday 阅读(1191) 评论(0) 推荐(0)