FIBKRU_S_MEMORDER_FSD SAP (Single data for Memo order) Structure details

Dictionary Type: Structure
Description: Single data for Memo order




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




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

FIBKRU_S_MEMORDER_FSD 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 "Single data for Memo order" 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_MEMORDER_FSD TYPE FIBKRU_S_MEMORDER_FSD.

The FIBKRU_S_MEMORDER_FSD table consists of various fields, each holding specific information or linking keys about Single data for Memo order data available in SAP. These include ORG_NAME (Organization name), MOBELNR (Accounting Document Number), BLDAT (Document date), FREE_FIELD_5 (Free field 5).. 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_MEMORDER_FSD 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
FORM_OKUD_NUM OKUD number of Form0
ORG_NAMEOrganization name J_3RALCOMNAMECHAR160CHAR160
MOBELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BLDAT Document date0
FREE_FIELD_5 Free field 50
OPER_CONTENTOperation content in Memo order FIBKRU_MEMORD_OPERCONTENTCHAR255CHAR255
SUM_IN_WORDS Sum in words0
SHIFR Document code0
FREE_FIELD_14 Free field 140
FREE_FIELD_14A Free field 14 a0
FREE_FIELD_15 Free field 150
FREE_FIELD_15A Free field 15 a0
NUM_OF_DOCUMENTS Number of documents in Memo order0
NUM_OF_SHEETS Number of sheets in Memo order0
FREE_FIELD_20 Free field 200
GROUPINGDebit/Credit Indicator SHKZGCHAR1SHKZG
REVERSEDMemorial order reversal status FIBKRU_MO_REVERSCHAR1FIBKRU_MO_REVERS

Key field Non-key field



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

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

How to access SAP table FIBKRU_S_MEMORDER_FSD

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