DFKKPARTADJ SAP (Trigger for Adjustment of Partner Billable Items) Table details

Dictionary Type: Table
Description: Trigger for Adjustment of Partner Billable Items




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




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

DFKKPARTADJ is a standard SAP Table which is used to store Trigger for Adjustment of Partner Billable Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKPARTADJ table consists of various fields, each holding specific information or linking keys about Trigger for Adjustment of Partner Billable Items data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), PSGRP (Grouping Key for Document Items), KEYPP (Subarea for Parallelization in Mass Processing), GPART (Business Partner 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 DFKKPARTADJ 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
PSGRPGrouping Key for Document Items PSGRP_KKCHAR4CHAR4
KEYPPSubarea for Parallelization in Mass Processing KEYPP_KKNUMC3NUMC3
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
BETRW_TOTALTotal Amount in Transaction Currency with +/- Sign BETRW_G_KKCURR13(2) WRTV7
BETRW_UNPAIDPayment Default Amount BETRW_A_KKCURR13(2) WRTV7
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XADJ_INCPLPartner Adjustment Not Yet Complete XADJ_INCPL_KKCHAR1XFELD
CHDATLast Changed On CHDATE_KKDATS8DATUM
CHTIMTime at Which the Object Was Last Changed CHTIME_KKTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKPARTADJ
INTO CORRESPONDING FIELDS OF WA_DFKKPARTADJ
WHERE...

How to access SAP table DFKKPARTADJ

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