TDS_O2C_DFLOW_ITEM SAP (Document Flow Item: Direct Predecessor/Successor Tree) Structure details

Dictionary Type: Structure
Description: Document Flow Item: Direct Predecessor/Successor Tree




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




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

TDS_O2C_DFLOW_ITEM 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 Flow Item: Direct Predecessor/Successor Tree" 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_TDS_O2C_DFLOW_ITEM TYPE TDS_O2C_DFLOW_ITEM.

The TDS_O2C_DFLOW_ITEM table consists of various fields, each holding specific information or linking keys about Document Flow Item: Direct Predecessor/Successor Tree data available in SAP. These include PARENT_ID (Superior Tree Node ID), IS_LEAF (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), IS_EXPANDED (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), TEXT (Tree Node Text).. 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: Cannot Be Enhanced


SAP TDS_O2C_DFLOW_ITEM 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
ID Tree Node ID0
PARENT_ID Superior Tree Node ID0
IS_LEAFData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IS_EXPANDEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TEXT Tree Node Text0
TEXT_FOCUS Cell Design of Text (to Highlight Meta Node)0
TEXT_TT Quick Info for Text of Tree Node0
HLEVELHierarchy Level DFLOW_LEVELINT410INT4
FOCUSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
VBTYPSD document category VBTYPCHAR1VBTYP
DESCRIPTIONDocument type description FMRE_BATXTCHAR30TEXT30
DOCNUMSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
DOCNUVOriginating document VBELVCHAR10Assigned to domainALPHAVBELN
ITEMNUMItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ITEMNUVOriginating item POSNVNUMC6Assigned to domainPOSNR
VBTYP_NDocument category of subsequent document VBTYP_NCHAR1VBTYP
VBTYP_VDocument category of preceding SD document VBTYP_VCHAR1VBTYP
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
STATUSStatus of Document in the Document Flow BELEG_STATUSCHAR20TEXT20
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
RFMNGReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
RFWRTReference value RFWRTCURR15(2) WERTV8
WAERSStatistics currency WAERS_VCUKY5Assigned to domainWAERS
PLMINQuantity is calculated positively, negatively or not at all PLMINCHAR1PLMIN

Key field Non-key field



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

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

How to access SAP table TDS_O2C_DFLOW_ITEM

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