FMFG_CLOI_FIELDS_AR SAP (Pre-Closing Activities - Canceling Fund Open Items) Structure details

Dictionary Type: Structure
Description: Pre-Closing Activities - Canceling Fund Open Items




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




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

FMFG_CLOI_FIELDS_AR 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 "Pre-Closing Activities - Canceling Fund Open 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_FMFG_CLOI_FIELDS_AR TYPE FMFG_CLOI_FIELDS_AR.

The FMFG_CLOI_FIELDS_AR table consists of various fields, each holding specific information or linking keys about Pre-Closing Activities - Canceling Fund Open Items data available in SAP. These include KUNNR (Customer Numbers), BLDAT (Document Date in Document), BUDAT (Posting Date in the Document), BELNR (Accounting Document Number).. 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 FMFG_CLOI_FIELDS_AR 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BKTXTDocument Header Text BKTXTCHAR25TEXT25
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BELNR_CLEARAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
YRCL_AWREFReference Document Number AWREFCHAR10ALPHAAWREF
KOARTAccount Type KOARTCHAR1KOART
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTR_PYMTAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RFAREAFunctional Area FKBER_LONGCHAR16Assigned to domainFKBER_LONGFBE
RFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
EXP_HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FKBERFunctional Area FKBER_LONGCHAR16Assigned to domainFKBER_LONGFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RPROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
YRCL_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
REBZTFollow-On Document Type REBZTCHAR1REBZT
NEW_FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
NEW_GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
NEW_FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
NEW_FKBERFunctional Area FKBER_LONGCHAR16Assigned to domainFKBER_LONGFBE
NEW_MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
HSLValue in local currency VLCUR9CURR17(2) WERTV9
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
CANCELEDSingle-Character Indicator CHAR1CHAR1CHAR1
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
NEW_BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMFG_CLOI_FIELDS_AR

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