DPR_SNAPSHOTS_CREATE 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 DPR_SNAPSHOTS_CREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DPR_SNAPSHOTS_CREATE - Create Snapshots
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: RT_EXTID = D .
Selection Text: RT_VERSN = D .
Title: Create Snapshots
Text Symbol: F01 = Selection Criteria
Text Symbol: PRN = The system could not determine a suitable project.
Text Symbol: PRS = The following projects match the entry:
Text Symbol: VH1 = The following versions match the entry:
Text Symbol: VH2 = Snapshots can currently be created in the following versions:
Text Symbol: VH3 = The system could not determine a suitable version.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_CGPLE_INPUT CALL FUNCTION 'CONVERSION_EXIT_CGPLE_INPUT' EXPORTING input = gs_entity_id-external_id iv_version = gs_versn-low iv_application = cl_dpr_co=>sc_application_type_dpr iv_object_type = cl_dpr_co=>sc_ot_project IMPORTING output = gv_guid EXCEPTIONS not_unique = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.