在sap中定义表的时候,设置为键字字段一定要出现在表的开头部分,并且连续出现,
否则就会报错:“关键字已定义; 字段 XXXX 可能不在关键字中”。
Diagnosis
When defining table fields, you added further key fields at the end after entering a block of key fields followed by a block of non-key fields.
All the key fields of a table must be in a block at the beginning of the table.
Procedure
All key fields in a table should be entered in a single block.
--the end--
在SAP中定义表时,键字字段必须位于表的开头连续出现,否则将导致错误提示:"关键字已定义; 字段 XXXX 可能不在关键字中"。正确做法是所有键字段应在一个单独的块中定义。
5525

被折叠的 条评论
为什么被折叠?



