FMSHERLOCK_ALV SAP (TB. For Output in Report RFFMSHERLOCK_ADD_DOCUMENTS) Structure details

Dictionary Type: Structure
Description: TB. For Output in Report RFFMSHERLOCK_ADD_DOCUMENTS




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




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

FMSHERLOCK_ALV 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 "TB. For Output in Report RFFMSHERLOCK_ADD_DOCUMENTS" 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_FMSHERLOCK_ALV TYPE FMSHERLOCK_ALV.

The FMSHERLOCK_ALV table consists of various fields, each holding specific information or linking keys about TB. For Output in Report RFFMSHERLOCK_ADD_DOCUMENTS data available in SAP. These include EXIST (Document already in clarification worklist), BUKRS (Company Code), KUNNR (Customer Numbers), XBLNR (Reference 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMSHERLOCK_ALV 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
XMARKCheckbox XFELDCHAR1XFELD
EXISTDocument already in clarification worklist FMSHERLOCK_EXISTCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
ZUONRAssignment Number DZUONRCHAR18ZUONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
ZUMSKTarget Special G/L Indicator DZUMSKCHAR1Assigned to domainUMSKZ
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
IDXLoop Index SYINDEXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table FMSHERLOCK_ALV

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