RFREDSLOADGEN 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 RFREDSLOADGEN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
REDSLOADGEN - Generation of Program Loads
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: P_BADI = BAdI Implem.
Selection Text: P_CLAS = Classes
Selection Text: P_FORCE = Force generation, if:
Selection Text: P_FPROT = Log Only (Test Run)
Selection Text: P_FUGR = Function Groups
Selection Text: P_INTF = Interfaces
Selection Text: P_LDBA = Logical Databases
Selection Text: P_MAIL = Send E-Mail
Selection Text: P_MAXTSK = Maximum Number of Tasks
Selection Text: P_PARA = Parallel Processing
Selection Text: P_PROG = Programs
Selection Text: P_REONLY = Allow Only RE-FX Packages
Selection Text: P_SRVG = Group
Selection Text: P_SRVL = Local
Selection Text: P_TYPE = Type Pools
Selection Text: S_DATE = Date of Last Generation
Selection Text: S_TIME = Time of Last Generation
Selection Text: P_RFCGRP = D .
Selection Text: S_CPRO = D .
Selection Text: S_OBJNM = D .
Selection Text: S_PACK = D .
Title: Generation of Program Load
Text Symbol: T12 = Check for Ability to Generate...
Text Symbol: T13 = Load Generation of Sources...
Text Symbol: TB1 = Tasks
Text Symbol: TB2 = Packages
Text Symbol: TB3 = Types
Text Symbol: TB4 = Parameter
Text Symbol: TE0 = No Generation Performed
Text Symbol: TE1 = Incorrect - Not Generated
Text Symbol: TE2 = Generation Not Necessary
Text Symbol: TE3 = Generated Without Errors
Text Symbol: TE4 = No local server found for parallel execution
Text Symbol: TI0 = Result of Generation
Text Symbol: 001 = Tasks:
Text Symbol: 003 = Obj.per Task:
Text Symbol: 004 = Generation was carried out in single session
Text Symbol: 005 = Generation was carried out in parallel session
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_all info = 'Alle markieren'(008) IMPORTING result = gd_xsall EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_deselect_all info = 'Alle demarkieren'(009) IMPORTING result = gd_xsnon EXCEPTIONS OTHERS = 1.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'REDSLOADGEN' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
SPTA_PARA_PROCESS_START_2 CALL FUNCTION 'SPTA_PARA_PROCESS_START_2' EXPORTING server_group = ld_rfcgr max_no_of_tasks = ld_tasks before_rfc_callback_form = 'RFC_BEFORE' in_rfc_callback_form = 'RFC_IN' after_rfc_callback_form = 'RFC_AFTER' callback_prog = gd_repid CHANGING user_param = ls_user_param EXCEPTIONS invalid_server_group = 1 no_resources_available = 2 OTHERS = 3.
TRINT_SPLIT_OBJECT CALL FUNCTION 'TRINT_SPLIT_OBJECT' EXPORTING iv_object = id_object iv_obj_name = ld_obj_name IMPORTING ev_prefix = ed_prefix ev_stem = ld_stem_e071 EXCEPTIONS invalid_prefix = 1 OTHERS = 2.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = ls_rfcsi.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = ls_rfcsi.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = ls_rfcsi.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = ld_percentage text = ld_text.
SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ls_task_data IMPORTING indxtab = et_rfcdata.
SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = ct_rfcdata IMPORTING data = ls_taskdata.
SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ls_taskdata IMPORTING indxtab = ct_rfcdata.
SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = it_rfcdata IMPORTING data = ls_taskdata.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = ls_rfcsi.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = ld_msgtypes TABLES list = lt_system EXCEPTIONS no_server_list = 1 OTHERS = 2.
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = sy-uname IMPORTING address = ls_user_address TABLES return = lt_dummy.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' "#EC NOTEXT object_name = ls_table-s_objkey-objname object_type = ls_table-s_objkey-object EXCEPTIONS OTHERS = 0.
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' IMPORTING rfcsi_export = ls_rfcsi.
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 RFREDSLOADGEN or its description.
RFREDSLOADGEN - Generation of Program Load RFREDSLOADGEN - Generation of Program Load RFREDSDOCMOVEOOTORO - Reassignment of Documents from Offered Objects to Rental Objects RFREDSDOCMOVEOOTORO - Reassignment of Documents from Offered Objects to Rental Objects RFREDSDELCHDOCOND - documentation and ABAP source code RFREDSDELCHDOCOND - documentation and ABAP source code