SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

EWUPAKCP SAP ABAP Report - Copying a Package







EWUPAKCP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to copy a package within a 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 EWUPAKCP into the relevant SAP transactions such as SE38 or SE80


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 EWUPAKCP. "Basic submit
SUBMIT EWUPAKCP AND RETURN. "Return to original report after report execution complete
SUBMIT EWUPAKCP 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 conversion
Selection Text: PAKETNEU = Target package
Selection Text: PAKETALT = Source package
Selection Text: NAMENEU = New package name
Title: Copying a Package
Text Symbol: 200 = Program errors
Text Symbol: 014 = Do you want to continue (Y)? (Package will be overwritten)
Text Symbol: 013 = Package number already exists
Text Symbol: 011 = System Release different from package Release; Continue (Y)?
Text Symbol: 010 = Release difference
Text Symbol: 004 = Enter new package number
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT EWUPAKCP

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_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-004 IMPORTING returncode = d_retcd TABLES fields = it_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2.

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