CACS_DOCFI_T SAP (Data Transfer: FI Document (Tax Item)) Table details

Dictionary Type: Table
Description: Data Transfer: FI Document (Tax Item)




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




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

CACS_DOCFI_T is a standard SAP Table which is used to store Data Transfer: FI Document (Tax Item) data and is available within R/3 SAP systems depending on the version and release level.

The CACS_DOCFI_T table consists of various fields, each holding specific information or linking keys about Data Transfer: FI Document (Tax Item) data available in SAP. These include APPL (Commission Application (ICM)), POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Settlement Document Number), SETTL_POS (Item 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: Cannot Be Enhanced


SAP CACS_DOCFI_T 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
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDSettlement Document Number CACSDOCIDSETTLECHAR10ALPHACACSOBJID10
SETTL_POSItem Number CACSPOSNR_KKNUMC4CACSOPUPK_KK
SETTL_TAX_POSItem Number CACSPOSNR_KKNUMC4CACSOPUPK_KK
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
MSATZTax rate MSATZ_F05LDEC7(3) PRZ43V
KTOSLTransaction Key KTOSLCHAR3CHAR3
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
KNUMHCondition record number KNUMHCHAR10KNUMB
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KAWRTCondition base value KAWRTCURR15(2) WERTV8
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
TXJCD_DEEPTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXJLVTax jurisdiction code level TXJCD_LEVELCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS_DOCFI_T
INTO CORRESPONDING FIELDS OF WA_CACS_DOCFI_T
WHERE...

How to access SAP table CACS_DOCFI_T

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