小编sat*_*tya的帖子

何时在ABAP中使用TYPE和LIKE

为什么会出现此错误.当我使用*类型(在第2行的类似位置)时不会显示任何错误,当我使用像显示错误.什么是LIKE和之间的区别TYPE

TYPES name(20) type c.
data student_name *like name.
student_name = 'satya'.
write student_name.

错误- NAME must a flat structure you can not use internal table,string referenceses or structure as component

sap abap

-1
推荐指数
1
解决办法
2020
查看次数

标签 统计

abap ×1

sap ×1