FMPEB_TAXDATA SAP (PEB Tax Information) Structure details

Dictionary Type: Structure
Description: PEB Tax Information




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




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

FMPEB_TAXDATA 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 "PEB Tax Information" 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_TAXDATA TYPE FMPEB_TAXDATA.

The FMPEB_TAXDATA table consists of various fields, each holding specific information or linking keys about PEB Tax Information data available in SAP. These include GJAHR (Fiscal Year), MONAT (Fiscal Period), PEB (Partially Tax-Exempt Institution), MWSKZ (Tax on sales/purchases 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 FMPEB_TAXDATA 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
PEBPartially Tax-Exempt Institution FMPEB_PEBCHAR8CHAR8FMPEB_PEB
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
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
PEBDESCRDescription SESC_D_DESCRCHAR60
STGRPTax type STGRP_007BCHAR1STGRP_007B
STAZFIndicator: Tax not deductible STAZF_007BCHAR1XFELD
STBKZPosting indicator STBKZ_007BCHAR1STBKZ_007B
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
HKONT_STGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUDATPosting Date in the Document BUDATDATS8DATUM
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
HWCORTax Amount in Local Currency HWSTECURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table FMPEB_TAXDATA

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