PSHLP_DRAFT_SAVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When you update a very large operative project with data from its drafts, the operation might time out...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter PSHLP_DRAFT_SAVE 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: Save Draft to Operative Project
Text Symbol: 001 = Draft ID
Text Symbol: 002 = Project
Text Symbol: 003 = WBS
Text Symbol: 004 = Network
Text Symbol: 005 = Activity
INCLUDE PSHLP_DRAFT_SAVE_TOP.
INCLUDE PSHLP_DRAFT_SAVE_E .
INCLUDE PSHLP_DRAFT_SAVE_O.
INCLUDE PSHLP_DRAFT_SAVE_C.
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.
PSHLP_DRAFT_SAVE - Save Draft to Operative Project PSHLP_DRAFT_SAVE - Save Draft to Operative Project PSHLP_DRAFT_REGISTER_EVENTS - Include PSHLP_DRAFT_REGISTER_EVENTS PSHLP_DRAFT_OK_CODE_HANDLE - Include PSHLP_DRAFT_OK_CODE_HANDLE PSHLP_DRAFT_LOAD_HIER_DB - Include PSHLP_DRAFT_LOAD_HIER_DB PSHLP_DRAFT_LEAD_SELECTION - Include PSHLP_DRAFT_LEAD_SELECTION