FMCISL SAP (Commitment Item Mass Mantainance permitted fields) Structure details

Dictionary Type: Structure
Description: Commitment Item Mass Mantainance permitted fields




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




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

FMCISL 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 "Commitment Item Mass Mantainance permitted fields" 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_FMCISL TYPE FMCISL.

The FMCISL table consists of various fields, each holding specific information or linking keys about Commitment Item Mass Mantainance permitted fields data available in SAP. These include POTYP (Commitment Item Category), KRTYP (Commitment item criterion category), FPART (Commitment Item Type), FICTR (Funds Center (Default Value in a Commitment Item)).. 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 FMCISL 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
FIVORFinancial transaction FM_FIVORNUMC2FM_FIVOR
POTYPCommitment Item Category FM_POTYPNUMC1FM_POTYP
KRTYPCommitment item criterion category FM_KRTYPCHAR5Assigned to domainFM_KRTYPKYP
FPARTCommitment Item Type FM_FPARTCHAR3FM_FPART
FICTRFunds Center (Default Value in a Commitment Item) FM_DFICTRCHAR16Assigned to domainFISTLFIS
VPTYPCarryforward item category for commitment item FM_VPTYPCHAR2Assigned to domainFM_VPTYP
SNTYPCollective budget adminstration category FM_COLLTYPCHAR1FM_COLLTYP
SNROLUse type in collective budget administration FM_COLLROLCHAR1FM_COLLECT
STATSStatistical commitment item FM_STATPOSCHAR1XFELD
AUGRPAuthorization Groups of the Commitment Item FM_AUTHGRPCHAR10CHAR10
NEGBUDNegative Budget Permitted FM_NEG_BUDGET_FLGCHAR1XFELD
BSAMTManaged position / clearing lower section FM_BSAMTCHAR16Assigned to domainFISTLFIS
BUTYPBudget structure element type BUTYPCHAR4Assigned to domainPM_BUTYPPBU
DUMMY_FSTRSingle-Character Indicator CHAR1CHAR1CHAR1
STR_IDMaster Data Subdivision ID FM_STR_IDCHAR10FMMDSTRIDCHAR10FMS
CISUB1Substring 1 of Commitment Item FM_CISUB1CHAR10FMMDCISUB1CHAR10
CISUB2Substring 2 of Commitment Item FM_CISUB2CHAR10FMMDCISUB2CHAR10
CISUB3Substring 3 of Commitment Item FM_CISUB3CHAR10FMMDCISUB3CHAR10
CISUB4Substring 4 of Commitment Item FM_CISUB4CHAR10FMMDCISUB4CHAR10
CISUB5Substring 5 of Commitment Item FM_CISUB5CHAR10FMMDCISUB5CHAR10
EFICTRBalance Funds Center FM_SDFICTRCHAR16Assigned to domainFISTLFIS
EFIPEX1Balance Cmmt Item FM_SDFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFPS
PROZ1Balance percentage rate FM_SDPROZDEC5(2) PRZ32
EFIPEX2Balance commitment item plan year+1 FM_SDFIPX2CHAR24Assigned to domainFMCILFM_FIPEXFPS
PROZ2Balance percentage rate plan year+1 FM_SDPROZ2DEC5(2) PRZ32
EFIPEX3Balance commitment item plan year+2 FM_SDFIPX3CHAR24Assigned to domainFMCILFM_FIPEXFPS
PROZ3Balance percentage rate plan year+2 FM_SDPROZ3DEC5(2) PRZ32
EFIPEX4Balance commitment item plan year+3 FM_SDFIPX4CHAR24Assigned to domainFMCILFM_FIPEXFPS
PROZ4Balance percentage rate plan year+3 FM_SDPROZ4DEC5(2) PRZ32
EFIPEX5Balance commitment item plan year+4 FM_SDFIPX5CHAR24Assigned to domainFMCILFM_FIPEXFPS
PROZ5Balance percentage rate plan year+4 FM_SDPROZ5DEC5(2) PRZ32
DUMMY_FMCIEXTSingle-Character Indicator CHAR1CHAR1CHAR1
DUMMY_FMCITEXTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FMCISL

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