SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

REE_DATEX_TASKS_EXE_INTERV_OPT SAP ABAP Report - INSTALLATION Object: Divide Intervals for Data Exchange Task Execution







REE_DATEX_TASKS_EXE_INTERV_OPT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create Optimized Intervals for Parallel Processing Object INSTALLATION You can create optimized intervals for the transaction Mass Activity: Execute Data Exchange Tasks...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 REE_DATEX_TASKS_EXE_INTERV_OPT 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 REE_DATEX_TASKS_EXE_INTERV_OPT. "Basic submit
SUBMIT REE_DATEX_TASKS_EXE_INTERV_OPT AND RETURN. "Return to original report after report execution complete
SUBMIT REE_DATEX_TASKS_EXE_INTERV_OPT 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: P_OBJECT = Object
Selection Text: P_VARI = Variant
Selection Text: SE_DXDUD = Due Date
Selection Text: SE_DXDUT = Due Time
Selection Text: SE_DXPRC = Data Exchange Process
Selection Text: SE_DXSPR = Third Party Service Provider
Selection Text: SE_DXSPS = Own Service Provider
Title: INSTALLATION Object: Divide Intervals for Data Exchange Task Execution
Text Symbol: 002 = Number of Intervals
Text Symbol: 003 = Interval Length
Text Symbol: 004 = Intervals
Text Symbol: 005 = Object
Text Symbol: 006 = Do you want to
Text Symbol: 007 = overwrite the variant?
Text Symbol: 008 = Overwrite Variant
Text Symbol: 009 = Distribution Methods For
Text Symbol: 010 = Size or Number
Text Symbol: 011 = Parameter Execution


INCLUDES used within this REPORT REE_DATEX_TASKS_EXE_INTERV_OPT

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:

FKK_DI_DISTRIB_FUNCT_DETERMINE CALL FUNCTION 'FKK_DI_DISTRIB_FUNCT_DETERMINE' EXPORTING i_object = p_object i_methode = p_method IMPORTING e_methode = p_method e_fname = fname EXCEPTIONS invalid_input = 1 no_method_found = 2 invalid_method = 3 OTHERS = 4.

FKK_DI_VARIANT_CHECK CALL FUNCTION 'FKK_DI_VARIANT_CHECK' EXPORTING i_object = p_object i_variant = p_vari EXCEPTIONS variant_not_found = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = workstr textline2 = text-007 titel = text-008 IMPORTING answer = answ.

FKK_DI_VARIANT_CREATE CALL FUNCTION 'FKK_DI_VARIANT_CREATE' EXPORTING i_object = p_object i_variant = p_vari i_isize = isize i_inmbr = inmbr i_di_crea_type = h_di_crea_type TABLES t_dipos = t_intpos EXCEPTIONS error_message = 1.



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