zoukankan      html  css  js  c++  java
  • 资产类标准数据源抽取顺序

    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/a4/f4153c4eb5d82ce10000000a114084/content.htm?frameset=/en/92/80453ff168e07fe10000000a114084/frameset.htm&current_toc=/en/a8/f4153c4eb5d82ce10000000a114084/plain.htm&node_id=2
    财务资产类数据源(FI-AA)上载存在先后顺序,如果不按顺序上载信息包,则信息包请求会报错,提示需要先上载之前的数据源。 以下为SAP HELP上的说明: Sequence of DataRequest
    Forsummarization of line items by master record characteristics (such as costcenter) during posting of ODS objects to InfoCubes, master data must alreadyexist prior to extraction of transaction data. The following sequence musttherefore be kept to during extraction:
    1.   0FI_GL_4                General Ledger: line items (if required)
    2.   0ASSET_ATTR_TEXT           Asset subnumber (flexible updating)
    3.   0ASSET_AFAB                         Depreciation area real or derived
    then thetransaction data
    1.   0FI_AA_11              FIAA : transactions and / or
    2.   0FI_AA_12              Posted depreciations (period values)
    HELP写得很明白,如果需要加载数据,需要按照0FI_GL_4==>0ASSET_ATTR_TEXT==>0ASSET_AFAB_ATTR==>0FI_AA_11==>0FI_AA_12顺序加载, 当然这个指的是增量抽取的时候,对于全量抽取,则没有加载顺序的限制。 另外,对于重新初始化,如果需要重新初始化某个数据源,同样需要先增量抽取完前面的数据源,然后再重新初始化。
     
    原文地址:
    http://blog.csdn.net/bruce_yin/article/details/28671237
  • 相关阅读:
    ASP.NET验证控件的使用 拓荒者
    读书笔记:MFC单文档应用程序结构分析 拓荒者
    MFC单文档(SDI)全屏程序的实现 拓荒者
    jQuery的animate函数
    设备尺寸杂谈:响应性Web设计中的尺寸问题
    Yeoman学习与实践笔记
    IE对文档的解析模式及兼容性问题
    推荐给开发和设计人员的iPad应用
    几个移动应用统计平台
    颜色、网页颜色与网页安全色
  • 原文地址:https://www.cnblogs.com/psapfans/p/7868445.html
Copyright © 2011-2022 走看看