FMEF_WD_S_NEIGHBORHOOD SAP (Structure: EF document neighborhood) Structure details

Dictionary Type: Structure
Description: Structure: EF document neighborhood




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




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

FMEF_WD_S_NEIGHBORHOOD 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: EF document neighborhood" 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_FMEF_WD_S_NEIGHBORHOOD TYPE FMEF_WD_S_NEIGHBORHOOD.

The FMEF_WD_S_NEIGHBORHOOD table consists of various fields, each holding specific information or linking keys about Structure: EF document neighborhood data available in SAP. These include BLPOS (Earmarked Funds: Document Item), NEIGHTYPE (3-Byte field), REFBLTYP (Reference doc.category: funds precommitment or reservation), REFBELNR (Reference document number: reservation/funds precommitment).. 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 FMEF_WD_S_NEIGHBORHOOD 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
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
NEIGHTYPE3-Byte field CHAR3CHAR3CHAR3
REFBLTYPReference doc.category: funds precommitment or reservation REFBLTYPNUMC3KBLTYP
REFBELNRReference document number: reservation/funds precommitment REFKBLNRCHAR10Assigned to domainALPHAKBLNR
REFBLPOSItem in reference document REFKBLPOSNUMC3Assigned to domainKBLPOS
REFDOCSTATUSUsed earmarked funds set to 'Complete' REFSETERLKCHAR1CHAR1_X
VRGNGBusiness Transaction KBLVORGANGCHAR4Assigned to domainJ_VORGANG
STATSReduction is Statistical FMEF_CONS_STATSCHAR1XFELD
WTABBAmount used in budget FMWTABBCURR15(2) WERTV8
HWABBReduction amount in budget FMHWABBCURR15(2) WERTV8
WTABGFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
HWABGFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
WTAPPFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
HWAPPFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
WTNAPFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
HWNAPFunds reservation amount reduced KBLWTABGCURR15(2) WERTV8
BPENTDocument number of value adjustment doc. for earmarked funds FMSUPPNRNUMC4NUMC4
BTEXTValue adjustment docmument: Description FMSUPPTEXTCHAR50TEXT50
VRGTXTConsuming activity FMRCONSVRGTXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table FMEF_WD_S_NEIGHBORHOOD

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