通过自定义Multireferenceeditor预填充参考搜索

2020-09-10 13:26发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)伙计们, 我有Multiref...

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

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


伙计们,

我有Multireferenceeditor,在其中打开参考搜索,需要对其进行一些预配置。 它具有属性" catalogVersion",我只想搜索将其提供给上下文的预定义Catalogversion。 实际上,我正在使用以下代码打开referencesearch:

  @Override
  public void openReferenceAdvancedSearch(当前选中的最终集合)
  {
      最后的TypeAwareSelectionContext typeAwareSelectionContext = new TypeAwareSelectionContext(null,
              Lists.newArrayList(currentlySelected));
      typeAwareSelectionContext.setTypeCode(" CavokMedia");
      typeAwareSelectionContext.setMultiSelect(true);
      typeAwareSelectionContext.addParameter(TypeAwareSelectionContext.SEARCH_CTX_PARAM,getReferenceSearchContextMap());
      getEditorContext()。getParameters()。forEach((key,value)-> typeAwareSelectionContext.addParameter(key,value));
      sendOutput(" premReferenceSearchCtx",typeAwareSelectionContext);
  }

  

有什么方法可以发送一些CatalogVersion参数进行搜索吗?

5条回答
wang628962
2020-09-10 14:02

嗨,丹尼尔! 如果找到解决方案,请与我们分享您解决此问题的方法吗? 因为我具有相同的任务,所以我必须在选择列表框中过滤产品,但是无法从..父对象中获取所需目录版本的引用,例如使用xml config这样的

  
                                   referenceSearchCondition_catalogVersion 
                                   {parentObject.catalogVersion} 
   

  

谢谢!

一周热门 更多>