RDPFLOW02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RDPFLOW02 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: CS_AUART = D Order Type
Selection Text: P_REPEAT = Repeated Conversion
Selection Text: P_TEST = D Test Run
Selection Text: SD_AUART = D Sales Document Type
Selection Text: SO_DATE = D Created On
Title: Conversion VA90-DP90: Document flow orders for generated DIP profiles
Text Symbol: 004 = Update Run
Text Symbol: 005 = Test Run
INCLUDE RDPFLOWTOP.
INCLUDE RDPFLOWF01.
INCLUDE RDPFLOWF05.
INCLUDE RDPFLOWF06.
INCLUDE RDPFLOWF0A.
INCLUDE RDPFLOWF0B.
No SAP DATABASE tables are accessed within this REPORT code!
DIP17_OLD_TO_NEW_FLOW CALL FUNCTION 'DIP17_OLD_TO_NEW_FLOW' EXPORTING i_profnr = space EXCEPTIONS error_message = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDPFLOW02 - Conversion VA90-DP90: Document flow orders for generated DIP profiles RDPFLOW02 - Conversion VA90-DP90: Document flow orders for generated DIP profiles RDPFLOW01 - Conversion VA90->DP90: Generation of DIP Profiles RDPFLOW01 - Conversion VA90->DP90: Generation of DIP Profiles RDPFLOW00 - Conversion Program VA90 -> DP90: Document Flow for Individual Orders RDPFLOW00 - Conversion Program VA90 -> DP90: Document Flow for Individual Orders