FMPEB_ACCTAX SAP (Tax per Account) Structure details

Dictionary Type: Structure
Description: Tax per Account




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




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

FMPEB_ACCTAX 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_ACCTAX TYPE FMPEB_ACCTAX.

The FMPEB_ACCTAX table consists of various fields, each holding specific information or linking keys about Tax per Account data available in SAP. These include MWSKZ (Tax on sales/purchases code), STGRP (Tax type), HWBAS (Tax Base Amount in Local Currency), HWSTE (Tax Amount in Local Currency).. 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_ACCTAX 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
STGRPTax type STGRP_007BCHAR1STGRP_007B
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
NAVNW_OLDNon-deductible input tax NAVNWCURR13(2) WERT7
HWSTEAA_OLDTax Deductible/Payable HWSTEAACURR13(2) WERT7
NAVNW_NEWNon-deductible input tax NAVNWCURR13(2) WERT7
HWSTEAA_NEWTax Deductible/Payable HWSTEAACURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
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

Key field Non-key field



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

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

How to access SAP table FMPEB_ACCTAX

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