大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。
首先,它的两个解释 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像其他数据结构可以被改变为。
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/117823.html原文链接:https://javaforall.net