SAP AD01FLOWREP01 Document Flow Reporting: Hierarchy Table data and field list

AD01FLOWREP01 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 Reporting: Hierarchy" 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_AD01FLOWREP01 TYPE AD01FLOWREP01.

The AD01FLOWREP01 table consists of various fields, each holding specific information or linking keys about Document Flow Reporting: Hierarchy data available in SAP. These include TYPE (Node type), NODE_NAME (Nodes/dynamic items description), STATUS (Status of characteristic/dynamic item), SO_WTGBTR (Original amount)... 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. .

AD01FLOWREP01 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AD01FLOWREP01 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the AD01FLOWREP01 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
IDInternal: Node ID SEU_IDNUMC6SEU_ID
TYPENode type SEU_TYPECHAR4SEU_TYPE
NODE_NAMENodes/dynamic items description VPK_NODECHAR80BEZEI80
STATUSStatus of characteristic/dynamic item VPK_STATUSCHAR132
SO_WTGBTROriginal amount VPK_AMNT_ORIGINALCURR15(2) WERTV8
SO_WOGBTROriginal amount VPK_AMNT_ORIGINALCURR15(2) WERTV8
SO_WKGBTROriginal amount VPK_AMNT_ORIGINALCURR15(2) WERTV8
SO_MEGBTROriginal quantity VPK_QNTY_ORIGINALQUAN15(3) MENGV8
BI_WTGBTRAmount already billed VPK_AMNT_BILLEDCURR15(2) WERTV8
BI_WOGBTRAmount already billed VPK_AMNT_BILLEDCURR15(2) WERTV8
BI_WKGBTRAmount already billed VPK_AMNT_BILLEDCURR15(2) WERTV8
BI_MEGBTRQuantity already billed VPK_QNTY_BILLEDQUAN15(3) MENGV8
CA_WTGBTRAmount rejected VPK_AMNT_REJECTCURR15(2) WERTV8
CA_WOGBTRAmount rejected VPK_AMNT_REJECTCURR15(2) WERTV8
CA_WKGBTRAmount rejected VPK_AMNT_REJECTCURR15(2) WERTV8
CA_MEGBTRQuantity rejected VPK_QNTY_REJECTQUAN15(3) MENGV8
OP_WTGBTROpen amount VPK_AMNT_OPENCURR15(2) WERTV8
OP_WOGBTROpen amount VPK_AMNT_OPENCURR15(2) WERTV8
OP_WKGBTROpen amount VPK_AMNT_OPENCURR15(2) WERTV8
OP_MEGBTROpen quantity VPK_QNTY_OPENQUAN15(3) MENGV8
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR

Key field Non-key field



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

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

How to access SAP table AD01FLOWREP01

Within an ECC or HANA version of SAP you can also view further information about AD01FLOWREP01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).