0% found this document useful (0 votes)
77 views

Copy Control: Level and Schedule Line Level. Sales Order or From Billing Doc To Sales Order

Copy controls are short programs that determine how data is copied from a source document to a target document at the header, item, and schedule line levels. They consist of routines that copy data from the source document's header, items, and schedule lines to the corresponding sections in the target document. The T-codes VTAA, VTLA, VTFL, VTFF, VTAF, and VTFA are used for copying between different document types like sales orders, deliveries, and bills.

Uploaded by

pradipta1984
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views

Copy Control: Level and Schedule Line Level. Sales Order or From Billing Doc To Sales Order

Copy controls are short programs that determine how data is copied from a source document to a target document at the header, item, and schedule line levels. They consist of routines that copy data from the source document's header, items, and schedule lines to the corresponding sections in the target document. The T-codes VTAA, VTLA, VTFL, VTFF, VTAF, and VTFA are used for copying between different document types like sales orders, deliveries, and bills.

Uploaded by

pradipta1984
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Copy control

Copy Controls are short programs that are used when copying from one document to
another. They consist of programs known as routines that inform the system how the
data is to be copied from the source document to the target document.

 Copy controls are setup at three levels of the sales order:-Header level, Item
level and Schedule line level.
 The Schedule line level is only relevant when copying from sales order to
sales order or from billing doc to sales order.
 The Header Copy Routines are used to copy data from the Header of the
Source document to the Header of the Target document. A number of copy
routines are required; one for General Header data, one for Partner data, etc.
 Copy controls for the item level can be accessed by opening the ‘Item’ folder in
the dialog structure and selecting an item category from the’ Display View
“Item”: Overview’ screen. Again there are several routines used here for the
item level copy controls. F1 help can be utilized to get a better understanding on
how each routine is employed.

Following T.code is using copy .control:


 VTAA=copying from sales order to sales order
 VTLA=copying from sales order to delivery
 VTFL=copying from delivery to billing
 VTFF=copying from billing doc to billing doc
 VTAF=copying from billing doc to sales order
 VTFA=copying from sales order to billing doc

You might also like