HASH_DATA_FOR_FUNDS_CMMT_POS_1 SAP (Hash code structure for Funds Commitment Document items) Structure details

Dictionary Type: Structure
Description: Hash code structure for Funds Commitment Document items




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




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

HASH_DATA_FOR_FUNDS_CMMT_POS_1 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 "Hash code structure for Funds Commitment Document items" 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_HASH_DATA_FOR_FUNDS_CMMT_POS_1 TYPE HASH_DATA_FOR_FUNDS_CMMT_POS_1.

The HASH_DATA_FOR_FUNDS_CMMT_POS_1 table consists of various fields, each holding specific information or linking keys about Hash code structure for Funds Commitment Document items data available in SAP. These include PTEXT (Item Text), ERLKZ (Completion date), ERLDAT (Completion date), LOEKZ (Deletion Indicator).. 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: Can be enhanced (character-type or numeric)


SAP HASH_DATA_FOR_FUNDS_CMMT_POS_1 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
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
PTEXTItem Text SGTXTCHAR50TEXT50
ERLKZCompletion date KBLERLDATDATS8DATUM
ERLDATCompletion date KBLERLDATDATS8DATUM
LOEKZDeletion Indicator KBLLOEKZCHAR1CHAR1_X
WTGESTotal reserved amount in transaction currency KBLWTGCURR15(2) WERTV8
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
FIPOSCommitment item FIPOS_XPOCHAR14Assigned to domainFMCISFIPOSFIP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FDATKCosts due on KBLFDATKDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
HWGESTotal value in local currency KBLHWGCURR15(2) WERTV8
WTABBAmount used in budget FMWTABBCURR15(2) WERTV8
HWABGFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
STATSFunds Management Statistical Indicator FMRE_STATSCHAR1FMRE_STATS
BLPKZBlocking Indicator (Item) BLPKZCHAR1CHAR1_X
CONSUMEKZUsage may exceed reserved amount without limit FMCONSUMECHAR1XFELD
UEBTOTolerance limit for overrun FMUEBTODEC4(1) PRZ31
ABGWAERSReduction in local currency only FMABGWAERSCHAR1XFELD
WKAPPItem approved WKAPPCHAR1CHAR1
ACCHANGFM account assignment can be changed in follow-on document FM_ACCHANGCHAR1XFELD
LNRZAAccount Number of the Alternative Payee LNRZACHAR10Assigned to domainALPHALIFNR
REFBLTYPReference doc.category: funds precommitment or reservation REFBLTYPNUMC3KBLTYP
REFBELNRReference document number: reservation/funds precommitment REFKBLNRCHAR10Assigned to domainALPHAKBLNR
REFBLPOSItem in reference document REFKBLPOSNUMC3Assigned to domainKBLPOS
REFSETERLKUsed earmarked funds set to 'Complete' REFSETERLKCHAR1CHAR1_X
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KURSUPLast revaluation rate KURSUDEC9(5) EXCRTKURSF
DATUPDate of last revaluation DATUDATS8DATUM
EWSCOUNTNumber of history records in KBLE FMEWSCOUNTNUMC5NUMC5
RFPOSReference line item AWPOSCHAR10AWPOS
POSLOCKEarmarked funds item block FMRPOSLOCKCHAR2Assigned to domainFMRLOCK
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
TOLOVIndicator: Override Global (Percentage-Based) Tolerance FMRTOLOVCHAR1XFELD
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PEROP_BEGPeriod of Performance Start FM_PEROP_LOWDATS8DATUM
PEROP_ENDPeriod of Performance End FM_PEROP_HIGHDATS8DATUM
PPA_EX_INDPPA Exclude Indicator EXCLUDE_FLGCHAR1XFELD

Key field Non-key field



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

As HASH_DATA_FOR_FUNDS_CMMT_POS_1 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 HASH_DATA_FOR_FUNDS_CMMT_POS_1 as there is no data to select.

How to access SAP table HASH_DATA_FOR_FUNDS_CMMT_POS_1

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