UPS_STS_COPY_HEADER 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 UPS_STS_COPY_HEADER 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.
Selection Text: FROM_VER = Copy Planning Sessions
Selection Text: TEILPLAN = Subplan
Selection Text: TO_VER = To Planning Session
Title: DO NOT USE ANYMORE -Copying of Header Selection Btwn Planning Sessions
Text Symbol: 001 = Possibly Existing Customizing of Target Planning Session Is Overwritten
Text Symbol: 002 = Continue
Text Symbol: 003 = Cancel
Text Symbol: 004 = Confirmation Prompt
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' textline1 = text-001 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' text_option1 = text-002 text_option2 = text-003 * ICON_TEXT_OPTION1 = ' ' icon_text_option2 = 'ICON_CANCEL' titel = text-004 * START_COLUMN = 25 * START_ROW = 6 cancel_display = '' IMPORTING answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPS_STS_COPY_HEADER - DO NOT USE ANYMORE -Copying of Header Selection Btwn Planning Sessions UPS_STS_COPY_HEADER - DO NOT USE ANYMORE -Copying of Header Selection Btwn Planning Sessions UPS_STS_COPY_EVENTS - DO NOT USE ANYMORE - Copying of Events Between Planning Sessions UPS_STS_COPY_EVENTS - DO NOT USE ANYMORE - Copying of Events Between Planning Sessions UPS_STS_COPY_CUSTOMIZING - Copying from Customizing UPS_STS_COPY_CUSTOMIZING - Copying from Customizing