FIBKRU_S_MEMORS SAP (MO structure) Structure details

Dictionary Type: Structure
Description: MO structure




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




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

FIBKRU_S_MEMORS 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 "MO structure" 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_FIBKRU_S_MEMORS TYPE FIBKRU_S_MEMORS.

The FIBKRU_S_MEMORS table consists of various fields, each holding specific information or linking keys about MO structure data available in SAP. These include MOBELNR (Memorial order document number), MOGJAHR (Fiscal Year), EXTKEY (External key of Memo Order), BLDAT (Document Date in Document).. 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 (Deep)


SAP FIBKRU_S_MEMORS 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
MOBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MOBELNRMemorial order document number FIBKRU_MOBELNRCHAR10ALPHABELNR
MOGJAHRFiscal 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
BELNRPrimary document FIBKRU_PREV_BELNRCHAR10ALPHABELNR
GJAHRFiscal Year of primary FI document FIBKRU_PREV_GJAHRNUMC4GJAHRGJAHR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUZEIDLine Item Number (Debits) FIBKRU_3RKBUZEIDNUMC3BUZEIBUZ
BUZEIKLine Item Number (Credits) FIBKRU_3RKBUZEIKNUMC3BUZEIBUZ
ADDDItem Number for New Items (Debits) FIBKRU_3RKADDDINUMC3BUZEIBUZ
ADDKItem Number for New Items (Credits) FIBKRU_3RKADDKINUMC3BUZEIBUZ
NPDDIItem Number From Item Split (Debits) FIBKRU_3RKNPDDINUMC3BUZEIBUZ
NPDKIItem Number From Item Split (Credits) FIBKRU_3RKNPDKINUMC3BUZEIBUZ
DHKONTDebit account number taken from primary FI document FIBKRU_HKONTDEBITCHAR10Assigned to domainALPHASAKNR
CHKONTCredit account from FI document FIBKRU_HKONTCREDITCHAR10Assigned to domainALPHASAKNR
DTACNTDebit account FIBKRU_DEBITCHAR30FIBKRU_ACCOUNT
CTACNTCredit account FIBKRU_CREDITCHAR30FIBKRU_ACCOUNT
DACCIDGenerated account number – internal value FIBKRU_ACCIDNUMC10NUM10
CACCIDGenerated account number – internal value FIBKRU_ACCIDNUMC10NUM10
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERFDocument currency WAERFCUKY5Assigned to domainWAERSFWS
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 structure FIBKRU_S_MEMORS using ABAP code?

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

How to access SAP table FIBKRU_S_MEMORS

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