RSDMDD_COMMON_FORMS 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 RSDMDD_COMMON_FORMS 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: Include RSDMDD_COMMON_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSS_SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'RSS_SYSTEM_GET_UNIQUE_ID' IMPORTING e_uni_idc25 = l_uuid25.
BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = btc_yes stdt_input = c_jobparams stdt_opcode = btc_edit_startdate IMPORTING stdt_modify_type = modif_type stdt_output = c_jobparams EXCEPTIONS error_message = 1 OTHERS = 1.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = c_jobname jobclass = 'B' IMPORTING jobcount = c_jobnumber EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = i_jobnumber jobname = i_jobname strtimmed = 'X' " start job directly EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING calendar_id = i_jobparams-calendarid event_id = i_jobparams-eventid event_param = i_jobparams-eventparm event_periodic = i_jobparams-periodic jobcount = i_jobnumber jobname = i_jobname laststrtdt = i_jobparams-laststrtdt laststrttm = i_jobparams-laststrttm prddays = i_jobparams-prddays prdhours = i_jobparams-prdhours prdmins = i_jobparams-prdmins prdmonths = i_jobparams-prdmonths prdweeks = i_jobparams-prdweeks predjob_checkstat = i_jobparams-checkstat pred_jobcount = i_jobparams-predjobcnt pred_jobname = i_jobparams-predjob sdlstrtdt = i_jobparams-sdlstrtdt sdlstrttm = i_jobparams-sdlstrttm startdate_restriction = i_jobparams-prdbehav EXCEPTIONS error_message = 1 OTHERS = 1.
SHOW_JOBSTATE CALL FUNCTION 'SHOW_JOBSTATE' EXPORTING jobcount = i_jobnumber jobname = i_jobname IMPORTING aborted = c_aborted * PRELIMINARY = ready = c_ready running = c_running * SCHEDULED = EXCEPTIONS jobcount_missing = 1 jobname_missing = 2 job_notex = 3 OTHERS = 4.
RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING i_iobjnm = i_iobjnm IMPORTING e_s_viobj = g_s_viobj EXCEPTIONS OTHERS = 1.
RSD_CHKTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_CHKTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = g_s_viobj-chabasnm i_s_viobj = g_s_viobj IMPORTING e_chktab = g_mviewname e_chntab = g_ptabname e_chttab = g_qtabname e_txttab = g_ttabname e_sidtab = g_stabname e_asitab = g_xtabname e_asttab = g_ytabname EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDMDD_COMMON_FORMS - Include RSDMDD_COMMON_FORMS RSDL_TNSA_CHECKS - DB Connect: Check Program for the Connection RSDL_TNSA_CHECKS - DB Connect: Check Program for the Connection RSDL_SYST_CONNECT - Tests a defined database connection in BW for DB connect RSDL_SYST_CONNECT - Tests a defined database connection in BW for DB connect RSDL_META_UPLOAD - DB connect: Select Tables and Views (Object Catalog)