RELAUFT0 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 RELAUFT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EL06 - Execute Mass Order Creation
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.
Selection Text: KARPRFG = Interval check
Selection Text: IGNPREP = Ignore if already created
Selection Text: GPLARTTS = Use MR cat. from sched. rec.
Selection Text: GEPLAART = Scheduled meter reading categ.
Selection Text: BEGABL = Order creation period
Selection Text: ANLAGE = D .
Selection Text: ABLESGR = Meter reading reason
Selection Text: ABLEINH = Meter reading unit
Title: Mass Order Creation
Text Symbol: T12 = Background job for MR orders
Text Symbol: T01 = Choose variant
Text Symbol: S44 = Use MR cat. from sched. rec.
Text Symbol: S43 = Ignore contracts
Text Symbol: S42 = Int. check
Text Symbol: S12 = Control Data
Text Symbol: S11 = No
Text Symbol: S10 = Ye
Text Symbol: S09 = Schedule background job
Text Symbol: S08 = Meter reading category
Text Symbol: S07 = Scheduled meter reading category
Text Symbol: S06 = Meter reading unit
Text Symbol: S05 = Schedule records
Text Symbol: S04 = Meter reading reason
Text Symbol: S03 = Scheduling
Text Symbol: S02 = Additional data
Text Symbol: S01 = Object list
Text Symbol: 003 = again ?
Text Symbol: 002 = change the background job
Text Symbol: 001 = Do you want to redisplay or
INCLUDE EMSG. "MACROS FOR MESSAGES
INCLUDE IEABREAK. "BREAK-POINT MODULS
INCLUDE IELABART. "CONSTANTS FOR READING TYPES
INCLUDE IELABLGR. "CONSTANTS FOR READING REASONS
INCLUDE IELBREAK. "BREAKPOINTS
INCLUDE IE00FLAG. "FLAGS FÜR HINTERGRUNDJOB
INCLUDE LBTCHDEF. "KONSTANTEN FÜR HINTERGRUNDJOB
INCLUDE IEOKCODE. "CONSTANTS FOR PROTOCOL
INCLUDE MEAPROT0. "PROTOKOLLVERARBEITUNG
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting program = l_program restriction = restriction exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 99.
ISU_DB_TE614T_SINGLE call function 'ISU_DB_TE614T_SINGLE' exporting x_ablesart = geplaart importing y_te614t = ite614t exceptions not_found = 1 others = 2.
ISU_DB_TE609_SINGLE call function 'ISU_DB_TE609_SINGLE' exporting x_ablesgr = ablesgr x_actual = space exceptions not_found.
ISU_DB_TE609T_SINGLE call function 'ISU_DB_TE609T_SINGLE' exporting x_ablesgr = ablesgr importing y_te609t = ite609t exceptions not_found = 1 others = 2.
ISU_DB_TE614_SINGLE call function 'ISU_DB_TE614_SINGLE' exporting x_ablesart = geplaart x_actual = space exceptions not_found.
MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = handle x_action = co_msg_break_point_on x_msg_break = messagenr.
ISU_DB_TE422_MRU_LEADER call function 'ISU_DB_TE422_MRU_LEADER' exporting x_mru = main_unit importing y_lead_mru = l_lead_mru y_single_mru = l_single_mru y_count = anzahl tables yt_mru = lt_mru exceptions not_found = 1 others = 2.
ISU_DB_TE422_SINGLE call function 'ISU_DB_TE422_SINGLE' exporting x_termschl = wa_do_te418-termschl importing y_te422 = wte422 exceptions others = 01.
ISU_DB_TE417_SELECT_TDATACT call function 'ISU_DB_TE417_SELECT_TDATACT' exporting x_termschl = wte422-portion x_termtdat = wa_do_te418-termtdat x_actual = space importing y_te417 = wte417 exceptions others = 01.
ISU_UNIT_PREPARE call function 'ISU_UNIT_PREPARE' exporting x_ableinh = wa_do_te418-termschl x_adatsoll = wa_do_te418-adatsoll x_zuorddat = wa_do_te418-zuorddat x_abrdats = h_abrdats x_zuorddatr = h_zuorddatr x_ablesgr = l_do_ablesgr x_te418 = wa_do_te418 x_te417 = wte417 x_karenzprfg = karprfg x_upd_online = 'X' x_no_dialog = 'X' x_ignore_prep = ignprep x_gplartts = gplartts x_called_by_massakt = massakt importing y_db_update = update_type y_inst_counter = inst_counter y_cont_counter = cont_counter tables xt_range_anlage = anlage changing xy_bp = bp xy_count = l_count exceptions others = 1.
MSG_STATUS_HANDLE call function 'MSG_STATUS_HANDLE' exporting x_msg_handle = handle importing yt_count = table.
MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = handle x_action = co_msg_save importing yt_lognumbers = lt_lognumbers exceptions others = 1.
BAL_LOG_HDR_CHANGE call function 'BAL_LOG_HDR_CHANGE' exporting i_log_handle = ls_loghandle i_s_log = lt_log_st exceptions log_not_found = 1 log_header_inconsistent = 2 others = 3.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_loghandle importing e_new_lognumbers = lt_lgnm.
MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = handle x_action = co_msg_dspl exceptions others = 1.
MSG_PREPARE_CLOSE call function 'MSG_PREPARE_CLOSE' exporting x_msg_handle = handle.
MSG_CLOSE call function 'MSG_CLOSE' exporting x_msg_handle = handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.