RDPFLOW00 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 RDPFLOW00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DP70 - Conversion of Individual Orders
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: P_VBELN = D Sales Document
Selection Text: P_TEST = D Test Run
Selection Text: P_REPEAT = Repeated Conversion
Selection Text: P_POSNR = D Item
Selection Text: P_FFPRF = D DIP profile
Selection Text: P_AUFNR = D Order
Title: Conversion Program VA90 -> DP90: Document Flow for Individual Orders
Text Symbol: 006 = Processing Options
Text Symbol: 005 = Test Run
Text Symbol: 004 = Update Run
Text Symbol: 003 = Resource-related billing and quotation creation control
Text Symbol: 002 = Service
Text Symbol: 001 = Sales
INCLUDE RDPFLOWTOP.
INCLUDE RDPFLOWF05.
INCLUDE RDPFLOWF06.
INCLUDE RDPFLOWF0A.
INCLUDE RDPFLOWF0B.
No SAP DATABASE tables are accessed within this REPORT code!
AD1C_PROF_READ CALL FUNCTION 'AD1C_PROF_READ' EXPORTING i_profnr = p_ffprf i_usage = c_usage-billing EXCEPTIONS prof_not_found = 2.
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.
RDPFLOW00 - Conversion Program VA90 -> DP90: Document Flow for Individual Orders RDPFLOW00 - Conversion Program VA90 -> DP90: Document Flow for Individual Orders RDPEURO02 - Euro-Conversion: Check Open Resources RDPEURO02 - Euro-Conversion: Check Open Resources RDPEURO01 - Euro-Conversion: Compare Total Flow / Individual Flow RDPEURO01 - Euro-Conversion: Compare Total Flow / Individual Flow