FMCJ SAP (IS-PS: Documents in Cash Desk Subsidiary Ledger) Table details

Dictionary Type: Table
Description: IS-PS: Documents in Cash Desk Subsidiary Ledger




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




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

FMCJ is a standard SAP Table which is used to store IS-PS: Documents in Cash Desk Subsidiary Ledger data and is available within R/3 SAP systems depending on the version and release level.

The FMCJ table consists of various fields, each holding specific information or linking keys about IS-PS: Documents in Cash Desk Subsidiary Ledger data available in SAP. These include BUKRS (Company code), BELNR (IS-PS: Document number for cash desk subsidiary ledger), GJAHR (Fiscal year), ERNAM (Name of Person who Created the Object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMCJ 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 MANDTCLNT3T000MANDT
BUKRSCompany code FM_BUKRSCHAR4T001BUKRSBUKH_T001
BELNRIS-PS: Document number for cash desk subsidiary ledger BELNR_FMCHAR10ALPHABELNRBLN
GJAHRFiscal year FM_GJAHRNUMC4GJAHRGJAHRGJR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
BUDATPosting Date in the Document BUDATDATS8DATUM
BUVRGPayment Transaction in Cash Desk Subledger FM_BUVRGCHAR10FMPYFM_BUVRG
BUSOHIn/out Payment Ind. for Cash Desk Subledger FM_BUSOHCHAR1FM_SHKZG
DMBTRAmount in Local Currency FM_DMBTRCURR15(2) WERTV8
WRBTRAmount in Document Currency WRBTR_FMCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KUNNRCustomer Numbers KUNNRCHAR10KNB1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFB1ALPHALIFNRLIFKRED_C
SAKNRG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FICTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PSOEARevnue Type PSOEACHAR8PSO04PSOEA
KBLNRDocument Number for Earmarked Funds KBLNR_FICHAR10KBLKALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3KBLPKBLPOSKBP
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
SGTXTItem Text SGTXTCHAR50TEXT50
KVERMAccount Memo FM_KVERMCHAR50TEXT50
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
XSTBLGIndicator for Reverse Document XSTBLGCHAR1XFELD
BELSTIS-PS: Document status in cash desk subsidiary ledger FM_BELSTCHAR1FM_BELST
KABLGCash Desk Closing in Cash Desk Subledger FM_KABLGCHAR1FM_KABLG
ERZPT FM_ERZPTCHAR20CHAR20
FI_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
FI_BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FI_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FI_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FI_UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
FI_REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
FI_REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
FI_REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCJ
INTO CORRESPONDING FIELDS OF WA_FMCJ
WHERE...

How to access SAP table FMCJ

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