简体   繁体   English

如何在更多选择窗口中找到更多选择按钮?

[英]How to find the more selection button in more selection window sap?

in my report I have a selection option在我的报告中,我有一个选择选项

SELECT-OPTIONS: s_var for myvar.

If i click the button 'more selection' I got a popup with standard SAP option.如果我单击“更多选择”按钮,则会弹出一个带有标准 SAP 选项的弹出窗口。 BUT I dont find the button 'multiple selection' inside this window.但是我在此窗口中找不到“多选”按钮。 Is there a way how to activate the button?有没有办法激活按钮?

thanks谢谢多项选择

You need to add a search help.您需要添加搜索帮助。

data: myvar type ybctest-werks.

SELECT-OPTIONS: s_var for myvar MATCHCODE OBJECT H_T001W_C.

That should fix your problem.那应该可以解决您的问题。

This "just works" for standard fields like:这“适用于”标准字段,例如:

data: myvar type t001w-werks.

SELECT-OPTIONS: s_var for myvar

because that field has an explicit search help defined in the data dictionary (SE11->T001W->entry help/check tab).因为该字段在数据字典中定义了明确的搜索帮助(SE11->T001W->条目帮助/检查选项卡)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM