2020-09-28 00:47发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨, 我想使用"热文件夹实现"将分类特征数据分配给产品。
通过Impex,我可以分配分类特征数据。 喜欢 $ feature1 = @电机直径6752 [$ clAttrModifiers] INSERT_UPDATE产品;代码[unique = true]; $ feature1
但是使用Hot文件夹实现,我们如何编写CSV数据加载的Impex标头。
谢谢
#{defaultImpexCustomHeader} #插入产品 INSERT_UPDATE ProductFeature; 产品(代码,$ catalogVersion)[unique = true]; 分类属性分配(classificationClass(代码,$ classCatalogVersion),分类属性(代码,$ classSystemVersion));限定符[unique = true];值[translator = de.hybris.platform.catalog.jalo.classification.impex.ProductFeatureValueTranslator] ; {0}:;; {1} ::: {2}; ERP_CLASSIFICATION_001/ERP_IMPORT/{1}。{2}; {3}
嗨,
我正在寻找类似的选择。 请告诉我您是否有解决办法
感谢和问候Aparna
我也有类似的需求,因此我自定义了" ClassificationAttributeTranslator"以使其与热文件夹相匹配:
<值>#{defaultImpexProductHeader} $ clAttrModifiers = system ='$ classificationCatalog',version ='1.0',dateformat = yyyyMMdd,translator = com.pim.dataimport.classification.impex.MyClassificationAttributeTranslator,lang = $ lang $ feature = @ dummy [$ clAttrModifiers]; UPDATE产品;代码[unique = true]; $ feature; $ catalogVersion ; {+ 0}; @ {+ 1} * {2} ;; {S}
{1} =>分类属性代码
{2} =>值
您可以找到随附的自定义翻译器:此处
最多设置5个标签!
嗨,
我正在寻找类似的选择。 请告诉我您是否有解决办法
感谢和问候Aparna
我也有类似的需求,因此我自定义了" ClassificationAttributeTranslator"以使其与热文件夹相匹配:
{1} =>分类属性代码
{2} =>值
您可以找到随附的自定义翻译器:此处
一周热门 更多>