TMCPF SAP (Vendor billing document: copy control) Table details

Dictionary Type: Table
Description: Vendor billing document: copy control




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




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

TMCPF is a standard SAP Table which is used to store Vendor billing document: copy control data and is available within R/3 SAP systems depending on the version and release level.

The TMCPF table consists of various fields, each holding specific information or linking keys about Vendor billing document: copy control data available in SAP. These include LFARN (Copy control: target vendor billing document type), LFARV (Copy control: source vendor billing document type), BOART (Copy control: arrangement type source), LFTYPV (Category of document preceding vendor billing document).. 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 TMCPF 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
LFARNCopy control: target vendor billing document type WFART_NACHCHAR4TMFKWFART
LFARVCopy control: source vendor billing document type WFART_VONCHAR4TMFKWFART
BOARTCopy control: arrangement type source BOART_VONCHAR4T6B1BOART
LFTYPVCategory of document preceding vendor billing document WFTYP_VONCHAR1WFTYP_VON
KNPRSPricing type KNPRSCHAR1KNPRS
POSVOCopy item number from reference WPOSVOCHAR1XFELD
PDKURDetermine pricing exchange rate WFKURCHAR1WFKUR
WZKURDetermine payment exchange rate WZKURCHAR1WZKUR
PDKUR_COPYPrice Exchange Rate Determination Type During Copying WFKUR_COPYCHAR1WFKUR_COPY
ABART_COPYAB: Set Settlement Type WLF_ABART_COPYCHAR1WLF_ABART_COPY
POST_RULE_COPYAB: Set Posting Rules WLF_POSTING_RULE_COPYCHAR1WLF_POSTING_RULE_COPY
.INCLU--AP 0
POST_DATE_CONControl: Transfer of Posting Date w. Follow-On Doc. Creation WLF_POSTING_DATE_CONTROLCHAR1WLF_POSTING_DATE_CONTROL
.INCLU--AP 0
KALSM_COPYCalculation Schema On Copy WLF_KALSM_COPYCHAR1WLF_KALSM_COPY
POSTING_RULE_K_IAB: Creditor Posting Rule - Item WLF_POSTING_RULE_K_ITEMCHAR2TMPRWLF_POSTING_RULE
POSTING_RULE_D_IAB: Debtor Posting Rule - Item WLF_POSTING_RULE_D_ITEMCHAR2TMPRWLF_POSTING_RULE
STCEG_FOLLOW_DOCCopy VAT ID to Follow-On Document WLF_STCEG_FOLLOW_DOCCHAR1WLF_STCEG_FOLLOW_DOC
.INCLU--AP 0
PARTNER_COPYPartner Handling When Creating a Follow-On Document WLF_PARTNER_COPYCHAR1WLF_PARTNER_COPY
.INCLU--AP 0
MNDID_AT_COPYHandling of Mandate for Follow-On Document Creation WLF_MNDID_AT_COPYCHAR1WLF_MNDID_AT_COPY

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMCPF
INTO CORRESPONDING FIELDS OF WA_TMCPF
WHERE...

How to access SAP table TMCPF

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