您好,欢迎访问一九零五行业门户网

将日期显示为表中的默认值

请尝试以下代码。请注意,您需要在 start-of_selection
之前设置该值select-options: so_date for sy-datlo.initialization.so_date-sign = 'i'.so_date-option = 'eq'.so_date-low = sy-datum.clear so_date-high.append so_date.
您也可以尝试这个简单的选项 -
select-options: so_date for sy-datlo default sy-datum.
以上就是将日期显示为表中的默认值的详细内容。
其它类似信息

推荐信息