My Account应用里Account主数据搜索的FromDate是如何在后台生成的

Unlike the My Appointment application where the appointments data of given time period is calculated in the frontend ( discussed in this issue, when you choose Appointment from drop down list in My Account application, in this scenario the time period acting as filter is calculated in the backend.

My Account应用里Account主数据搜索的FromDate是如何在后台生成的


一直到这一个步骤, it_filter_options都是空的:


My Account应用里Account主数据搜索的FromDate是如何在后台生成的

首先将ui传进来的filter存到lt_filter_select_options:

My Account应用里Account主数据搜索的FromDate是如何在后台生成的

然后在这个方法里添加其他filter :

My Account应用里Account主数据搜索的FromDate是如何在后台生成的

这是通过ABAP 代码在后台添加的filter:


My Account应用里Account主数据搜索的FromDate是如何在后台生成的

上一篇:c# form-data表单提交,post form上传数据、文件


下一篇:SpringMVC+Spring+mybatis+Redis项目从零开始--分布式项目结构搭建