ISU_XPRA_ERTFND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Rate determination has been modified in Release 1...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_XPRA_ERTFND 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.
Title: Conversion Report: Set Default Indicator in Registers
Text Symbol: 006 = rate determinations
Text Symbol: 005 = The system has converted
Text Symbol: 003 = Conversion of rate determ. completed
Text Symbol: 001 = Conversion of rate determination started
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_ETFND CALL FUNCTION 'ENQUEUE_E_ETFND' EXPORTING MANDT = '' EXCEPTIONS OTHERS = 1.
ENQUEUE_E_ERTFND CALL FUNCTION 'ENQUEUE_E_ERTFND' EXPORTING MANDT = '' EXCEPTIONS OTHERS = 1.
DEQUEUE_E_ETFND CALL FUNCTION 'DEQUEUE_E_ETFND' EXPORTING MANDT = ''.
DEQUEUE_E_ERTFND CALL FUNCTION 'DEQUEUE_E_ERTFND' EXPORTING MANDT = ''.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_XPRA_ERTFND - Conversion Report: Set Default Indicator in Registers ISU_XPRA_ERTFND - Conversion Report: Set Default Indicator in Registers ISU_XPRA_ERCH_ERCHZ - Transfer of Franchise Contract Field from ERCH to ERCHZ ISU_XPRA_ERCH_ERCHZ - Transfer of Franchise Contract Field from ERCH to ERCHZ ISU_XPRA_EPROFASSROLE_BILL - Conversion Report: Fill Permissibility of a Profile Allocation Role ISU_XPRA_EPROFASSROLE_BILL - Conversion Report: Fill Permissibility of a Profile Allocation Role