Get SAP Document Flow using SD_DOCUMENT_FLOW_GET ABAP Function Module
ABAP developers can get SAP document flow for a sales document using ABAP function module SD_DOCUMENT_FLOW_GET. It is enough to call function module SD_DOCUMENT_FLOW_GET using document number of the target SAP Sales document as an input value for IV_DOCNUM parameter.
Here is the ABAP codes of an ABAP report which reads sales document number as an input from SAP user and then display document flow using ABAP function module SD_DOCUMENT_FLOW_GET
And here is the output of the above ABAP report