FMFG_DC_DOC_INFO SAP (Additional docitem info for display) Structure details

Dictionary Type: Structure
Description: Additional docitem info for display




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




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

FMFG_DC_DOC_INFO 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 "Additional docitem info for display" 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_FMFG_DC_DOC_INFO TYPE FMFG_DC_DOC_INFO.

The FMFG_DC_DOC_INFO table consists of various fields, each holding specific information or linking keys about Additional docitem info for display data available in SAP. These include DESCRIPT (Document/item descriptive text), DOC_DATE (Document Date in Document), STATUS1 (Primary Status of Document), STATUS2 (Secoondary Status of 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 FMFG_DC_DOC_INFO 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
DOCTYReconciliation: generic document type FMFGRCNDOCTYPECHAR4CHAR4
DESCRIPTDocument/item descriptive text FMFG_DC_DESCRIPTCHAR120
DOC_DATEDocument Date in Document BLDATDATS8DATUM
STATUS1Primary Status of Document FMFG_DC_STATUS1CHAR50TEXT50
STATUS2Secoondary Status of Document FMFG_DC_STATUS2CHAR50TEXT50
STATUS3Third Status of Document FMFG_DC_STATUS3CHAR50TEXT50
STATUS4Fourth Status of Document FMFG_DC_STATUS4CHAR50TEXT50
AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
OPEN_AMOUNTOpen amount (transaction currency) FMWTFREECURR15(2) WERTV8
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
LCL_AMOUNTAmount in Local Currency DMBTRCURR13(2) WERT7
LCL_OPEN_AMOUNTOpen amount (local currency) FMHWFREECURR15(2) WERTV8
FM_WAERSFM area currency FM_WAERSCUKY5Assigned to domainWAERS
EXT_REFERENCEReference Document Number XBLNR1CHAR16XBLNR1
USNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table FMFG_DC_DOC_INFO

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