获取随机数  QF05_RANDOM_INTEGER

            call function 'QF05_RANDOM_INTEGER' 
             exporting
               ran_int_max   = 99999999
               ran_int_min   = 10000000
             importing
               ran_int       = zgatherid
             exceptions
               invalid_input = 1
               others        = 2.
http://blog.sina.com.cn/sapliumeng
原文地址:https://www.cnblogs.com/senlinmu110/p/3802213.html