FMSHERLOCK SAP (Clarification List (Payments to be Clarified)) Table details

Dictionary Type: Table
Description: Clarification List (Payments to be Clarified)




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




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

FMSHERLOCK is a standard SAP Table which is used to store Clarification List (Payments to be Clarified) data and is available within R/3 SAP systems depending on the version and release level.

The FMSHERLOCK table consists of various fields, each holding specific information or linking keys about Clarification List (Payments to be Clarified) data available in SAP. These include KUKEY (Short key (surrogate)), ESNUM (Memo record number (line item number in bank statement)), BUKRS (Company Code), BELNR (Accounting Document 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: Can be enhanced (character-type or numeric)


SAP FMSHERLOCK 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
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
KGRUNDClarification Reason FMKGRUNDCHAR3FMKGRUND
KGRUNDTEXTClarification Reason as Text FMKGRUND_TXTCHAR80CHAR80
ACTUSERCurrent Processor FMCLERKACCHAR12USR02XUBNAME
STATUSProcessing Status FMCLEARSTATECHAR3FMSHERLOCKSTATUSFMCLEARSTATE
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
AZNUMStatement number AZNUM_EBNUMC5NUM5
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
PARTNBusiness Partner PARTN_EBCHAR55CHAR55
PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
CLEARVZApplication of Funds from Eltro. Statement for FMBELI(2) FMCLEARVZCHAR81CHAR81
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
LASTCHANGERProcessor (Last Changed by) FMCLERKLCCHAR12UNAME
RESUBMITDTResubmission Date FMRESUBDTDATS8DATUM
LONGTEXTEXISTLong Text on Clarification Case Exists FMLONGTEXTEXISTCHAR1BOOLEAN
LONGTEXTGUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SEQ_BUKRSCompany Code of Follow-On Document FM_SEQ_BUKRSCHAR4Assigned to domainBUKRS
SEQ_BELNRDocument Number of Follow-On Document FM_SEQ_BELNRCHAR10ALPHABELNR
SEQ_GJAHRFiscal Year of Follow-On Document FM_SEQ_GJAHRNUMC4GJAHRGJAHR
KURZTEXTInfotext for Processor FMKURZTEXTCHAR80CHAR80K

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMSHERLOCK
INTO CORRESPONDING FIELDS OF WA_FMSHERLOCK
WHERE...

How to access SAP table FMSHERLOCK

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