SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSDMDD_COMMON_FORMS SAP ABAP INCLUDE - Include RSDMDD_COMMON_FORMS







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


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 RSDMDD_COMMON_FORMS. "Basic submit
SUBMIT RSDMDD_COMMON_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RSDMDD_COMMON_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RSDMDD_COMMON_FORMS


INCLUDES used within this REPORT RSDMDD_COMMON_FORMS

No INCLUDES are used within this REPORT code!


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:

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.



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