TVCPA SAP (Sales Documents: Copying Control) Table details

Dictionary Type: Table
Description: Sales Documents: Copying Control




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




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

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

The TVCPA table consists of various fields, each holding specific information or linking keys about Sales Documents: Copying Control data available in SAP. These include AUARN (Copying control: Target sales document type), AUARV (Copying control: Reference document type), FKARV (Copying control: Reference billing document type), ETTYV (Reference schedule line category).. 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: Can be enhanced (character-type or numeric)


SAP TVCPA 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
AUARNCopying control: Target sales document type AUART_NACHCHAR4TVAKAUARTAUARTAAT
AUARVCopying control: Reference document type AUART_VONCHAR4TVAKAUARTAUARTAAT
FKARVCopying control: Reference billing document type FKART_VONCHAR4TVFKFKART
ETTYVReference schedule line category ETTYP_VONCHAR2TVEPETTYP
PSTYVReference item category PSTYV_VONCHAR4TVPTPSTYV
PSTYNDefault item category PSTYV_NACHCHAR4TVPTPSTYV
GRBEDCopying requirements GRBEDNUMC3Assigned to domainGRPNO
GRUAKCopying requirements for data transfer VBAK GRUAKNUMC3Assigned to domainGRPNO
GRUAPCopying requirements for data transfer VBAP GRUAPNUMC3Assigned to domainGRPNO
GRUEPCopying requirements for schedule line data GRUEPNUMC3Assigned to domainGRPNO
GRUKDCopying requirements for transferring business data GRUKDNUMC3Assigned to domainGRPNO
GRUPACopying requirements for partner data VBPA GRUPANUMC3Assigned to domainGRPNO
POSVOCopy item number from reference POSVOCHAR1XFELD
ETTYNProposed schedule line category ETTYP_NACHCHAR2TVEPETTYP
ETKOPCopy schedule lines ETKOPCHAR1XFELD
GRPZEGroup indicator for copying control GRPZECHAR4GRPZE
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
VOREFComplete reference indicator VOREFCHAR1XFELD
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
UPFLUUpdate indicator for sales document document flow UPFLVCHAR1UPFLV
GRUKOCopying requirements for data transfer FPLA GRUFANUMC3Assigned to domainGRPNO
KNPRSPricing type KNPRSCHAR1KNPRS
HINEUDetermine customer heirarchy again HINEUCHAR1XFELD
GRUVECopying requirements for data transfer VEDA GRUVENUMC3Assigned to domainGRPNO
CHNEWIndicator: Do not copy batch CHNEWCHAR1XFELD
PSCOPCopy result of product selection PSCOPCHAR1PSCOP
STNEWReexplode structure/free goods STNEWCHAR1XFELD
CPMENCopy quantity CPMENCHAR1CPMEN
PSTY22nd default item category PSTYV_NAC2CHAR4TVPTPSTYV
KNPR22nd pricing type KNPR2CHAR1KNPRS
WKKOPCopy mode for material in value contract item WKKOPCHAR1WKKOP
COPY_CONCopy configuration COPY_CONCHAR1COPY_CON
OIFERPFee repricing indicator OIA_FERPCHAR1OIA_FERP
OIFEECHFee edit control OIA_FEECHCHAR1OIA_FEECH
LVKOPCopy bill of services LVKOPCHAR1LVKOP
CUANZIndicator: set configuration read / only after copy SAPHT_SW_CUANZCHAR1XFELD
.INCLU--AP 0
DPTYPEIS-M: JDPTYPECHAR1CHAR1
.INCLU--AP 0
CMPGN_COPYCopy Mode for Campaign Determination CMPC_COPY_MODECHAR1CMPGN_COPY_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVCPA
INTO CORRESPONDING FIELDS OF WA_TVCPA
WHERE...

How to access SAP table TVCPA

Within an ECC or HANA version of SAP you can also view further information about TVCPA 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!