DFKK1099 SAP (1099 Statutory Reporting Data) Table details

Dictionary Type: Table
Description: 1099 Statutory Reporting Data




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




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

DFKK1099 is a standard SAP Table which is used to store 1099 Statutory Reporting Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKK1099 table consists of various fields, each holding specific information or linking keys about 1099 Statutory Reporting Data data available in SAP. These include GPART (Business Partner Number), OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPW (Repetition Item in Contract Account Document), OPUPK (Item number in contract account 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: 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 DFKK1099 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
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
CREATETIMECreated: UTC Date+Time CREATETIME_KKDEC15TZNTSTMPS
QSSEWWithholding Tax Supplement QSSEW_KKCHAR2Assigned to domainQSSEW_KK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AUGBLClearing Document or Printed Document AUGBL_KKCHAR12ALPHAAUGBL_KK
AUGBDClearing document posting date AUGBD_KKDATS8DATUM
NAUGHNet clearing amount in local currency NAUGH_KKCURR13(2) WRTV7
AQSBHProportional Withholding Tax Amount In Local Currency AQSBH_KKCURR13(2) WRTV7
QSSKZWithholding Tax Code QSSKZCHAR2T059QQSSKZ
STPRZTax rate STPRZ_KKNUMC6STPRZ_KK
XNGPZPercentage Rate Is Negative XNGPZ_KKCHAR1XFELD
SBASHAmount Subject to Tax in Local Currency (Tax Base Amount) SBASH_KKCURR13(2) WRTV7
EMADRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
HVORGMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4TFKTVOTVORG_KK
REPDTReporting Date REPDT_KKDATS8DATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKK1099
INTO CORRESPONDING FIELDS OF WA_DFKK1099
WHERE...

How to access SAP table DFKK1099

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