SAP Reports / Programs

ISU_EURO_TRANSFER SAP ABAP Report - ISU_EURO_TRANSFER Program







ISU_EURO_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Euro Conversion Tool You use this tool as a template to convert IS-U prices (EPREIH) into Euros...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 ISU_EURO_TRANSFER 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 ISU_EURO_TRANSFER. "Basic submit
SUBMIT ISU_EURO_TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_EURO_TRANSFER 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: DATUM = Date
Selection Text: DOCRIT = Convert Critical Values
Selection Text: SIM = Simulation
Selection Text: TOLERANZ = Tolerance
Selection Text: TWAERS = Target Currency
Title: ISU_EURO_TRANSFER Program
Text Symbol: 001 = Use the above values
Text Symbol: 002 = Not available in simulation mode
Text Symbol: 003 = All critical values were accepted as correct and displayed in the corresponding list
Text Symbol: 004 = Correctly Converted Values
Text Symbol: 005 = Simulation Mode
Text Symbol: 006 = Values that are Below the Tolerance Limit
Text Symbol: 008 = Existing Values (not Converted)
Text Symbol: 009 = These Entries were Copied to the Database
Text Symbol: 010 = Adjust Price


INCLUDES used within this REPORT ISU_EURO_TRANSFER

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'ISU_PRICE_KEY' CHANGING CT_FIELDCAT = IFCEPREIHEXIST EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'ISU_EURO_TRANSFER' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'MAIN' I_STRUCTURE_NAME = 'ISU_PRICE_KEY' IT_FIELDCAT = IFCEPREIHEXIST TABLES T_OUTTAB = IEPREIHEXISTS EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'ISU_PRICE_CONVERT' CHANGING CT_FIELDCAT = PT_FIELDCAT.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'EPREIH' CHANGING CT_FIELDCAT = IFCEPREIHFALSE EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'ISU_EURO_TRANSFER' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'MAIN' I_STRUCTURE_NAME = 'EPREIH' IT_FIELDCAT = IFCEPREIHFALSE TABLES T_OUTTAB = IEPREIHFALSE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'ISU_PRICE_CONVERT' CHANGING CT_FIELDCAT = IFCEPREIHMULTCURR EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'ISU_EURO_TRANSFER' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'MAIN' I_STRUCTURE_NAME = 'ISU_PRICE_CONVERT' IT_FIELDCAT = IFCEPREIHMULTCURR TABLES T_OUTTAB = IEPREIHMULTCURR EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

CURRENCIES_TO_BE_CONVERTED_GET CALL FUNCTION 'CURRENCIES_TO_BE_CONVERTED_GET' TABLES PE_T_CURR = IEWUCURR EXCEPTIONS NO_FIXED_RATES_FOUND = 1 NO_CURRENCIES_FOUND = 2 OTHERS = 3.

ISU_DB_TCURC_SINGLE CALL FUNCTION 'ISU_DB_TCURC_SINGLE' EXPORTING x_waers = twaers EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = DATUM FOREIGN_AMOUNT = FOR_AM FOREIGN_CURRENCY = WEPREIH-TWAERS * local_currency = co_euro "note 1122468 local_currency = twaers IMPORTING LOCAL_AMOUNT = LOC_AM FIXED_RATE = UNION EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 DERIVED_2_TIMES = 5 OTHERS = 6.

ISU_BI_ROUND * CALL FUNCTION 'ISU_BI_ROUND' * EXPORTING * DECIMALS = WEPREI-RUNDUNG * INPUT = wepreih-preisbtr * SIGN = Weprei-RUNDART * X_VERSION = ' ' * IMPORTING * OUTPUT = wepreih-preisbtr * EXCEPTIONS * INPUT_INVALID = 1 * OVERFLOW = 2 * TYPE_INVALID = 3 * OTHERS = 4 * .



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