FMSHD_GRID SAP (Structure of Internal Table in FMSherlock Screen 200) Structure details

Dictionary Type: Structure
Description: Structure of Internal Table in FMSherlock Screen 200




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




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

FMSHD_GRID 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 "Structure of Internal Table in FMSherlock Screen 200" 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_FMSHD_GRID TYPE FMSHD_GRID.

The FMSHD_GRID table consists of various fields, each holding specific information or linking keys about Structure of Internal Table in FMSherlock Screen 200 data available in SAP. These include MANDT (Client), KUKEY (Short key (surrogate)), ESNUM (Memo record number (line item number in bank statement)), BUKRS (Company Code).. 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 (Deep)


SAP FMSHD_GRID 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
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 FMKGRUNDCHAR3Assigned to domainFMKGRUND
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
CELLTAB 0
LINECOLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
DIRTYFLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ICON_ACTUSERSymbol Current Processor FM_ICON_ACTUSERCHAR46TV_IMAGE
ICON_STATUSSymbol Processing Status FM_ICON_STATECHAR46TV_IMAGE

Key field Non-key field



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

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

How to access SAP table FMSHD_GRID

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