1.计算内表行数的三种方式
①:LOOP 循环统计
②:lines(table) 通过lines函数统计
③:DESCRIBE TABLE gt_data LINES lv_int
2.字符串拼接
①:使用 str = str1&& str2 .
②:使用 concatenate : str1 str2 into str .
3.字符串分割 split
①:分割至字符串
②:分割至内表
split str at ','
<style></style>