TVCPL SAP (Deliveries: Copying Control) Pooled Table details

Dictionary Type: Pooled Table
Description: Deliveries: Copying Control




ABAP Code to SELECT data from TVCPL
Related tables to TVCPL
Access table TVCPL




Pooled Table field list including key, data, relationships and ABAP select examples

TVCPL is a standard SAP Pooled Table which is used to store Deliveries: Copying Control data and is available within R/3 SAP systems depending on the version and release level.

The TVCPL table consists of various fields, each holding specific information or linking keys about Deliveries: Copying Control data available in SAP. These include LFARN (Copying control: Target delivery type), AUARV (Copying control: Reference document type), PSTYV (Reference item category), AUBED (Requirements for the order to be delivered).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TVCPL pooled table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
LFARNCopying control: Target delivery type LFART_NACHCHAR4TVLKLFARTALT
AUARVCopying control: Reference document type AUART_VONCHAR4TVAKAUARTAUARTAAT
PSTYVReference item category PSTYV_VONCHAR4TVPTPSTYV
AUBEDRequirements for the order to be delivered AUBEDNUMC3BEDNG
AUZUSRequirement for combining orders in one delivery AUZUSNUMC3BEDNG
ETBEDRequirement relating to a schedule line to be delivered ETBEDNUMC3BEDNG
GRUAKCopying requirements for data transfer VBAK GRUAKNUMC3Assigned to domainGRPNO
GRUAPCopying requirements for data transfer VBAP GRUAPNUMC3Assigned to domainGRPNO
GRUKDCopying requirements for transferring business data GRUKDNUMC3Assigned to domainGRPNO
GRUPACopying requirements for partner data VBPA GRUPANUMC3Assigned to domainGRPNO
GRUETGroup requirement for schedule line data transfer GRUETNUMC3Assigned to domainGRPNO
POSVOCopy item number from reference POSVOCHAR1XFELD
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
UPFLUUpdate indicator for flow table UPFLUCHAR1XFELD
GRUVSCopying Requirements for Data Transfer VEKP GRUVSNUMC3Assigned to domainGRPNO
GRUAK_AIPData trans. of header data from ext. system GRUAK_AIPNUMC3Assigned to domainGRPNO
GRUAP_AIPData transfer of item data from external system GRUAP_AIPNUMC3Assigned to domainGRPNO

Key field Non-key field



How do I retrieve data from SAP table TVCPL using ABAP code

The following ABAP code Example will allow you to do a basic selection on TVCPL to SELECT all data from the table
DATA: WA_TVCPL TYPE TVCPL.

SELECT SINGLE *
FROM TVCPL
INTO CORRESPONDING FIELDS OF WA_TVCPL
WHERE...

How to access SAP table TVCPL

Within an ECC or HANA version of SAP you can also view further information about TVCPL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!