TVCPF SAP (Billing: Copying Control) Table details

Dictionary Type: Table
Description: Billing: Copying Control




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




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

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

The TVCPF table consists of various fields, each holding specific information or linking keys about Billing: Copying Control data available in SAP. These include FKARN (Copy control: target billing type), AUARV (Copying control: Reference document type), LFARV (Copy control: from delivery type), FKARV (Copying control: Reference billing document type).. 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)


SAP TVCPF 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
FKARNCopy control: target billing type FKART_NACHCHAR4TVFKFKART
AUARVCopying control: Reference document type AUART_VONCHAR4TVAKAUARTAUARTAAT
LFARVCopy control: from delivery type LFART_VONCHAR4TVLKLFARTALT
FKARVCopying control: Reference billing document type FKART_VONCHAR4TVFKFKART
PSTYVReference item category PSTYV_VONCHAR4TVPTPSTYV
GRBEDCopying requirements GRBEDNUMC3Assigned to domainGRPNO
GRURKData transfer VBRK GRURKNUMC3NUM3
GRURPData transfer VBRK/VBRP GRURPNUMC3NUM3
GRUKOData transfer KOMV GRUKONUMC3NUM3
KNPRSPricing type KNPRSCHAR1KNPRS
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN
FKMGKBilling quantity indicator FKMGKCHAR1FKMGK
POSVOCopy item number from reference POSVOCHAR1XFELD
HINEUDetermine customer heirarchy again HINEUCHAR1XFELD
PFKURDetermine pricing exchange rate PFKURCHAR1PFKUR
EXPIMDetermination of export data in billing document EXPIMCHAR1EXPIM
ORDNR_FIAllocation number FI ORDNR_FICHAR1ORDNR_FI
XBLNR_FIFI reference number XBLNR_FICHAR1XBLNR_FI
PRSQUPrice source PRSQUCHAR1PRSQU
KVPRSCumulate cost KVPRSCHAR1XFELD
PSTYNDefault item category PSTYV_NACHCHAR4TVPTPSTYV
OIFERPFee repricing indicator OIA_FERPCHAR1OIA_FERP
OIFEECHFee edit control OIA_FEECHCHAR1OIA_FEECH
GRURP_2Data Transfer 2nd Item GRURP_2NUMC3NUM3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVCPF
INTO CORRESPONDING FIELDS OF WA_TVCPF
WHERE...

How to access SAP table TVCPF

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