SAP Reports / Programs

EWUMACOP SAP ABAP Report - Copy Standard Package from Client 000







EWUMACOP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program EWUMACOP copies a complete standard package from client 000 into another client...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 EWUMACOP 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

EW47 - Create Standard Package


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 EWUMACOP. "Basic submit
SUBMIT EWUMACOP AND RETURN. "Return to original report after report execution complete
SUBMIT EWUMACOP 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: PLANJAHR = Year of the changeover
Selection Text: PAK_STD = Standard package
Selection Text: PAK_ECCS = EC-CS Consolidation package
Selection Text: PAKETNEU = Target package
Selection Text: NAMENEU = New package name
Title: Copy Standard Package from Client 000
Text Symbol: 014 = Do you want to overwrite the package?
Text Symbol: 013 = Package number already exists
Text Symbol: 011 = System Release different from package Release; Continue?
Text Symbol: 010 = Release difference
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT EWUMACOP

INCLUDE EWUSTDDD.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-013 text_question = text-014 text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) IMPORTING answer = answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-010 text_question = text-011 text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) IMPORTING answer = answer EXCEPTIONS OTHERS = 0.

EWU_HP_CHECK CALL FUNCTION 'EWU_HP_CHECK' EXPORTING v01flag = ewupak-v01flag v02flag = ewupak-v02flag IMPORTING patch_nr = patch_nr.



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