FMPLISTI SAP (Item Structure for 12 Period Forecast: Actual and Plan) Structure details

Dictionary Type: Structure
Description: Item Structure for 12 Period Forecast: Actual and Plan




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




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

FMPLISTI 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 "Item Structure for 12 Period Forecast: Actual and Plan" 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_FMPLISTI TYPE FMPLISTI.

The FMPLISTI table consists of various fields, each holding specific information or linking keys about Item Structure for 12 Period Forecast: Actual and Plan data available in SAP. These include FMA_OBJNR (Object number), LEDNR (Ledger for Controlling objects), BUKRS (Company Code), GSBER (Business Area).. 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: Not classified


SAP FMPLISTI 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
ZEILEType for identifying objects NETTYPECHAR1NETTYPE
FMA_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
DELTANumber of actual periods DELTA_PERIONUMC3PERBL
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPOS_TXTFIPOS_TEXT S_FIPOS_TXTCHAR18CHAR18
H_FIPOSHigher commitment item H_FIPOSCHAR14Assigned to domainFIPOS
H_FPOTXTText for higher commitment item H_FIPOS_TXTCHAR20TEXT20
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
VSTXTVersion Text VSTXTCHAR30TEXT30
KUMANZTest Run ALLGTESTCHAR1XFELD
FWAERFM area currency FM_WAERSCUKY5Assigned to domainWAERS
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
FKWPERIO1Amount for period 1 (FMA currency) FKW_IST1CURR15(2) WRTV8
FKWPERIO2Amount for period 2 (FMA currency) FKW_IST2CURR15(2) WRTV8
FKWPERIO3Amount for period 3 (FMA currency) FKW_IST3CURR15(2) WRTV8
FKWPERIO4Amount for period 4 (FMA currency) FKW_IST4CURR15(2) WRTV8
FKWPERIO5Amount for period 5 (FMA currency) FKW_IST5CURR15(2) WRTV8
FKWPERIO6Amount for period 6 (FMA currency) FKW_IST6CURR15(2) WRTV8
FKWPERIO7Amount for period 7 (FMA currency) FKW_IST7CURR15(2) WRTV8
FKWPERIO8Amount for period 8 (FMA currency) FKW_IST8CURR15(2) WRTV8
FKWPERIO9Amount for period 9 (FMA currency) FKW_IST9CURR15(2) WRTV8
FKWPERIO10Amount for period 10 (FMA currency) FKW_IST10CURR15(2) WRTV8
FKWPERIO11Amount for period 11 (FMA currency) FKW_IST11CURR15(2) WRTV8
FKWPERIO12Amount for period 12 (FMA currency) FKW_IST12CURR15(2) WRTV8
SUM_FKWTotal (FM area currency) SUM_FKWCURR15(2) WRTV8
TRWPERIO1Amount for period 1 (transaction currency) TRW_IST1CURR15(2) WRTV8
TRWPERIO2Amount for period 2 (transaction currency) TRW_IST2CURR15(2) WRTV8
TRWPERIO3Amount for period 3 (transaction currency) TRW_IST3CURR15(2) WRTV8
TRWPERIO4Amount for period 4 (transaction currency) TRW_IST4CURR15(2) WRTV8
TRWPERIO5Amount for period 5 (transaction currency) TRW_IST5CURR15(2) WRTV8
TRWPERIO6Amount for period 6 (transaction currency) TRW_IST6CURR15(2) WRTV8
TRWPERIO7Amount for period 7 (transaction currency) TRW_IST7CURR15(2) WRTV8
TRWPERIO8Amount for period 8 (transaction currency) TRW_IST8CURR15(2) WRTV8
TRWPERIO9Amount for period 9 (transaction currency) TRW_IST9CURR15(2) WRTV8
TRWPERIO10Amount for period 10 (transaction currency) TRW_IST10CURR15(2) WRTV8
TRWPERIO11Amount for period 11 (transaction currency) TRW_IST11CURR15(2) WRTV8
TRWPERIO12Amount for period 12 (transaction currency) TRW_IST12CURR15(2) WRTV8
SUM_TKWTotal (transaction currency) SUM_TRWCURR15(2) WRTV8

Key field Non-key field



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

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

How to access SAP table FMPLISTI

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