EWUTRAN1 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 EWUTRAN1 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.
Transport Specified Customer-Defined Developments
Selection Text: PAKET = Package
Title: Generate Transport Request from Local Currency Changeover
Text Symbol: 001 = Transport individual developments for package YYY
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING WI_KURZTEXT = KTEXT WI_TRFUNCTION = 'T' WI_CLIENT = SYST-MANDT WI_TARGET_CLIENT = SYST-MANDT IMPORTING WE_E070 = IE070 WE_E070C = IE070C WE_E07T = IE07T WE_TRKORR = TRKORR EXCEPTIONS CLIENT_RANGE_FULL = 01 E070L_INSERT_ERROR = 02 E070L_UPDATE_ERROR = 03 E070_INSERT_ERROR = 04 E07T_INSERT_ERROR = 05 NO_SYSTEMNAME = 06 NO_SYSTEMTYPE = 07 SAP_RANGE_FULL = 08 UNALLOWED_TRFUNCTION = 09.
TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING WI_E070 = IE070 WI_E070C = IE070C WI_E07T = IE07T WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' WI_SEL_E07T = 'X' TABLES WT_E071 = IE071 WT_E071K = IE071K EXCEPTIONS DB_ACCESS_ERROR = 01 CHOSEN_PROJECT_CLOSED = 02 LOCKED_ENTRIES = 03 LOCKED_OBJECT_NOT_DELETED = 04 ORDERNAME_FORBIDDEN = 05 ORDERNUMBER_EMPTY = 06 ORDER_CHANGE_BUT_LOCKED_OBJECT = 07 ORDER_RELEASED = 08 ORDER_USER_LOCKED = 09 TR_CHECK_KEYSYNTAX_ERROR = 10 TR_ENQUEUE_FAILED = 11 NO_AUTHORIZATION = 12 WRONG_CLIENT = 13 UNALLOWED_SOURCE_CLIENT = 14 UNALLOWED_USER = 15 UNALLOWED_TRFUNCTION = 16 UNALLOWED_TRSTATUS = 17 NO_SYSTEMNAME = 18 NO_SYSTEMTYPE = 19.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EWUTRAN1 - Generate Transport Request from Local Currency Changeover EWUTRAN1 - Generate Transport Request from Local Currency Changeover EWUTMUPD - Renew Statistics Data for Forecast - EWUTIMETAB EWUTMUPD - Renew Statistics Data for Forecast - EWUTIMETAB EWUTMPPE - Temporary Include as Interface to External Form Routines EWUTMPCR - Temporary Include as Interface to External Form Routines