Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的变量是 N 类型,即
COMP_ID(8) TYPE n
我创建了一个透明表。在我的表中,COMPLAINT_ID 字段的类型为“ NUMC”。
NUMC
当我将 COMP_ID 保存到我的表的 COMPLAINT_ID 中时,它没有获取值。
如果您使用 numc 作为数据元素的域,它将占用 5 个字符。您应该给出预定义的类型并定义您在表中使用的数据元素的长度。我相信这是问题所在。