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 ...
随机推荐
- [Swift]枚举类型:UIBarButtonItem的24种样式
UIBarButtonSystemItemFlexibleSpace 可变空白, 在调用的过程中,使用 UIBarButtonSystemItemFlexibleSpace去占位,达到实现规范化的目 ...
- Java 中初始化 List 集合的 6 种方式!
List 是 Java 开发中经常会使用的集合,你们知道有哪些方式可以初始化一个 List 吗?这其中不缺乏一些坑,今天栈长我给大家一一普及一下. 1.常规方式 List<String> ...
- 吐血整理 20 道 Spring Boot 面试题,我经常拿来面试别人!
面试了一些人,简历上都说自己熟悉 Spring Boot, 或者说正在学习 Spring Boot,一问他们时,都只停留在简单的使用阶段,很多东西都不清楚,也让我对面试者大失所望. 下面,我给大家总结 ...
- java开发个人简历
求职意向 Java开发工程师 陈 楠 性 别:男 出生年月 :1995.07 民 族:汉族 联系方式 :159-3306-7520 学 历:本科 电子邮件 :15933067520@163.com 教 ...
- pycharm中配置启动Django项目
1.先打开mange.py,然后再运行,会提示一堆东西,表示没有配置参数.在pycharm中点击edit configurations 编辑配置参数. 2.点开之后弹出如下对话框,在scrip par ...
- 利用vi编辑器创建和编辑正文文件(一)
1. vim是vi的升级版本. 2. vi所UNIX和Linux系统内嵌的标准文编辑器,可执行,修改,复制,移动,粘贴和删除正文等命令,也可以进行移动光标,搜索字符和退出vi的 ...
- ASCII码字符串普通加密解密-android
//android后台Java //ASCII加密 String str = e.getText().toString(); StringBuilder s = new StringBuilder() ...
- 课程回顾-Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
训练.验证.测试划分的量要保证数据来自一个分布偏差方差分析如果存在high bias如果存在high variance正则化正则化减少过拟合的intuitionDropoutdropout分析其它正则 ...
- 【深度学习与TensorFlow 2.0】入门篇
注:因为毕业论文需要用到相关知识,借着 TF 2.0 发布的时机,重新捡起深度学习.在此,也推荐一下优达学城与 TensorFlow 合作发布的TF 2.0入门课程,下面的例子就来自该课程. 原文发布 ...
- excel 中批量生成mysql的脚本
一.假设你的表格有A.B.C三列数据,希望导入到你的数据库中表格table,对应的字段分别是col1.col2.col3 二.在你的表格中增加一列,利用excel的公式自动生成sql语句,具体方法如下 ...