Skip to end of metadata

 

Go to start of metadata

 

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

  1. Sales Order to Sales Order
  2. Sales Order to Delivery Document
  3. Sales Order to Billing Document
  4. Delivery Document to Billing Document
  5. Billing Document to Sales Order
  6. 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的更多相关文章

  1. [c++] Copy Control

    C++ allows the programmer to define how objects are to be copied, moved, assigned and destroyed. Tog ...

  2. [C++] Copy Control (part 1)

    Copy, Assign, and Destroy When we define a class, we specify what happens when objects of the class ...

  3. C/C++:copy control (拷贝控制)

    前言:当定义一个类的时候,我们显示或者隐式地指定在此类型的对象拷贝,移动,赋值,销毁时做些什么,一个类通过定义五种特殊的成员函数来控制这些操作,包括拷贝构造函数,拷贝赋值运算符,移动构造函数,移动赋值 ...

  4. C++之拷贝控制 (Copy Control)

    只有2种成员 值成员: 指针成员: 依实现可分为raw pointer / shared_ptr; 现在,仅考虑第③种:资源对象共享 角度来考虑拷贝控制 类的两种语义:值语义.似指针 编译器提供的de ...

  5. 【C++ 补习】Copy Control

    C++ Primer 5th edition, chapter 13. The Rule of Three If a class needs a destructor, it almost surel ...

  6. 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 ...

  7. A Complete ActiveX Web Control Tutorial

    A Complete ActiveX Web Control Tutorial From: https://www.codeproject.com/Articles/14533/A-Complete- ...

  8. 解决Sublime Text 3 Package Control 问题

    我使用的环境是 Mac OS X 10.11.5. 安装Packet Control之后,尝试安装插件,出现如下问题: There are no packages available for inst ...

  9. C++-copy constructor、copy-assignment operator、destructor

    本文由@呆代待殆原创,转载请注明出处. 对于一个类来说,我们把copy constructor.copy-assignment operator.move constructor.move-assig ...

随机推荐

  1. SVG之文本

    一.文本标签<text> SVG支持直接对文本进行操作,如果我们需要在SVG中使用文本,那么我们需要使用到<text>标签.直接看一个简单的demo. <!DOCTYPE ...

  2. Kali学习笔记9:端口扫描详解(上)

    UDP端口扫描: 原理:回应ICMP不可达,代表端口关闭:没有回应,端口开启 建议了解应用层的UDP包头结构,构建对应的UDP数据包用来提高准确度 另外:所有的扫描都存在误判情况 我们用Scapy写个 ...

  3. php--isset()、is_null() 、empty()

    开发中经常会遇到验证某个参数是否是null或者是否为空. 一.isset().is_null() .empty() : isset():检测变量是否设置,并且不是 NULL.如果变量没有赋值 或者 变 ...

  4. 【vim】模式与模式切换

    很多初学者启动vim后,不知道怎么输入字符:按了半天字母,结果屏幕还是空的. vim和记事本或WORD不一样,不是一打开后就可以输入文字,此时它处于正常模式. vim一共有4个模式: 正常模式 (No ...

  5. 关于在运行java连接MongoDB时遇到的连接超时问题

    在linux虚拟机里运行创建集合的时候,遇到了以下问题: 这里我最开始时使用的虚拟机IP地址进行连接,因此就出现了错误,连接超时. 在网上查了一些类似的问题,说要改驱动,后来才发现不是这个问题. 在本 ...

  6. JS继承的从入门到理解

    开场白 大三下学期结束时候,一个人跑到帝都来参加各厂的面试,免不了的面试过程中经常被问到的问题就是JS中如何实现继承,当时的自己也是背熟了实现继承的各种方法,回过头来想想却不知道__proto__是什 ...

  7. 开发十年,只剩下这套Java开发体系了 原

    蓦然回首自己做开发已经十年了,这十年中我获得了很多,技术能力.培训.出国.大公司的经历,还有很多很好的朋友.但再仔细一想,这十年中我至少浪费了五年时间,这五年可以足够让自己成长为一个优秀的程序员,可惜 ...

  8. 如何批量添加图片到ppt的方法

    如何批量添加图片到ppt 许多时候会做一些幻灯片,需要大量的图片,但是往往一张以张的加图片,会很浪费时间,如何快速添加图片,一次解决呢? 步骤:插入-相册-点击相册 点击文件,批量选择你要插入的图片, ...

  9. 运维笔记--docker高效查看后台日志

    场景描述: 应用程序运行在 Docker环境中,经常使用的查看后台日志的命令是:docker attach 容器名该命令优点:实时输出:不足之处:日志大量输出的时候,屏幕一闪而过,不便于调试,并且有一 ...

  10. NET Core 1.1中使用Jwt

    NET Core里Jwt的生成倒是不麻烦,就是要踩完坑才知道正确的生成姿势…… Jwt的结构 jwt的结构是{Header}.{Playload}.{Signature}三截.其中Header和Pla ...