FIBKRUD_MO_APPRS SAP (Approvals of Memo Order) Table details

Dictionary Type: Table
Description: Approvals of Memo Order




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




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

FIBKRUD_MO_APPRS is a standard SAP Table which is used to store Approvals of Memo Order data and is available within R/3 SAP systems depending on the version and release level.

The FIBKRUD_MO_APPRS table consists of various fields, each holding specific information or linking keys about Approvals of Memo Order data available in SAP. These include MOBUKRS (Company Code), MOBELNR (Accounting Document Number), MOGJAHR (Fiscal Year), SERIALNUMB (Serial Number).. 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_MO_APPRS 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
MOBELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
MOGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SERIALNUMBSerial Number FIBKRU_SERIAL_NUMBERNUMC3FIBKRU_SERIAL_NUMBER
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
STATUSMemorial Order Status FIBKRU_APPR_STATUSCHAR1FIBKRU_APPR_STATUS
WHO_CHECKEDUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
DATE_CHECKEDDate in CHAR format DATECHAR8CHAR8
TIME_CHECKEDTime in CHAR Format TIMECHAR6CHAR6

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIBKRUD_MO_APPRS
INTO CORRESPONDING FIELDS OF WA_FIBKRUD_MO_APPRS
WHERE...

How to access SAP table FIBKRUD_MO_APPRS

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