FIBKRUD_MEMORDER SAP (Memo Order for Banking RU) Table details

Dictionary Type: Table
Description: Memo Order for Banking RU




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




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

FIBKRUD_MEMORDER is a standard SAP Table which is used to store Memo Order for Banking RU data and is available within R/3 SAP systems depending on the version and release level.

The FIBKRUD_MEMORDER table consists of various fields, each holding specific information or linking keys about Memo Order for Banking RU data available in SAP. These include MOBUKRS (Company Code), MOBELNR (Memorial order document number), MOGJAHR (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 (character-type or numeric)


SAP FIBKRUD_MEMORDER 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
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 table FIBKRUD_MEMORDER using ABAP code

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

SELECT SINGLE *
FROM FIBKRUD_MEMORDER
INTO CORRESPONDING FIELDS OF WA_FIBKRUD_MEMORDER
WHERE...

How to access SAP table FIBKRUD_MEMORDER

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