FMFG_DC_CHAIN_DISPLAY SAP (Document level display stucture for document chain display) Structure details

Dictionary Type: Structure
Description: Document level display stucture for document chain display




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




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

FMFG_DC_CHAIN_DISPLAY 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 "Document level display stucture for document chain 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_CHAIN_DISPLAY TYPE FMFG_DC_CHAIN_DISPLAY.

The FMFG_DC_CHAIN_DISPLAY table consists of various fields, each holding specific information or linking keys about Document level display stucture for document chain display data available in SAP. These include TEXT (Text (80 Characters)), AWTYP (Reference Transaction), AWREF (Reference Document Number), AWPOS (Reference line item).. 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_CHAIN_DISPLAY 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
CHAIN_LEVEL 0
TEXTText (80 Characters) TEXT80CHAR80TEXT80UEB
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWPOSReference line item AWPOSCHAR10AWPOS
AWORGReference Organizational Units AWORGCHAR10AWORG
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
NODE_KEYALV Tree Control: Node Key LVC_NKEYCHAR12
DATE_CREATEDDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TIME_CREATEDTime of Entry CPUTMTIMS6UZEIT
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
R_DOCITEM 0
FOUND_BY_CLASSName of class that added document to chain FMFG_DC_FOUND_BY_CLASSCHAR50

Key field Non-key field



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

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

How to access SAP table FMFG_DC_CHAIN_DISPLAY

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