FMCJ_TC SAP (Structure for Table Control TAB_CNTRL1) Structure details

Dictionary Type: Structure
Description: Structure for Table Control TAB_CNTRL1




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




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

FMCJ_TC 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 "Structure for Table Control TAB_CNTRL1" 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_FMCJ_TC TYPE FMCJ_TC.

The FMCJ_TC table consists of various fields, each holding specific information or linking keys about Structure for Table Control TAB_CNTRL1 data available in SAP. These include MANDT (Client), BUKRS (Company code), BELNR (IS-PS: Document number for cash desk subsidiary ledger), GJAHR (Fiscal year).. 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 FMCJ_TC 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
LMARKCheckbox XFELDCHAR1XFELD
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 structure FMCJ_TC using ABAP code?

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

How to access SAP table FMCJ_TC

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