DFMCAINV SAP (Invoice in IS-PS-CA: Header Data) Table details

Dictionary Type: Table
Description: Invoice in IS-PS-CA: Header Data




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




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

DFMCAINV is a standard SAP Table which is used to store Invoice in IS-PS-CA: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The DFMCAINV table consists of various fields, each holding specific information or linking keys about Invoice in IS-PS-CA: Header Data data available in SAP. These include INVNR (Invoice Number), INVTP (Invoice Type), GPART (Business Partner Number), VKONT (Contract Account Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DFMCAINV 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 MANDTCLNT3Assigned to domainMANDT
INVNRInvoice Number INVNR_PSCHAR12ALPHANRZAS_KK
INVTPInvoice Type INVTP_PSCHAR2INVTP_PSFMCA_INVTP
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
OPBUKCompany Code Group OPBUK_KKCHAR4Assigned to domainOPBUK_KKOPBUK
STDBKStandard Company Code STDBK_KKCHAR4Assigned to domainBUKRS
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
SLARTSelection Category SELTT_KKCHAR1Assigned to domainSELTX_KK
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
RFZASExternal key payment form RFZAS_KKCHAR30RFZAS_KK
XSIMUMass act: Simulation run FKK_XSIMU_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFMCAINV
INTO CORRESPONDING FIELDS OF WA_DFMCAINV
WHERE...

How to access SAP table DFMCAINV

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