SAPDV02P is a standard Module pool for a dialog screen ABAP Program 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 SAPDV02P 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.
Title: Dialog Module RV_BELEG_PARTNER
Text Symbol: 010 = All partners in the doc. header
Text Symbol: 011 = All partners in the shipment header
Text Symbol: 012 = All partners in the shipment stage
Text Symbol: 013 = All partners for document item
Text Symbol: 014 = Higher level partner in the customer hierarchy
Text Symbol: 015 = Partner of the document header (without higher level partners in hierarchy)
Text Symbol: 100 = Do you want to delete all the
Text Symbol: 101 = partner functions selected?
Text Symbol: 110 = Do you want to
Text Symbol: 111 = delete Partner function $?
Text Symbol: 120 = Delete partner
Text Symbol: 130 = Do you want to delete the overtyped
Text Symbol: 131 = partner function $ ?
Text Symbol: 141 = Do you want to cancel
Text Symbol: 142 = detail data maintenance?
Text Symbol: 143 = Cancel change detail data
Text Symbol: 144 = SalesActTy
Text Symbol: OI1 = All Partners of Vehicle
INCLUDE DV02PTOP.
INCLUDE DV02PI0P.
INCLUDE DV02PF0T.
INCLUDE DV02PO0B.
INCLUDE DV02PF0K.
INCLUDE DV02PF0M.
INCLUDE DV02PO0T.
INCLUDE DV02PI0T.
INCLUDE DV02PI0F.
INCLUDE DV02PO0I.
INCLUDE DV02PF0U.
INCLUDE DV02PF0G.
INCLUDE DV02PF99.
INCLUDE DV02PO11.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.