FMCHA1 SAP (Work List for Reassignment Tool) Table details

Dictionary Type: Table
Description: Work List for Reassignment Tool




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




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

FMCHA1 is a standard SAP Table which is used to store Work List for Reassignment Tool data and is available within R/3 SAP systems depending on the version and release level.

The FMCHA1 table consists of various fields, each holding specific information or linking keys about Work List for Reassignment Tool data available in SAP. These include REFBN (Reference Document Number), RUNNR (Reassignment run number), REFBT (Reference document category), RFORG (Reference Organizational Units).. 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: Can be enhanced (character-type or numeric)


SAP FMCHA1 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
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
RUNNRReassignment run number FM_CHARUNCHAR10ALPHABELNR
REFBTReference document category FM_REFBTYPNUMC3FM_REFBTYP
RFORGReference Organizational Units AWORGCHAR10AWORG
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RCONDCounter Conditions and Level Number RCONDNUMC5RCOND
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
SFIPOSSender commitment item FM_SFIPOSCHAR14Assigned to domainFMCISFIPOS
SFIPEXSender commitment item FM_SFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFPS
SFISTLSender funds center FM_SFICTRCHAR16Assigned to domainFISTL
SFONDSSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
SFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
SHKONTSender account FM_SHKONTCHAR10Assigned to domainALPHASAKNR
SOBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
SGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
EFIPOSReceiver commitment item FM_EFIPOSCHAR14Assigned to domainFMCISFIPOS
EFIPEXReceiver commitment item FM_EFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFPS
EFISTLReceiver funds center FM_EFICTRCHAR16Assigned to domainFISTL
EFONDSReceiver fund FM_EFONDSCHAR10Assigned to domainBP_GEBERRECEIVER_FUND
EFAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
EHKONTReceiver account FM_EHKONTCHAR10Assigned to domainALPHASAKNR
EOBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
EMEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
EGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
OBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CFRULEFM carryforward rule (FYC) FM_CFRULECHAR10FM_CFRULECFR
GROUPNRGroup number FM_GRUNRNUMC8FM_GRUNR
DTSELECTEDDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TMSELECTEDTime of Entry CPUTMTIMS6UZEIT
USSELECTEDUser Name UNAMECHAR12UNAME
DTTRANSFERDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TMTRANSFERTime of Entry CPUTMTIMS6UZEIT
USTRANSFERUser Name UNAMECHAR12UNAME
CFFLGReassignment catgeory FM_ACTYPECHAR1FM_ACTYPE
FKBTRAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
ERRORError number FM_ERRORCHAR3FM_ERROR
CORULEFM-CO assignment rule which was used FM_CORULECHAR1FM_CORULE
KNBELNRFI document number FM_KNBELNRCHAR10ALPHABELNRBLN
KNBUZEIDocument item for FI document number FM_KNBUZEINUMC3BUZEI
KNGJAHRFiscal year for FI document number FM_KNGJAHRNUMC4GJAHRGJAHRGJR
EBUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
.INCLU--AP 0
SSTATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
ESTATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
ABGJRFiscal year from which this entry is valid FM_ABGJRNUMC4GJAHRGJAHRGJR
BSGJRFiscal year from which this entry is valid FM_ABGJRNUMC4GJAHRGJAHRGJR
KOARTAccount Type KOARTCHAR1KOART
LCOL3-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCHA1
INTO CORRESPONDING FIELDS OF WA_FMCHA1
WHERE...

How to access SAP table FMCHA1

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