0
点赞
收藏
分享

微信扫一扫

计算字符串长度,中文俩字符,数字…

草原小黄河 2022-08-16 阅读 76
编程语言

data: lv_str type string,
lv_len type i.

lv_str = 'I love 中国?!'.
lv_len = cl_abap_list_utilities=>dynamic_output_length( lv_str ).
write:/ lv_len.


感谢群里的朋友; ABAP-Earth


举报

相关推荐

0 条评论