FMPEB_ACC_DOC SAP (Tax per Account) Structure details

Dictionary Type: Structure
Description: Tax per Account




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




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

FMPEB_ACC_DOC 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 "Tax per Account" 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_ACC_DOC TYPE FMPEB_ACC_DOC.

The FMPEB_ACC_DOC table consists of various fields, each holding specific information or linking keys about Tax per Account data available in SAP. These include MWSKZ_SAV (Tax Code Before Adjustment), MWSKZ (Tax on sales/purchases code), RATE (Input Tax Deduction Rate (CHAR)), STGRP (Tax type).. 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_ACC_DOC 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
MWSKZ_SAVTax Code Before Adjustment FMPEB_MWSKZ_ALTCHAR2Assigned to domainMWSKZ
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
RATEInput Tax Deduction Rate (CHAR) FMPEB_VAQ_CCHAR7CHAR7
STGRPTax type STGRP_007BCHAR1STGRP_007B
KTOSLTransaction Key KTOSLCHAR3CHAR3
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
STAZFIndicator: Tax not deductible STAZF_007BCHAR1XFELD
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
NAVNW_SAVNon Deductible Input Tax Before Adjustment FMPEB_NAVNW_ALTCURR13(2) WERT7
HWSTEAA_SAVTax Deduct./Payable Tax for Adjustment FMPEB_HWSTEAA_ALTCURR13(2) WERT7
STMDTDate on Which the Tax Return Was Made STMDT_BSETDATS8DATUM
ACCOUNT_ASS 0
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8KONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12ALPHAAUFNRNET
AUFPLTask list number for operations in order AUFPL_CHNUMC10AUFPL
APLZLGeneral counter for order APLZL_CHNUMC8CO_APLZL
GSBERBusiness Area GSBERCHAR4GSBERGSB
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10ALPHAFB_SEGMENT
FKBERFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FKBER_LONGFunctional Area FKBERCHAR16FKBERFBE
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
FIPOSCommitment Item FIPOSCHAR14FIPOSFIP
FISTLFunds Center FISTLCHAR16FISTLFIS
GEBERFund BP_GEBERCHAR10BP_GEBERFIC
ANLN1Main Asset Number ANLN1CHAR12ALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ALPHAANLN2AN2
ANBWAAsset Transaction Type ANBWACHAR3BWASL
BZDATAsset value date BZDATDATS8DATUM
VBUNDCompany ID VBUNDCHAR6ALPHARCOMP
MEASUREFunded Program FM_MEASURECHAR24FM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4BWKEYBWK
BWTARValuation Type BWTAR_DCHAR10BWTARBWT
KONTSG/L Account Number SAKNRCHAR10ALPHASAKNRSAKC_SAKNR
KONTHG/L Account Number SAKNRCHAR10ALPHASAKNRSAKC_SAKNR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

How to access SAP table FMPEB_ACC_DOC

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