*变量命名规范:
前缀
全称
说明
g_
global
全局变量
l_
local
局部变量
p_
parameters
选择屏幕参数
s_
Select-option
选择屏幕选择表参数
t_
table
内表
gs_或ls_
structure/work area
结构/工作区,必须添加全局或局部前缀
c_
constants
常量
cl_
class
类对象变量
r_
range table
范围表