FMPLISTH SAP (Header Structure for 12 Period Forecast: Actual and Plan) Structure details

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




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




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

FMPLISTH 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 "Header 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_FMPLISTH TYPE FMPLISTH.

The FMPLISTH table consists of various fields, each holding specific information or linking keys about Header Structure for 12 Period Forecast: Actual and Plan data available in SAP. These include TEXT (Name), H_FIPOS (Higher commitment item), FWAER (FM area currency), TWAER (Transaction 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: Not classified


SAP FMPLISTH 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
TEXTName FM_BEZEICHCHAR20TEXT20
H_FIPOSHigher commitment item H_FIPOSCHAR14Assigned to domainFIPOS
FWAERFM area currency FM_WAERSCUKY5Assigned to domainWAERS
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
SKALFScaling (places before and after the decimal point) SKALFNUMC1NUMC01
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 FMPLISTH using ABAP code?

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

How to access SAP table FMPLISTH

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