FMCY_COPI SAP (For CO plan data transfer) Table details

Dictionary Type: Table
Description: For CO plan data transfer




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




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

FMCY_COPI is a standard SAP Table which is used to store For CO plan data transfer data and is available within R/3 SAP systems depending on the version and release level.

The FMCY_COPI table consists of various fields, each holding specific information or linking keys about For CO plan data transfer data available in SAP. These include KOKRS (Controlling Area), QVERSN (Version), QGJAHR (CO fiscal year), KSTAR (Cost Element).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMCY_COPI table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
QVERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
QGJAHRCO fiscal year FM_COGJAHRNUMC4GJAHRGJAHR
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
ZVERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
ZGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FM_OBJNRObject number for FI-SL tables GOBJNRCHAR18OBJNR
BUDCATLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
VALTYPEBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
BUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
RPMAXPeriod RPMAXNUMC3RPMAX
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
TSL01Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL02Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL03Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL04Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL05Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL06Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL07Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL08Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL09Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL10Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL11Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL12Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL13Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL14Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL15Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL16Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSL01Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL02Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL03Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL04Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL05Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL06Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL07Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL08Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL09Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL10Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL11Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL12Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL13Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL14Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL15Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL16Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR

Key field Non-key field



How do I retrieve data from SAP table FMCY_COPI using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMCY_COPI to SELECT all data from the table
DATA: WA_FMCY_COPI TYPE FMCY_COPI.

SELECT SINGLE *
FROM FMCY_COPI
INTO CORRESPONDING FIELDS OF WA_FMCY_COPI
WHERE...

How to access SAP table FMCY_COPI

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