zoukankan      html  css  js  c++  java
  • SAP HELP 之 凭证分解概述

    SAP HELP

    You can use the document splitting procedure to split up line items for selected dimensions (such as receivable lines by profit center) or to effect a zero balance setting in the document for selected dimensions (such as segment). This generates additional clearing lines in the document. Using the document splitting procedure is the prerequisite for as well as an essential tool for drawing up complete financial statements for the selected dimensions at any time.

    You can choose between displaying the document with the generated clearing lines either in its original form in the entry view or from the perspective of a ledger in the general ledger view.

    For document splitting to be possible, the individual document items and the documents must be classified. Each classification corresponds to a rule in which it is specified how document splitting is to occur and for which line items.
    SAP delivers a set of standard rules that should usually prove sufficient. If not, you can define your own set of rules and adapt these according to your needs.

    Example

    Example 1: Invoice

    Suppose a vendor invoice containing the following items is entered:

    Posting Key Account Segment Amount
    31 Payables -100
    40 Expense 0001   40
    40 Expense 0002   60

    Document splitting then creates the following document in the General Ledger view:

    Posting Key Account Segment Amount
    31 Payables 0001   -40
    31 Payables 0002   -60
    40 Expense 0001   40
    40 Expense 0002   60

    Example 2: Payment

    The payment for the above vendor invoice then contains the following items when entered:

    Posting Key Account Segment Amount
    50 Bank -95
    25 Payables 100
    50 Cash Discount Received -5

    Document splitting then creates the following document in the General Ledger view:

    Posting Key Account Segment Amount
    50 Bank 0001   -38
    50 Bank 0002   -57
    25 Payables 0001   40
    25 Payables 0002   60
    50 Cash Discount Received 0001     -2
    50 Cash Discount Received 0002     -3
  • 相关阅读:
    数据结构——二叉搜索树、B树、B-树
    计算机组成原理——指令流水线
    计算机组成原理——微指令的控制字段
    计算机组成原理——关于数据对齐存储
    program
    数据库——视图(View)相关
    软件测试——性能测试、压力测试、负载测试等详解
    软件测试——Stub和Mock
    虚拟机的性能监控与故障处理工具
    Linux中安装tomcat后,window中访问不到tomcat的欢迎界面问题
  • 原文地址:https://www.cnblogs.com/laozhang/p/2326244.html
Copyright © 2011-2022 走看看