FKKSUMHASH SAP (Fields in DFKKSUM via which a Hash Key is formed) Structure details

Dictionary Type: Structure
Description: Fields in DFKKSUM via which a Hash Key is formed




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




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

FKKSUMHASH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fields in DFKKSUM via which a Hash Key is formed" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKSUMHASH TYPE FKKSUMHASH.

The FKKSUMHASH table consists of various fields, each holding specific information or linking keys about Fields in DFKKSUM via which a Hash Key is formed data available in SAP. These include BLDAT (Document Date in Document), WAERS (Currency Key), VALUT (Value date), OPBEL (Number of Contract Accts Rec. & Payable Doc.).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FKKSUMHASH structure 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
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUTValue date VALUTDATS8DATUM
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
FDLEVPlanning level FDLEV_KKCHAR2Assigned to domainFDLEVFFE
MWSKZTax for Sales/Purch. Code (First 2 Char. for Hash Routine) MWSKZ_CHAR2_KKCHAR2CHAR2
KTOSLTransaction Key KTOSLCHAR3CHAR3
STPRZTax rate STPRZ_KKNUMC6STPRZ_KK
TXJCOTax Jurisdiction Code (Entered value) TXJCO_KKCHAR15Assigned to domainTXJCD
TXDATDecisive Date for Calculating Taxes TXDAT_KKDATS8DATUM
TXCNTLevel Counter for Multi-Level Taxes in Tax Jurisdiction TXCNT_KKNUMC1NUM01
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
KONTLAcct assnmnt string for industry-specific account assngments KONTL_KKCHAR50CHAR50
FMTYPUpdate Method for FM - FI-CA Integration FMTYP_KKCHAR2FMTYP_KK
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
XNEGPNegative Posting XNEGP_KKCHAR1XFELD
HBBLADocument Type for Transfer to General Ledger HBBLA_KKCHAR2Assigned to domainBLART
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
XCSHADocument Contains Assignments from Cash Flows XCSHA_KKCHAR1XFELD
REACCOriginating Account in Cash Flow Anlaysis REACC_KKCHAR10Assigned to domainALPHASAKNR
VATDATETax Reporting Date VATDATE_KKDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure FKKSUMHASH using ABAP code?

As FKKSUMHASH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKSUMHASH as there is no data to select.

How to access SAP table FKKSUMHASH

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