SAP Reports / Programs

AD03PDH1 SAP ABAP Report - Plan data handling







AD03PDH1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The plan data handling program copies data from a source to a target...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 AD03PDH1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

AD31 - Plan data handling


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 AD03PDH1. "Basic submit
SUBMIT AD03PDH1 AND RETURN. "Return to original report after report execution complete
SUBMIT AD03PDH1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TEST_CPY = Test run
Selection Text: TARVER = Target version
Selection Text: SRVER2 = Source version 2
Selection Text: SRVER1 = Source version 1
Selection Text: REVVER = Revaluation on plan version
Selection Text: P_RCVTV = Revaluation on WBS versn type
Selection Text: P_RCSVV = Resurcharge on plan version
Selection Text: P_RCSTV = Resurcharge on WBS versn type
Selection Text: P_DETAIL = Detailed list
Selection Text: PROFILE = Plan data handling profile
Title: Plan data handling
Text Symbol: 041 = Delete target version &&&?
Text Symbol: 042 = with source version &&&?
Text Symbol: 100 = Copy from plan version
Text Symbol: 101 = Copy from actual version
Text Symbol: 102 = Copy to plan version
Text Symbol: 103 = Copy to plan version
Text Symbol: 105 = Copy to WBS elements
Text Symbol: 106 = Plan version --> Plan Version
Text Symbol: 107 = actual --> Plan version
Text Symbol: 108 = Revaluation
Text Symbol: 109 = Quantity only with revaluation
Text Symbol: 110 = direct costs only
Text Symbol: 111 = Activity --> Activity
Text Symbol: 112 = Activity --> WBS
Text Symbol: 113 = wbs --> wbs
Text Symbol: 114 = Automatic sum-up
Text Symbol: 115 = Recalculation of totol value
Text Symbol: 116 = Statistical key figure
Text Symbol: 117 = Costs --> Statistic Key figures
Text Symbol: 150 = Parameters
Text Symbol: 151 = or
Text Symbol: 001 = Date
Text Symbol: 002 = Time
Text Symbol: 003 = For the following objects plan data existed:
Text Symbol: 008 = Parameters
Text Symbol: 009 = Process with
Text Symbol: 010 = Test run





Text Symbol: 011 = Delete target version
Text Symbol: 013 = Object
Text Symbol: 014 = copied
Text Symbol: 015 = not taken into account
Text Symbol: 016 = total
Text Symbol: 017 = Number of objects
Text Symbol: 018 = Function
Text Symbol: 019 = Copy plan version
Text Symbol: 020 = Source
Text Symbol: 021 = Target
Text Symbol: 022 = For the following objects the plan data was copied:
Text Symbol: 023 = No.
Text Symbol: 024 = Plan values for objects
Text Symbol: 025 = Short text
Text Symbol: 026 = The following objects were not taken into account:
Text Symbol: 027 = Detailed list
Text Symbol: 028 = Production run
Text Symbol: 030 = not copied
Text Symbol: 031 = Do you want to
Text Symbol: 032 = Delete
Text Symbol: 033 = Do you want to overwrite target xxx
Text Symbol: 034 = Target version
Text Symbol: 035 = deleted
Text Symbol: 036 = not deleted
Text Symbol: 037 = For the following objects the plan values were deleted:
Text Symbol: 038 = For the following objects no plan data existed:


INCLUDES used within this REPORT AD03PDH1

No INCLUDES are used within this REPORT code!


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING e_kokrs = cn_kokrs.

AD31_IMPORT_DATA CALL FUNCTION 'AD31_IMPORT_DATA' TABLES i_cosp1 = itab_cosp_src1 i_coss1 = itab_coss_src1 i_cosr1 = itab_cosr_src1 i_cosp2 = itab_cosp_src2 i_coss2 = itab_coss_src2 i_cosr2 = itab_cosr_src2.

AD31_IMPORT_SETTINGS CALL FUNCTION 'AD31_IMPORT_SETTINGS' EXPORTING profl = ad03php.

AD31_EXPORT_DATA CALL FUNCTION 'AD31_EXPORT_DATA' TABLES e_cosp = itab_cosp_copy e_coss = itab_coss_copy e_cosr = itab_cosr_copy EXCEPTIONS OTHERS = 1.



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 AD03PDH1 or its description.