CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = 'Status' text = l_msg add_stdinf = 'X' IMPORTING RESULT = lc_msg EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
本文共 425 字,大约阅读时间需要 1 分钟。
CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = 'Status' text = l_msg add_stdinf = 'X' IMPORTING RESULT = lc_msg EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
转载于:https://www.cnblogs.com/caizjian/p/4615651.html