SAP Reports / Programs

SAPDV02P SAP ABAP dialog Program - Dialog Module RV_BELEG_PARTNER







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPDV02P. "Basic submit
SUBMIT SAPDV02P AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDV02P VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAPDV02P

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.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPDV02P or its description.