SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

CSM_FILL_REP SAP ABAP Report - Program CSM_FILL_REP







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


Text pool values


Title: Program CSM_FILL_REP
Text Symbol: 112 = Fill CCMS repository


INCLUDES used within this REPORT CSM_FILL_REP

INCLUDE LBTCHDEF.
INCLUDE RSCSMEXTI.


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:

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = jobparin * ENDDATE = ' ' * ENDTIME = ' ' * IMPORTING * JOBSEL_PARAM_OUT = TABLES jobselect_joblist = joblist EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6 .

RS_CREATE_VARIANT * CALL FUNCTION 'RS_CREATE_VARIANT' * EXPORTING * curr_report = csm_std_reconciler * curr_variant = csmvari * vari_desc = csmvarid * TABLES * vari_contents = variparms * vari_text = varitext ** VSCREENS = * EXCEPTIONS * illegal_report_or_variant = 1 * illegal_variantname = 2 * not_authorized = 3 * not_executed = 4 * report_not_existent = 5 * report_not_supplied = 6 * variant_exists = 7 * variant_locked = 8 * OTHERS = 9 * .

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING * DELANFREP = ' ' * JOBGROUP = ' ' jobname = csm_std_repository_job * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4 .

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING * ARCPARAMS = authcknam = sy-uname * COMMANDNAME = ' ' * OPERATINGSYSTEM = ' ' * EXTPGM_NAME = ' ' * EXTPGM_PARAM = ' ' * EXTPGM_SET_TRACE_ON = ' ' * EXTPGM_STDERR_IN_JOBLOG = 'X' * EXTPGM_STDOUT_IN_JOBLOG = 'X' * EXTPGM_SYSTEM = ' ' * EXTPGM_RFCDEST = ' ' * EXTPGM_WAIT_FOR_TERMINATION = 'X' jobcount = jobcount jobname = csm_std_repository_job * LANGUAGE = SY-LANGU * PRIPARAMS = ' ' report = csm_std_datasupplier variant = '' * IMPORTING * STEP_NUMBER = EXCEPTIONS bad_priparams = 1 bad_xpgflags = 2 invalid_jobdata = 3 jobname_missing = 4 job_notex = 5 job_submit_failed = 6 lock_failed = 7 program_missing = 8 prog_abap_and_extpg_set = 9 OTHERS = 10 .

BP_STDT_EDITOR_MAIN CALL FUNCTION 'BP_STDT_EDITOR_MAIN' EXPORTING stdt_editor_input = jobstart_in stdt_editor_opcode = btc_edit_startdate stdt_editor_title = text-112 IMPORTING stdt_editor_output = jobstart_out stdt_editor_data_modified = jobstart_result EXCEPTIONS invalid_opcode = 1 OTHERS = 2.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = csm_std_repository_job strtimmed = ' ' * RECIPIENT_OBJ = * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING * AT_OPMODE = ' ' * AT_OPMODE_PERIODIC = ' ' * EVENT_PERIODIC = ' ' jobcount = jobcount jobname = csm_std_repository_job * PRDDAYS = jobstart_out-prddays * PRDHOURS = jobstart_out-prdhours * PRDMINS = jobstart_out-prdmins * PRDMONTHS = jobstart_out-prdmonths * PRDWEEKS = jobstart_out-prdweeks * STARTDATE_RESTRICTION = jobstart_out- strtimmed = immed_start * TARGETSYSTEM = jobstart_out-instname * START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * START_ON_WORKDAY_NR = 0 * WORKDAY_COUNT_DIRECTION = 0 * RECIPIENT_OBJ = * TARGETSERVER = ' ' * DONT_RELEASE = ' ' * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING * AT_OPMODE = ' ' * AT_OPMODE_PERIODIC = ' ' * EVENT_PERIODIC = ' ' jobcount = jobcount jobname = csm_std_repository_job laststrtdt = jobstart_out-laststrtdt laststrttm = jobstart_out-laststrttm * PRDDAYS = jobstart_out-prddays * PRDHOURS = jobstart_out-prdhours * PRDMINS = jobstart_out-prdmins * PRDMONTHS = jobstart_out-prdmonths * PRDWEEKS = jobstart_out-prdweeks sdlstrtdt = jobstart_out-sdlstrtdt sdlstrttm = jobstart_out-sdlstrttm * STARTDATE_RESTRICTION = jobstart_out- strtimmed = ' ' * TARGETSYSTEM = jobstart_out-instname * START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * START_ON_WORKDAY_NR = 0 * WORKDAY_COUNT_DIRECTION = 0 * RECIPIENT_OBJ = * TARGETSERVER = ' ' * DONT_RELEASE = ' ' * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING event_id = jobstart_out-eventid event_param = jobstart_out-eventparm event_periodic = jobstart_out-periodic jobcount = jobcount jobname = csm_std_repository_job dont_release = 'X' * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = csm_std_repository_job predjob_checkstat = jobstart_out-checkstat pred_jobcount = jobstart_out-predjobcnt pred_jobname = jobstart_out-predjob * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = csm_std_repository_job strtimmed = ' ' * RECIPIENT_OBJ = * IMPORTING * JOB_WAS_RELEASED = EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8 .

JOB_CLOSE ** CALL FUNCTION 'JOB_CLOSE' ** EXPORTING ** jobcount = jobcount ** jobname = *csm_std_reconciliation_job ** laststrtdt = jobstart_out-laststrtdt ** laststrttm = jobstart_out-laststrttm ** sdlstrtdt = jobstart_out-sdlstrtdt ** sdlstrttm = jobstart_out-sdlstrttm ** startdate_restriction = btc_process_always ** strtimmed = ' ' ** targetsystem = ' ' ** start_on_workday_not_before = jobstart_out-notbefore ** start_on_workday_nr = jobstart_out-wdayno ** workday_count_direction = jobstart_out-wdaycdir *** RECIPIENT_OBJ = ** targetserver = jobstart_out-instname ** dont_release = 'X' *** IMPORTING *** JOB_WAS_RELEASED = ** EXCEPTIONS ** cant_start_immediate = 1 ** invalid_startdate = 2 ** jobname_missing = 3 ** job_close_failed = 4 ** job_nosteps = 5 ** job_notex = 6 ** lock_failed = 7 ** OTHERS = 8 ** .



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