FMPEB_ACCOUNT_ASSIGNMENT SAP (Account Assignment Info) Structure details

Dictionary Type: Structure
Description: Account Assignment Info




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




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

FMPEB_ACCOUNT_ASSIGNMENT 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 "Account Assignment Info" 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_ACCOUNT_ASSIGNMENT TYPE FMPEB_ACCOUNT_ASSIGNMENT.

The FMPEB_ACCOUNT_ASSIGNMENT table consists of various fields, each holding specific information or linking keys about Account Assignment Info data available in SAP. These include KOSTL (Cost Center), AUFNR (Order Number), PROJK (Work Breakdown Structure Element (WBS Element)), NPLNR (Network Number for Account Assignment).. 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_ACCOUNT_ASSIGNMENT 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
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

Key field Non-key field



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

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

How to access SAP table FMPEB_ACCOUNT_ASSIGNMENT

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