天天看點

SAP CRM擴充字段的中繼資料倉庫

AXT_RUN_FIELDUSE

SAP CRM擴充字段的中繼資料倉庫

There are also some other metadata repository tables which would be accessed in the runtime:

AXT_RUN_FIELDDEF

Extensibility runtime field definition

One example:

SAP CRM擴充字段的中繼資料倉庫

From table above, every AET field should have a data type assigned during creation.

One data type has one dedicated handler class:

SAP CRM擴充字段的中繼資料倉庫
SAP CRM擴充字段的中繼資料倉庫

As a result if we would like to “cheat” AET framework to consider the extension field created by S4 Key user tool also as an AET field, we have to insert one entry to this table manually, OR ELSE:

SAP CRM擴充字段的中繼資料倉庫

繼續閱讀