FMPEB_ALV_ITEM SAP (ALV Structure Tax Item List) Structure details

Dictionary Type: Structure
Description: ALV Structure Tax Item List




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




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

FMPEB_ALV_ITEM 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 "ALV Structure Tax Item List" 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_FMPEB_ALV_ITEM TYPE FMPEB_ALV_ITEM.

The FMPEB_ALV_ITEM table consists of various fields, each holding specific information or linking keys about ALV Structure Tax Item List data available in SAP. These include LTEXT (Text Field of Length 60), GJAHR (Fiscal Year), MONAT (Fiscal Period), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FMPEB_ALV_ITEM 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
PEBPartially Tax-Exempt Institution FMPEB_PEBCHAR8CHAR8FMPEB_PEB
LTEXTText Field of Length 60 TEXT60CHAR60TEXT60
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
LOTKZLot Number for Requests PSO_LOTKZCHAR10ALPHALOTKZLOT
BUDATPosting Date in the Document BUDATDATS8DATUM
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
HWBTRGross Amount in Local Currency FMPEB_HWBTRCURR15(2) WERTV8
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
NAVNWNon-deductible input tax NAVNWCURR13(2) WERT7
HWSTEAATax Deductible/Payable HWSTEAACURR13(2) WERT7
STGRPTax type STGRP_007BCHAR1STGRP_007B
STMDTDate on Which the Tax Return Was Made STMDT_BSETDATS8DATUM
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLTask list number for operations in order AUFPL_CHNUMC10AUFPL
APLZLGeneral counter for order APLZL_CHNUMC8Assigned to domainCO_APLZL
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
FKBERFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FKBER_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ANBWAAsset Transaction Type ANBWACHAR3Assigned to domainBWASL
BZDATAsset value date BZDATDATS8DATUM
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
KONTSG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KONTHG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
STATUSProcessing Status FMPEB_STATUS_ICONCHAR60FMPEB_STATUS_ICON
STATUS_MSGStatus Message FMPEB_STATDESCRCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table FMPEB_ALV_ITEM

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