zoukankan      html  css  js  c++  java
  • Generate Time Data(财务日期主数据)

     
     
    1. Generate the master data from the specific time frame that you are interested in根据你输入的时间段来产生主数据
    •On the Quick Launch Page > Data > Generate Time Data
    生成前,需指会计年度变式表与具体哪个变式
     
     
    注:一定要有T009这个标准表,且还要有数据,否则Variant下拉框中不会有值,下面是自己虚拟机真实情况:
    2. Verify the generated data within _SYS_BI.M_FISICAL_CALENDAR
    生成的账务主数据会放在_SYS_BI.M_FISICAL_CALENDAR表中 
      

    3. Create a new Fiscal Time based Attribute view
    •Right Click on Attribute View > New
     pastedImage_13.png
    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.
    http://scn.sap.com/servlet/JiveServlet/downloadImage/102-26752-1-92099/380-400/pastedImage_17.png
    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.
    6. Right Click on the Attribute View > Activate
     
    7. Right Click on the Attribute View > Preview
     
    8. Use the Attribute view within an existing Analytical View AN_TIME_00.
    在分析视图在使用上面创建的时间属性视图。AN_TIME_00为分析视图
    •Right Click on Analytical View > Open
     
    9. Open the logical view.
     在新版本Studio中为Star Join
    10. Drag the FISICAL_00 attribute view into the Analytical views logical view.
     将 FISICAL_00时间属性视图加入到分析视图的Logical view(新版Star Join)
    11. Create a join (referential n..1) between FISCAL_00.DATE and the data foundation HZDAT field.
    通过日期关联(YYYYMMDD)
     
    12. Activate & Preview
     这样就可以按会计变式进行数据分析了
     
  • 相关阅读:
    aspx页面,中文乱码解决方案
    使用JSP体验微信公众平台开发模式
    使用微信公众平台“编辑模式”的过程记录
    JAVA刷新网站IP访问量的技术探讨
    301. Remove Invalid Parentheses
    Dungeon Game
    刷题关键点总结-动态规划
    刷题关键点总结-单调栈、单调队列
    coin change
    常用vim命令
  • 原文地址:https://www.cnblogs.com/jiangzhengjun/p/91b25ed19c42e257f4d5e1b9eaab1a22.html
Copyright © 2011-2022 走看看