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

CSM_UPDATE_CEN_PARAMETERISABLE SAP ABAP Report - Program CSM_UPDATE_CEN







CSM_UPDATE_CEN_PARAMETERISABLE 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_UPDATE_CEN_PARAMETERISABLE 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_UPDATE_CEN_PARAMETERISABLE. "Basic submit
SUBMIT CSM_UPDATE_CEN_PARAMETERISABLE AND RETURN. "Return to original report after report execution complete
SUBMIT CSM_UPDATE_CEN_PARAMETERISABLE 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_UPDATE_CEN


INCLUDES used within this REPORT CSM_UPDATE_CEN_PARAMETERISABLE

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:

SCSM_RG_SYSTEM_ROLE_GET CALL FUNCTION 'SCSM_RG_SYSTEM_ROLE_GET' EXPORTING * NAMESPACE = SYSTEM_NAME = sysname * LICENSE_NUMBER = CSM_DUMMYVALUE * SYSTEM_GUID = IMPORTING SYSTEM_ENTRY = sysentry SYSTEM_ROLE = cenrole * TABLES * SYSTEM_DATA = EXCEPTIONS NO_CSM_ROLE_ASSIGNED = 1 SYSTEM_NOT_FOUND = 2 REPOSITORY_NOT_YET_FILLED = 3 NOT_AUTHORIZED = 4 OTHERS = 5 .

SCSM_RG_CENTRAL_SYSTEM_GET CALL FUNCTION 'SCSM_RG_CENTRAL_SYSTEM_GET' EXPORTING * NAMESPACE = * SUBORDINATE_SYSTEM = * SYS_LICENSE_NUMBER = SUBORDINATE_SYS_GUID = sysentry-ccms_obj IMPORTING * SYSTEM_ENTRY = CENTRAL_SYSTEM_NAME = tgtsys EXCEPTIONS NO_CENTRAL_SYSTEM_ASSIGNED = 1 SUBORD_SYSTEM_IS_CENTRAL_SYS = 2 SUBORDINATE_SYSTEM_NOT_FOUND = 3 REPOSITORY_NOT_YET_FILLED = 4 INTERNAL_ERROR = 5 OTHERS = 6 .

SCSMBK_OBJ_READ CALL FUNCTION 'SCSMBK_OBJ_READ' EXPORTING quantity = csm_single sap_key = dummy_key namespace = sysentry-namespace class = cls_scrproxy IMPORTING return_code = src object_entry = sub_rep_obj.

SCSM_RG_OBJ_GET_PROPERTIES CALL FUNCTION 'SCSM_RG_OBJ_GET_PROPERTIES' EXPORTING CCMS_OBJ_IN = sub_rep_obj-ccms_obj RESTRICT_TO_PROPERTY = tok_cendest TABLES PROPERTIES = data_tree * EXTENDED_VALUES = EXCEPTIONS NO_DATA_FOUND = 1 INTERNAL_ERROR = 2 NOT_AUTHORIZED = 3 NO_OBJECT_ENTRY_FOR_GUID = 4 OTHERS = 5 .

SCSMBK_CENSYS_GET_REPORT_TIME CALL FUNCTION 'SCSMBK_CENSYS_GET_REPORT_TIME' DESTINATION tgtdest EXPORTING system_name = sysname IMPORTING last_update = ttime EXCEPTIONS not_authorized = 1 repository_not_filled = 2 internal_error = 3 OTHERS = 4.

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_reconciliation_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_reconciliation_job * LANGUAGE = SY-LANGU * PRIPARAMS = ' ' report = csm_std_reconciler variant = csmvari * 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 .

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = csm_std_reconciliation_job sdlstrtdt = sy-datum sdlstrttm = strttime * 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_UPDATE_CEN_PARAMETERISABLE or its description.