RSLDAFRM is a standard ABAP INCLUDE 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 RSLDAFRM 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = ' ' diagnose_object = ' ' text_question = p_question text_button_1 = text-yes text_button_2 = text-not popup_type = 'ICON_MESSAGE_QUESTION' importing answer = p_answer exceptions text_not_found = 1 others = 2.
SLDAG_GET_ALL_DATA_SUPPLIER call function 'SLDAG_GET_ALL_DATA_SUPPLIER' tables dslist = it_dslist exceptions read_failed = 1 others = 2.
SLDAG_GET_ALL_DATA_SUPPLIER call function 'SLDAG_GET_ALL_DATA_SUPPLIER' tables dslist = it_dslist exceptions read_failed = 1 others = 2.
SLDAG_GET_ALL_DATA_SUPPLIER call function 'SLDAG_GET_ALL_DATA_SUPPLIER' tables dslist = p_it_data_supplier exceptions read_failed = 1 others = 2.
SLDAG_DELETE_SLD_SHM call function 'SLDAG_DELETE_SLD_SHM' importing rc = g_rc.
SLDAG_DELETE_SLD_SHM call function 'SLDAG_DELETE_SLD_SHM' importing rc = g_rc.
TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = p_it_serv_list exceptions no_server_list = 1 others = 2.
SLDAG_COLLECT_DATA call function 'SLDAG_COLLECT_DATA' exporting rfc_data = g_selected shm_data = g_unselected tables logtab = it_logtab_temp rfcdata = it_rfcdata_temp progs = x_it_sldagadm.
BP_JOB_DELETE call function 'BP_JOB_DELETE' exporting jobcount = p_it_jobs-jobcount jobname = p_it_jobs-jobname forcedmode = 'X' commitmode = 'X' exceptions cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 others = 18.
SLDAG_DELETE_JOBS call function 'SLDAG_DELETE_JOBS'.
SLDAG_SCHEDULE_JOB call function 'SLDAG_SCHEDULE_JOB' exporting at_system_start = g_unselected period_min = 2.
SLDAG_SCHEDULE_JOB call function 'SLDAG_SCHEDULE_JOB' exporting at_system_start = g_selected.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.