DFKKOPUSTAXIN03 SAP (Basic Data for Tax Calculation - Telco Tax (U.S.A.)) Table details

Dictionary Type: Table
Description: Basic Data for Tax Calculation - Telco Tax (U.S.A.)




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




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

DFKKOPUSTAXIN03 is a standard SAP Table which is used to store Basic Data for Tax Calculation - Telco Tax (U.S.A.) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOPUSTAXIN03 table consists of various fields, each holding specific information or linking keys about Basic Data for Tax Calculation - Telco Tax (U.S.A.) data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), TXBIT (Item Number of Item to Be Taxed in Document), ORITY (Type of Origination), ORIGN (Origination).. 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 DFKKOPUSTAXIN03 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
TXBITItem Number of Item to Be Taxed in Document TXBIT_UT_KKNUMC6TXBIT_UT_KK
ORITYType of Origination ORIGN_TYPE_UT_KKCHAR1LOCTY_UT_KK
ORIGNOrigination ORIGN_UT_KKCHAR10LOCTN_UT_KK
TERTYType of Location for Termination TERMN_TYPE_UT_KKCHAR1LOCTY_UT_KK
TERMNTermination TERMN_UT_KKCHAR10LOCTN_UT_KK
CHRTYType of Location for Bill CHRGT_TYPE_UT_KKCHAR1LOCTY_UT_KK
CHRGTBilling Location CHRGT_UT_KKCHAR10LOCTN_UT_KK
CUSTYCustomer Type CUSTY_UT_KKCHAR1CUSTY_UT_KK
INVDTInvoice Date INVDT_UT_KKDATS8DATUM
SBASWTax Base Amount SBASW_UT_KKDEC11(5) AMPD5_KK
LINESTelecommunications Lines LINES_UT_KKINT410LINES_UT_KK
LOCTNNumber of Locations LOCTN_UT_KKNUMC6
TRANTTransaction Type TRANT_UT_KKCHAR6
SERVTService Type SERVT_UT_KKCHAR6
SALEFSale SALEF_UT_KKCHAR1SALEF_UT_KK
INCCDIncorporated INCCD_UT_KKCHAR1INCCD_UT_KK
EXFEDExempt from Federal Tax (US) EXFED_UT_KKCHAR1XFELD
EXSTAExempt from State Tax (US) EXSTA_UT_KKCHAR1XFELD
EXCTYExempt from County Tax (US) EXCTY_UT_KKCHAR1XFELD
EXLOCExempt from Local (City) Tax (US) EXLOC_UT_KKCHAR1XFELD
CUSTXID of Partner for External Tax System CUSTX_UT_KKCHAR20
REGULRegulated REGUL_UT_KKCHAR1REGUL_UT_KK
DURATDuration of Call in Minutes DURAT_UT_KKDEC11(1) DUPD1_KK
TELTYTelecommunication Type TELTY_UT_KKCHAR1TELTY_UT_KK
SERVCService Class SERVC_UT_KKCHAR1SERVC_UT_KK
LIFELLifeline LIFEL_UT_KKCHAR1LIFEL_UT_KK
FACILFacility FACIL_UT_KKCHAR1FACIL_UT_KK
FRANCFranchise FRANC_UT_KKCHAR1FRANC_UT_KK
BUSCLBusiness Class BUSCL_UT_KKCHAR1BUSCL_UT_KK
PTYPEType of Posting PTYPE_UT_KKCHAR1PTYPE_UT_KK
PSGRPGrouping Key for Document and Tax Items PSGRP_UT_KKCHAR4CHAR4
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CPUDTCPU Date at Creation of Tax Item CPUDT_UT_KKDATS8DATUM
BITUUIDGUID of a Billable Item BITUUID_KKRAW16GUID16

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKOPUSTAXIN03
INTO CORRESPONDING FIELDS OF WA_DFKKOPUSTAXIN03
WHERE...

How to access SAP table DFKKOPUSTAXIN03

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