SAP Reports / Programs

EWUTRAN1 SAP ABAP Report - Generate Transport Request from Local Currency Changeover







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


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


Text pool values


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


INCLUDES used within this REPORT EWUTRAN1

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:

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.



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