FMOUT_FMCH_OLD SAP (Output Structure Reassignment Tool) Structure details

Dictionary Type: Structure
Description: Output Structure Reassignment Tool




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




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

FMOUT_FMCH_OLD 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 "Output Structure Reassignment Tool" 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_FMOUT_FMCH_OLD TYPE FMOUT_FMCH_OLD.

The FMOUT_FMCH_OLD table consists of various fields, each holding specific information or linking keys about Output Structure Reassignment Tool data available in SAP. These include STATUS (Status of Line Item (Traffic Light Icon)), REFBN (Reference Document 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMOUT_FMCH_OLD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
STATUSStatus of Line Item (Traffic Light Icon) FM_ST_ICONCHAR16CHAR16
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBTReference document category FM_REFBTYPNUMC3FM_REFBTYP
RFORGReference Organizational Units AWORGCHAR10AWORG
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
RCONDCounter Conditions and Level Number RCONDNUMC5RCOND
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
WRTTPValue Type FM_WRTTPCHAR2FM_WRTTP
RUNNRReassignment run number FM_CHARUNCHAR10ALPHABELNR
GROUPNRGroup number FM_GRUNRNUMC8FM_GRUNR
CFFLGReassignment catgeory FM_ACTYPECHAR1FM_ACTYPE
SFIPEXSender commitment item FM_SFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFPS
SFISTLSender funds center FM_SFICTRCHAR16Assigned to domainFISTL
SFONDSSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
SFAREASender Functional Area (Fiscal Year Change FM) FM_CCF_SFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
SHKONTSender account FM_SHKONTCHAR10Assigned to domainALPHASAKNR
SOBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SMEASURESender Funded Program (Fiscal Year Change FM) FM_CCF_SMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
SGRANT_NBRSender Grant (Fiscal Year Change FM) FM_CCF_SGRANTCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
EFIPEXReceiver commitment item FM_EFIPEXCHAR24Assigned to domainFMCILFM_FIPEXFPS
EFISTLReceiver funds center FM_EFICTRCHAR16Assigned to domainFISTL
EFONDSReceiver fund FM_EFONDSCHAR10Assigned to domainBP_GEBERRECEIVER_FUND
EFAREAReceiver Functional Area (Fiscal Year Change FM) FM_CCF_RFAREACHAR16Assigned to domainFKBERCOBL_EX_FKBER
EHKONTReceiver account FM_EHKONTCHAR10Assigned to domainALPHASAKNR
EMEASUREReceiver Funded Program (Fiscal Year Change FM) FM_CCF_RMEASURECHAR24Assigned to domainFM_MEASUREFM_MEASUREFM_MEASURE_GENERIC
EGRANT_NBRReceiver Grant (Fiscal Year Change FM) FM_CCF_RGRANTCHAR20ALPHAGM_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
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
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
ABGJRFiscal year from which this entry is valid FM_ABGJRNUMC4GJAHRGJAHRGJR
BSGJRFiscal year from which this entry is valid FM_ABGJRNUMC4GJAHRGJAHRGJR
TEXTMessage Text FMOUT_S200_TEXTCHAR128CHAR128
MORE_ERRAdditional messages FM_CCF_MORE_ERRCHAR12CHAR12
LCOL3-Byte field CHAR3CHAR3CHAR3
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
EBUDGET_PDFM: Receiver Budget Period FM_EBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMOUT_FMCH_OLD

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