FIBKRUD_CMO_HD SAP (Consolidated MO header) Table details

Dictionary Type: Table
Description: Consolidated MO header




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




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

FIBKRUD_CMO_HD is a standard SAP Table which is used to store Consolidated MO header data and is available within R/3 SAP systems depending on the version and release level.

The FIBKRUD_CMO_HD table consists of various fields, each holding specific information or linking keys about Consolidated MO header data available in SAP. These include CMOBUKRS (Company Code), CMOBELNR (Memorial order document number), CMOGJAHR (Fiscal Year), EXTKEY (External key of Memo Order).. 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 (Deep)


SAP FIBKRUD_CMO_HD 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
CMOBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CMOBELNRMemorial order document number FIBKRU_MOBELNRCHAR10ALPHABELNR
CMOGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
EXTKEYExternal key of Memo Order FIBKRU_EXTKEYCHAR50CHAR50
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AEDATDate of the Last Document Change by Transaction AEDAT_BKPFDATS8DATUM
UPDDTDate of the Last Document Update UPDDTDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
SHKZGIndicator of Consolidation: Debit or Credit FIBKRU_DEBCREDCHAR1FIBKRU_DEBCRED
BELNRPrimary document FIBKRU_PREV_BELNRCHAR10ALPHABELNR
GJAHRFiscal Year of primary FI document FIBKRU_PREV_GJAHRNUMC4GJAHRGJAHR
REVERSEDMemorial order reversal status FIBKRU_MO_REVERSCHAR1FIBKRU_MO_REVERS
STATUSMemorial Order Status FIBKRU_APPR_STATUSCHAR1FIBKRU_APPR_STATUS
CONFIRM_FINISHED'X' - Confirmation finished, ' ' - not yet FIBKRU_CONFIRMATION_FINISHEDCHAR1XFELD
INT_STATUSIntermediate Approval Status (A - Approved, R - Rejected) FIBKRU_INTERMED_APPR_STATUSCHAR1FIBKRU_APPR_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIBKRUD_CMO_HD
INTO CORRESPONDING FIELDS OF WA_FIBKRUD_CMO_HD
WHERE...

How to access SAP table FIBKRUD_CMO_HD

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