码迷,mamicode.com
首页 > 其他好文 > 详细

SAP ABAP编程 SY-REPID与SY-CPROG的区别

时间:2014-10-15 12:46:10      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   ar   sp   数据   on   cti   line   

 首先,对它两的解释为   sy-repid is the name of the current program.  “当前程序的程序名
                                           sy-cprog is the name of the calling program.
   ”调用程序的程序名

    写个简单的程序,调个FM ,你就知道区别了,当程序进入FM的时候

     sy-repid是这个FM所在FunctionPool的名字,
     sy-cprog是调用这个FM的Report的程序名。

   另外,SY-REPID不能更改,SY-CPROG像其它数据结构一样可以修改。

SAP ABAP编程 SY-REPID与SY-CPROG的区别

标签:style   color   io   ar   sp   数据   on   cti   line   

原文地址:http://blog.csdn.net/qinyuezhan/article/details/40107047

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!