FMMP SAP (Cash budget management line items) Structure details

Dictionary Type: Structure
Description: Cash budget management line items




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




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

FMMP 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 "Cash budget management line items" 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_FMMP TYPE FMMP.

The FMMP table consists of various fields, each holding specific information or linking keys about Cash budget management line items data available in SAP. These include FIPOS (Commitment Item), GJAHR (Fiscal Year), PERIO (Period), WRTTP (Value 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 (character-type or numeric)


SAP FMMP 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
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod FM_PERIODENUMC3PERDEGFP
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
WTEXTVal.type name FM_WRTTPTCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GTEXTBusiness area description GTEXTCHAR30TEXT30
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ZHLDTFunds Management - Update Date FM_ZHLDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
ZAPOSCommitment item for Cash Budget Management FM_ZAPOSCHAR14Assigned to domainFMCISFIPOS
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
POST1PS: Short description (1st text line) PS_POST1CHAR40TEXT40
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ATEXTDescription AUFTEXTCHAR40TEXT40
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KTEXTDescription KLTXTCHAR40TEXT40
FWAERFM area currency FM_WAERSCUKY5TCURCWAERS
FKBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
FKBTROOriginal amount in FM area currency FM_FKBTROCURR13(2) WERT7
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
TRBTRAmount in transaction currency FM_TRBTRCURR13(2) WERTV7
TRBTROOriginal amount in transaction currency FM_TRBTROCURR13(2) WERT7
UMBKZTransfer flag FM_UMBKZCHAR1CHAR1
DELKZDeletion indicator in TR-FM line item FM_DELKZCHAR1XFELD
VO_BUKRSCompany code for payment document number FM_VOBUKRSCHAR4T001BUKRS
VO_GJAHRFiscal year for payment document number FM_VOGJAHRNUMC4GJAHRGJAHRGJR
VO_BELNRPayment Document Number FM_VOBELNRCHAR10ALPHABELNRBLN
VO_BUZEIItem for payment document number FM_VOBUZEINUMC3BUZEI
VO_FIVORFinancial Transaction for Payment Document FM_VOFIVORNUMC2FIVOR
VO_SAKNRG/L account in payment document FM_VOSAKNRCHAR10Assigned to domainALPHASAKNRSAK
VO_LIFNRVendor in payment document FM_VOLIFNRCHAR10Assigned to domainALPHALIFNRLIF
VO_KUNNRCustomer in payment document FM_VOKUNNRCHAR10Assigned to domainALPHAKUNNRKUN
KN_BUKRSCompany code for FI document number FM_KNBUKRSCHAR4Assigned to domainBUKRS
KN_GJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
KN_BELNRFI document number FM_KNBELNRCHAR10ALPHABELNRBLN
KN_BUZEIDocument item for FI document number FM_KNBUZEINUMC3BUZEI
KN_FIVORFinancial Transaction for FI Document FM_KNFIVORNUMC2FIVOR
KN_SAKNRG/L account in FI document FM_KNSAKNRCHAR10Assigned to domainALPHASAKNRSAK
KN_LIFNRVendor in FI document FM_KNLIFNRCHAR10LFA1ALPHALIFNRLIF
KN_KUNNRCustomer in FI document FM_KNKUNNRCHAR10KNA1ALPHAKUNNRKUN
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KBLNRDocument Number for Earmarked Funds KBLNRCHAR10KBLKALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3KBLPKBLPOSKBP

Key field Non-key field



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

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

How to access SAP table FMMP

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