FMPEB_ACC_SAVE SAP (Structure of Posted Accounts with Same Doc. Number) Structure details

Dictionary Type: Structure
Description: Structure of Posted Accounts with Same Doc. Number




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




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

FMPEB_ACC_SAVE 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 of Posted Accounts with Same Doc. Number" 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_SAVE TYPE FMPEB_ACC_SAVE.

The FMPEB_ACC_SAVE table consists of various fields, each holding specific information or linking keys about Structure of Posted Accounts with Same Doc. Number data available in SAP. These include BUKRS (Company Code), MWSKZ (Tax on sales/purchases code), ACCOUNT_ASS (), HKONT (General Ledger Account).. 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_SAVE 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
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_ACC_SAVE using ABAP code?

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

How to access SAP table FMPEB_ACC_SAVE

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