SAP Reports / Programs | Basis Components | Upgrade - General | Upgrade Tools(BC-UPG-TLS) SAP BC

RADMDS1D SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RADMDS1D. "Basic submit
SUBMIT RADMDS1D AND RETURN. "Return to original report after report execution complete
SUBMIT RADMDS1D VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RADMDS1D

INCLUDE RADIPARP.
INCLUDE RADIPARP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 RADMDS1D or its description.