zoukankan      html  css  js  c++  java
  • SAP HANA中创建与时间相关的数据及Time Attribute View(Fiscal) 沧海

    This document provides the general functionality and idea about the "Generate Time Data" with calender type "Fiscal".

    In order to better understand how to use “Generate Time Data”, we are going to use standard table for the examples.

    Note: While using this option you need to replicate the standard table into SAP HANA that is T005T, T005U, T009, and T009B. If these standard tables are not available then you will not be able use the “Generate Time Data” function.

    Procedure:

    1. Generate the master data from the specific time frame that you are interested in

    • On the Quick Launch Page > Data > Generate Time Data

    image

    2. Verify the generated data within _SYS_BI.M_FISICAL_CALENDAR

    image

    3. Create a new Fiscal Time based Attribute view

    • Right Click on Attribute View > New

    image

    4. Enter FISCAL_00 for the name of the view

    • For the Calendar Type Select > Fiscal.
    • For the variant select K4:800
    • Click on Auto Create.
    • Click Finish.

    image

    5. As a result you will see the fiscal calendar table with the generated Attributes.

         Note: Optionally you can remove any attribute fields that are not needed.

    image

    6. Right Click on the Attribute View > Activate

    image

    7. Right Click on the Attribute View > Preview

    image

    8. Use the Attribute view within an existing Analytical View AN_TIME_00.

    • Right Click on Analytical View > Open

    image

    9. Open the logical view.

    10. Drag the FISICAL_00 attribute view into the Analytical views logical view.

    11. Create a join (referential n..1) between FISCAL_00.DATE and the data foundation HZDAT field.

    image

    12. Activate & Preview

    image

  • 相关阅读:
    JDK14的新特性:JFR,JMC和JFR事件流
    java深入理解浅拷贝和深拷贝
    jcmd:JDK14中的调试神器
    你真的了解java class name吗?
    JDK14中的java tools简介
    JDK 14的新特性:switch表达式
    JDK 14的新特性:文本块Text Blocks
    java中的内部类内部接口详解
    一文弄懂String的所有小秘密
    深入理解java的泛型
  • 原文地址:https://www.cnblogs.com/omygod/p/3031850.html
Copyright © 2011-2022 走看看