Copy Control settings
- Created by Rajesh Banka, last modified by Jyoti Prakash on Nov 18, 2012
Purpose
This wiki page will discuss about Copy Control in Sales and Distribution. And also, its setting & features.
Introduction
Copying Control is critical parameter in SAP Sales and Distribution. which controls data flow from source (preceeding) document to target (subsequent) documents. In other words, it enable a document to be created by referring to an existing document.
Types of Copy Control
- Sales Order to Sales Order
- Sales Order to Delivery Document
- Sales Order to Billing Document
- Delivery Document to Billing Document
- Billing Document to Sales Order
- Billing Document to Billing Document
1. Copying Control for Sales Document to Sales Document
|
TCode |
VTAA |
|---|---|
|
Source: Sales Document Type |
Quotation (QT) |
|
Target: Sales Document Type |
Sales Order (OR) |
Features
|
Header Level |
Item Level |
Schedule Line Level |
|---|---|---|
|
Copy Requirement |
Copy Requirement |
Copy Requirement |
|
Data Transfer Routine |
Data Transfer Routine |
Data Transfer Routine |
|
Copy Item no |
Copy Schedule line |
|
|
Complete Reference |
Update Document flow |
|
|
+ / - Quantity |
||
|
Copy Quantity |
||
|
Price type |
||
|
Re-explode Structure / Free Goods |
2. Copying Control for Sales Document to Delivery Document
|
TCode |
VTLA |
|---|---|
|
Source: Sales Document Type |
Sales Order (OR) |
|
Target: Delivery Document Type |
Delivery (LF) |
Features
|
Header Level |
Item Level |
|---|---|
|
Combination |
Combination requirement |
|
Copy item no |
Update Document Flow |
|
Data Transfer Routine |
+ / - Qty |
|
Item data |
|
|
Business Data |
3. Copying Control for Sales Document to Billing Document
|
TCode |
VTFA |
|---|---|
|
Source: Sales Document Type |
Sales Order (OR) |
|
Target: Billing Document Type |
Order related Billing (F1) |
Features
|
Header Level |
Item Level |
|---|---|
|
Copy Requirement |
Copy Requirement |
|
Determine export data |
Data Transfer Routine |
|
Allocation No |
Billing Qty (which qty - order / delivery) |
|
Reference no |
+ / - Qty |
|
Copy Item No |
Pricing Type (which pricing type) |
|
Price Exchange Rate Type (at what exchange rate) |
|
|
Price Source (source of price - order / delivery) |
4. Copying Control for Delivery Document to Billing Document
|
TCode |
VTFL |
|---|---|
|
Source: Delivery Document Type |
Delivery (LF) |
|
Target: Billing Document Type |
Delivery related Billing (F2) |
Features
|
Header Level |
Item Level |
|---|---|
|
Copy Requirement |
Copy Requirement |
|
Determine export data |
Data Transfer Routine |
|
Allocation No |
Billing Qty |
|
Reference no |
+ / - Qty |
|
Copy Item No |
Pricing Type |
|
Price Exchange Rate Type |
|
|
Cumulative Cost |
|
|
Price Source |
5. Copying Control for Billing Document to Sales Document
|
TCode |
VTAF |
|---|---|
|
Source: Billing Document Type |
Delivery related Billing (F2) |
|
Target: Sales Document Type |
Invoice Correction Request(RK) |
Features
|
Header Level |
Item Level |
Schedule Line Level |
|---|---|---|
|
Copy Requirement |
Copy Requirement |
Copy Requirement |
|
Data Transfer Routine |
Data Transfer Routine |
Data Transfer Routine |
|
Copy Item no |
Copy Schedule line |
|
|
Complete Reference |
Update Document flow |
|
|
+ / - Quantity |
||
|
Copy Quantity |
||
|
Price type |
||
|
2nd pricing type (only for invoice correction request) |
||
|
Campaign Deter. |
6. Copying Control for Billing Document to Billing
|
TCode |
VTFF |
|---|---|
|
Source: Billing Document Type |
Delivery related Invoice (F2) |
|
Target: Billing Document Type |
Cancellation Invoice(S1) |
Features
|
Header Level |
Item Level |
|---|---|
|
Copy Requirement |
Copy Requirement |
|
Determine export data |
Data Transfer Routine |
|
Allocation No |
Billing Qty |
|
Reference no |
+ / - Qty |
|
Price Exchange Rate Type |
|
|
Price Type |
|
|
Price Source |
Copy Control settings的更多相关文章
- [c++] Copy Control
C++ allows the programmer to define how objects are to be copied, moved, assigned and destroyed. Tog ...
- [C++] Copy Control (part 1)
Copy, Assign, and Destroy When we define a class, we specify what happens when objects of the class ...
- C/C++:copy control (拷贝控制)
前言:当定义一个类的时候,我们显示或者隐式地指定在此类型的对象拷贝,移动,赋值,销毁时做些什么,一个类通过定义五种特殊的成员函数来控制这些操作,包括拷贝构造函数,拷贝赋值运算符,移动构造函数,移动赋值 ...
- C++之拷贝控制 (Copy Control)
只有2种成员 值成员: 指针成员: 依实现可分为raw pointer / shared_ptr; 现在,仅考虑第③种:资源对象共享 角度来考虑拷贝控制 类的两种语义:值语义.似指针 编译器提供的de ...
- 【C++ 补习】Copy Control
C++ Primer 5th edition, chapter 13. The Rule of Three If a class needs a destructor, it almost surel ...
- Bug 14143011 : ORA-19606: CANNOT COPY OR RESTORE TO SNAPSHOT CONTROL FILE
Bug 14143011 : ORA-19606: CANNOT COPY OR RESTORE TO SNAPSHOT CONTROL FILE [oracle@test]$ tail -f rma ...
- A Complete ActiveX Web Control Tutorial
A Complete ActiveX Web Control Tutorial From: https://www.codeproject.com/Articles/14533/A-Complete- ...
- 解决Sublime Text 3 Package Control 问题
我使用的环境是 Mac OS X 10.11.5. 安装Packet Control之后,尝试安装插件,出现如下问题: There are no packages available for inst ...
- C++-copy constructor、copy-assignment operator、destructor
本文由@呆代待殆原创,转载请注明出处. 对于一个类来说,我们把copy constructor.copy-assignment operator.move constructor.move-assig ...
随机推荐
- 深入分析Java I/O的工作机制 (一)
此篇博客看至许令波的深入分析javaWeb内幕书籍, 此篇博客写的是自己看完之后理解的重点内容,加一些理解,希望对你有帮助. 1.Java的I/O类库的基本架构 先说一下什么是类库:可以说是类的集合, ...
- Ansible工具原理一
ansible是新出现的自动化运维工具,基于Python开发,集合了众多运维工具(puppet.cfengine.chef.func.fabric)的优点,实现了批量系统配置.批量程序部署.批量运行命 ...
- 树莓派MQTT客户端搭建
树莓派安装和实现MQTT协议 下载Mosquitto 更新软件源:sudo apt-get update 下载g++编译器:sudo apt-get install g++ 安装:sudo apt- ...
- 破解第三课 关键跳和关键CALL
课前自泼凉水: 前两课的介绍的方法,不管是NOP填充还是JUM的无条件跳转,其实都有极大的局限性. 甚至单纯就效果而言,几乎无用. 且不说利用OD搜索关键字本身就很难搜得到. 就现在的软件保护而言,也 ...
- java super和this总结
今天群里有人问我怎么复写父类的构造函数,我当时听错了以为是一般方法,然后就对他说只要同名就可以,然后他告诉我错了,我再仔细看,才知道他问的是复写 父类的构造方法,其实自己也不知道子类能不能复写父类的构 ...
- odoo开发笔记 -- self详解
python中一切皆对象! odoo基于python开发,那么odoo中也可以理解成一切皆对象. 我们在python中定义类的时候,一般会用到self,用来表示当前对象自己. 那么odoo中的self ...
- mysql 开发进阶篇系列 15 锁问题 (总结)
1. innodb 行锁是基于索引实现的,如果不通过索引访问数据,innodb会使用表锁. http://www.cnblogs.com/MrHSR/p/9376086.html 2. Innodb ...
- ES6躬行记(1)——let和const
古语云:“纸上得来终觉浅,绝知此事要躬行”.的确,不管看了多少本书,如果自己不实践,那么就很难领会其中的精髓.自己研读过许多ES6相关的书籍和资料,平时工作中也会用到,但在用到时经常需要上搜索引擎中查 ...
- Mysql数据库的二进制安装和基础入门操作
前言:Mysql数据库,知识非常的多,要想学精学通这块知识,估计也要花费和学linux一样的精力和时间.小编也是只会些毛皮,给大家分享一下~ 一.MySQL安装 (1)安装方式: 1 .程序包yum安 ...
- 痞子衡嵌入式:蓝牙芯片厂商三强(Qualcomm&CSR, TI, Nordic)产品一览
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是蓝牙芯片三强厂商的芯片. IoT物联网是未来的趋势,半导体厂商作为IoT产业的上游,主要提供核心的无线芯片,蓝牙是比较主流的协议,下面痞 ...