类型在Impex中被视为抽象

2020-09-17 04:26发布

         点击此处--->   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

  

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

直接在初始化之后。

         点击此处--->   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

  

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

直接在初始化之后。

付费偷看设置
发送
2条回答
宇峰Kouji
1楼 · 2020-09-17 04:45.采纳回答

来自 http://answers.sap.com/answers/12779254/view。 html:

回答者·2015年4月1日,下午2:44

经过几个小时的黑客系统更新过程,我发现如果itemtype没有定义jaloclass且父itemtype是抽象的,那么它将自动变为抽象。 因此,要解决此问题,我只需将jaloclass属性指定为MyComponent jalo类。

另请参阅: https://answers.sap.com/questions/12748895/extending-abstract-item-in-hybris-51-results-in-ab.html

Tong__Ming
2楼-- · 2020-09-17 04:56

谢谢 卢卡斯 您保存了我的一天:)

一周热门 更多>