RADMDS1D 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 RADMDS1D 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.
INCLUDE RADIPARP.
INCLUDE RADIPARP.
No SAP DATABASE tables are accessed within this REPORT code!
DD_DB_IMIG_TABLE_EXIMPORT call function 'DD_DB_IMIG_TABLE_EXIMPORT' destination migdest_new exporting system = p_system operation = impo tabname = tabname PAR_FILE_NAME = i_imig tables box = box XMDS_tab = XMDS_tab exceptions aktivity_not_work = 1 others = 2.
DD_DB_IMIG_OPEN_DATASET call function 'DD_DB_IMIG_OPEN_DATASET' exporting file = file exceptions others = 1.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = jobname jobclass = 'A' importing jobcount = jobcount exceptions others = 08.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = jobcount jobname = jobname strtimmed = strtimmed prddays = prdd prdhours = prdh prdmins = prdm targetserver = targetserver targetsystem = host exceptions others = 1.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = jobcount jobname = jobname strtimmed = strtimmed sdlstrtdt = sdlstrtdt sdlstrttm = sdlstrttm prddays = prdd prdhours = prdh prdmins = prdm targetsystem = host exceptions others = 1.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-010 * DIAGNOSE_OBJECT = ' ' text_question = quest_text * TEXT_BUTTON_1 = 'Ja'(002) * ICON_BUTTON_1 = 'ICON_CHECKED' * TEXT_BUTTON_2 = 'Nein'(003) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' importing answer = answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.
DD_DB_IMIG_SYST_REMOTE CALL FUNCTION 'DD_DB_IMIG_SYST_REMOTE' IMPORTING dir_imig = dir_imig dir_expo = dir_expo dir_bas = dir_bas 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.