Process Flow
The following units describe the individual steps in the down payment processing process.
The following different steps in down payment processing are looked at:
- Down Payment Agreements in the Sales Order
- Down Payment Request
- Payments made
- Milestone billing with down payment clearing
- Final billing with down payment clearing
Down Payment Processing Procedure
Settings for the billing plan - To activate the billing plan function, maintain the materials, for which you wish to process down payments, with item category group 0005 (milestone billing). This gives the item type TAO via item type determination. The item type TAO calls up the billing plan function.
You need to implement the following activities in the billing plan for down payments:
Maintain deadline category - This determines the billing rule (percentage or value down payment) for the down payment request. The system assigns billing type FAZ (payment request) defined in the standard system with billing category P. (For the billing type FAZ there is the cancellation billing document type FAS in the standard system).
Maintain the deadline proposal - Use the down payments that are due for the proposed deadlines.
Maintaining a Pricing Procedure with the Condition Type AZWR:
In the standard system the condition type AZWR is delivered for the down payment value already provided but which has not yet been calculated. You must include this condition type in the relevant pricing procedure before output tax.
Enter condition 2 (item with pricing) and the calculation formula 48 (down payment clearing value must not be bigger than the item value) for the condition type AZWR.
Before the condition AZWR you can create a subtotal with the base value calculation formula 2 (net value). If the condition AZWR is changed manually, you can get information on the original system proposal from the subtotal.
Maintain the printing indicator - The pricing procedure can not be marked as a transaction-specific pricing procedure (field Spec.proc.) The condition type AZWR has the calculation type B (fixed amount) and the condition category E (down payment request / clearing).
Maintaining the Billing Document - In the standard system there is the billing type FAZ (down payment request) and the billing type FAS for canceling . The down payment is controlled using the billing category P of the billing type. A billing type becomes a down payment request when the billing category P is assigned. You have to maintain blocking reason 02 (complete confirmation missing) for the billing documents and assign it to billing type FAZ.
Copying control - Copying requirement 20 must be entered in copying control at item level for the down payment request. In the standard system the order type TA for copying control is set up according to the billing type FAZ for the item category TAO.
Copying requirement 23 must be entered in copying control at item level for down payment clearing. In the standard system the order type TA for copying control is set up according to the billing type F2 for the item category TAO.
Financial Accounting settings - A prerequisite for down payment processing is that the account is assigned to the underlying sales document. To do this, change the field status settings in Customizing as follows:
Set reconciliation accounts (transaction OBXR) - For the `received down payments' and `down payment requests' from
the G/L accounts you have selected, you should assign the field status definition G031.
Maintain accounting configuration (transaction OBXB) - For the down payments (posting key ANZ in the standard system) and the output tax clearing (posting key MVA in the standard system), you must maintain the posting key.
You must also carry out a G/L account number assignment for the tax account.
Maintain the posting key (transaction OB41) - For posting key 19, set the sales order as an optional field !!!
Maintain the field status definition (transaction OB14) - For field status variant 0001, field status group G031, set the
sales order as an optional field !!!
Assign the company code to the field status variants (transaction OBC5)
https://www.sdn.sap.com/irj/sdn/thread?threadID=742701&tstart=165
http://www.erpgenie.com/publications/saptips/052005.pdf
分享到:
相关推荐
4.1.1.11 Packet Tracer - Configuring Extended ACLs Scenario 2.pka
4.2.7 Packet Tracer - Configure Router-on-a-Stick Inter-VLAN Routing Cisco Packet Tracer 思科模拟器 正确答案文件 可直接上交正确答案文件 本答案版权归mewhaku所有,严禁再次转载!!! Copyright @...
vmware-vsphere-install-configure-manage-v70
6.8.1 Packet Tracer - Configure NAT for IPv4 Cisco Packet Tracer 思科模拟器 正确答案文件 可直接上交正确答案文件 本答案版权归mewhaku所有,严禁再次转载!!! Copyright @mewhaku 2022 All Rights ...
2.7.2-packet-tracer---configure-single-area-ospfv2---physical-mode_zh-CN.pka
15.6.1-packet-tracer---configure-ipv4-and-ipv6-static-and-default-routes_zh-CN (1).pka
L300-2A-Configure and Deploy Service Delivery and Automation
标题中的"Python库 | azure-cli-configure-0.1.0b7.tar.gz"表明这是一个基于Python的库,专门用于配置Azure命令行接口(CLI)。这个库的版本是0.1.0b7,通常这样的版本号表示它可能是早期的测试版本。".tar.gz"是一...
记录相关的配置和安装_linux-install-and-configure
《PyPI官网下载:深入解析dev-pipeline-configure-0.2.0.tar.gz》 在Python的世界里,PyPI(Python Package Index)是开发者们不可或缺的资源库,它为全球的Python爱好者提供了丰富的第三方库和工具。今天,我们要...
Spring Boot学习笔记-------(三)spring boot配置的配套代码,博客地址:https://blog.csdn.net/huaya1127/article/details/104152567
**Swint Configure:前端开发中的环境配置神器** 在前端开发中,环境配置是不可或缺的一环。不同的开发阶段,如开发、测试和生产环境,往往需要不同的配置参数。`Swint Configure` 是一个专为前端应用设计的开源库...
uses : aws-actions/configure-aws-credentials@v1 with : aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }} # aws-session-token: ${{ ...
How you configure Iscsi target using starwind free Nas software & configure Iscsi initiator on Oracle Linux 6.4
思科作业配置答案
3. 锁定问题解决后,用户再次尝试使用`apt-get`安装软件,但收到错误提示“dpkg被中断,您必须手工运行sudo dpkg --configure -a解决此问题”。这表明之前的操作未完成,需要手动配置。运行: ``` sudo dpkg --...
而`configure`脚本作为源码安装的重要步骤,是理解和掌握Linux软件安装基础的关键。`configure`脚本通常由`autoconf`工具生成,用于检测系统的特性和配置,以便自动生成适合当前系统的`Makefile`。 `configure`脚本...