无法使用impex导入cmslinkComponents styleAttributes rel =" nofollow"

2020-09-25 05:49发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨,大家好,Hybris有一个由...

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

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


嗨,大家好,Hybris有一个由styleAttributes(String)命名的区域,我想用impex将该区域设置为rel =" nofollow"。 我尝试转义'=',但没有。 其中一些(" rel = nofollow",'rel =" nofollow"',rel = \" nofollow)

如果您对此有所了解,请帮助我。 谢谢!!

注意:StyleAttributes接受rel,我可以在后台平台上添加此字符串

致谢

3条回答
追夢秋陽
2020-09-25 06:28 .采纳回答

只需插入 rel =" nofollow"

,您就无需转义任何内容

例如 这应该工作

  UPDATE CMSLinkComponent; code [unique = true]; catalogVersion(catalog(id),version)[unique = true]; styleAttributes
  ; mycomponent; mycatalog:Staged; rel =" nofollow"
  

如果要用引号引起来(包括定界符,例如; ),则应通过将引号加倍来对引号进行转义。 最近在这里谈论过: https://answers.sap.com/questions/12767227/i-want-to-insert-a-semicolon-itself-a-value-for-on.html?childToView=12828751#comment-12828751

例如

  UPDATE CMSLinkComponent; code [unique = true]; catalogVersion(catalog(id),version)[unique = true]; styleAttributes
  ; mycomponent; mycatalog:Staged;" rel ="" nofollow"" style =""边框:1px固体石灰;颜色:鲑鱼;"""
  

一周热门 更多>