类型在Impex中被视为抽象

2020-09-17 04:26发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)导入此impex:$ conte...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


导入此impex:$ contentCatalog = b2b-ContentCatalog $ contentCatalogVersion =已分期#$ contentCatalogVersion =在线$ contentCV = catalogVersion(CatalogVersion.catalog(Catalog.id [default = $ contentCatalog]),CatalogVersion.version [default = $ contentCatalogVersion ])[default = $ contentCatalog:$ contentCatalogVersion]

 #MyAccount组件
  INSERT_UPDATE MyAccountComponent;  $ contentCV [unique = true];  uid [unique = true]; 名称                ;  &componentRef
                                   ;  ; 我的帐户        ;  MyAccount组件; 我的帐户
 
  INSERT_UPDATE Con​​tentSlot;  $ contentCV [unique = true];  uid [unique = true];  cmsComponents(&componentRef)
                            ;  ;  MyAccountSlot; 我的帐户

  

其中MyAccountComponent是Items.xml中的常规项目:

  
               MyAccount信息减少的组件
              <属性>
                  
                      
                  
              
          
 
  

我得到以下错误:

  INSERT_UPDATE MyAccountComponent; catalogVersion(CatalogVersion.catalog(Catalog.id [default = b2b-ContentCatalog]),CatalogVersion.version [default = Staged])[default = b2b-ContentCatalog:Staged] [unique = true]  ; uid [unique = true]; name;&componentRef
  找不到配置列的允许类型。 省略的类型:{8796123988050 = [类型MyAccountComponent是抽象的-模式import_strict不允许使用的类型]},定义:{0 = INSERT_UPDATE MyAccountComponent,1 = catalogVersion(CatalogVersion.catalog(Catalog.id [default = b2b-ContentCatalog]),CatalogVersion  .version [default = Staged])[default = b2b-ContentCatalog:Staged] [unique = true],2 = uid [unique = true],3 = name,4 =&componentRef} ;; MyAccount; MyAccount Component; MyAccount

  

有人能阐明为什么会发生这种情况吗?

直接在初始化之后。