DFKKOPUSTAXOUT01 SAP (Tax Details - Telecommunications Tax (U.S.A.)) Table details

Dictionary Type: Table
Description: Tax Details - Telecommunications Tax (U.S.A.)




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




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

DFKKOPUSTAXOUT01 is a standard SAP Table which is used to store Tax Details - Telecommunications Tax (U.S.A.) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOPUSTAXOUT01 table consists of various fields, each holding specific information or linking keys about Tax Details - Telecommunications 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), TXDIT (Item Number of Tax Item), OPK_OPUPK (Item Number of G/L Item for Tax Item).. 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 DFKKOPUSTAXOUT01 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
TXDITItem Number of Tax Item TXDIT_UT_KKNUMC2TXDIT_UT_KK
OPK_OPUPKItem Number of G/L Item for Tax Item OPUPK_UT_KKNUMC4OPUPK_KK
PCODEPostal Code PCODE_UT_KKCHAR10LOCTN_UT_KK
TXTYPTax Type TAXTY_UT_KKNUMC6
TXCNTLevel Counter for Multi-Level Taxes in Tax Jurisdiction TXCNT_KKNUMC1NUM01
CALCTCalculation Type CALCT_UT_KKNUMC1CALCT_UT_KK
TXRATFactor for Calculation Type TXRAT_UT_KKDEC13(6) TXRAT_UT_KK
TXAMTCalculated Tax Amount TXAMT_UT_KKDEC15(7) AMPD7_KK
TMAMTAddtional Amount TMAMT_UT_KKDEC15(7) AMPD7_KK
EXAMTExemption Amount EXAMT_UT_KKDEC15(7) AMPD7_KK
BILABCan Be Calculated BILAB_UT_KKCHAR1BILAB_UT_KK
COMPLCompliance Indicator COMPL_UT_KKCHAR1COMPL_UT_KK
SURCHSurcharge SURCH_UT_KKCHAR1SURCH_UT_KK
RFAMTRefund Amount REFAM_UT_KKDEC15(7) AMPD7_KK
ADJMEAdjustment Method ADJME_UT_KKNUMC1ADJME_UT_KK
EXTYPExemption Reason EXTYP_UT_KKNUMC2EXTYP_UT_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKOPUSTAXOUT01
INTO CORRESPONDING FIELDS OF WA_DFKKOPUSTAXOUT01
WHERE...

How to access SAP table DFKKOPUSTAXOUT01

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