zoukankan      html  css  js  c++  java
  • 如何创建依赖于某时间段的ABAP视图

    Step1: Create your transparent table as usual. The only special task is to include two additional fields for start and end date. Use predefined VIM_BEGDA and VIM_ENDDA.

    Step2: go to tcode SE54, choose "Edit Table/View->Generated Objects", then click create button:

    Choose "Environment->Generate Time-Dep.":

    Maintain Function group name:

    Make sure the table maintenance dialog is generated successfully:

    Step3: now you can maintain time dependent table entries via tcode SM30.

    I have maintained totally 4 entries with different valid from and valid to date and reviewed them in SE16:

    In SM30, if I mark "No Restrictions" and click Display button:

    the entry with valid from = 01/19/2014 and valid to = 01/20/2014 will not be displayed by default.

    Instead, we have to click "Expand <-> Collapse" to make it visible:

    It is also possible to specify a time range of valid from or valid to date to get a list of a subset of entries:

    For example, I would like to see only those entries whose valid from date fall into the range between 01/16/2014 and 01/19/2014:

    and only these two entries meet the condition:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    ubuntu14.04 允许root用ssh登录
    MySQL(Navicat)运行.sql文件时报错:[Err] 2006
    Ubuntu14.04 安装git
    Ubuntu14.04下安装redis
    ubuntu apt-get update 失败解决
    检出商品详情中的图片并替换url
    nohup和&后台运行,进程查看及终止
    ubuntu 的chmod 和 chown
    php5.4安装fileinfo扩展
    crontab
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619014.html
Copyright © 2011-2022 走看看