SAP Reports / Programs

CSM_CEN_REQUEST_UPDATE SAP ABAP Report - Request Update of Central Repository from Central Repository







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


Text pool values


Title: Request Update of Central Repository from Central Repository
Text Symbol: 512 = Error: No Destination
Text Symbol: 513 = Error: Authorization Problem
Text Symbol: 514 = Error: Remote Repository Empty
Text Symbol: 515 = Error: System Not Logged On
Text Symbol: 516 = Error: No Central System Entered
Text Symbol: 517 = Error: Error in Remote Repository
Text Symbol: 518 = Error: No Destination
Text Symbol: 520 = Error: Incorrect Central System
Text Symbol: 100 = Request Update of Subordinate Systems
Text Symbol: 500 = Subordinate Systems
Text Symbol: 501 = Sel.
Text Symbol: 502 = System Description
Text Symbol: 503 = Update Status
Text Symbol: 504 = No Update Requested
Text Symbol: 505 = Update Request Displayed
Text Symbol: 510 = Update Requested
Text Symbol: 511 = Error: Execute in Remote System


INCLUDES used within this REPORT CSM_CEN_REQUEST_UPDATE

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 = systemname * LICENSE_NUMBER = CSM_DUMMYVALUE * SYSTEM_GUID = IMPORTING system_entry = sysentry system_role = systemrole * 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_OBJ_GET_ASSOCIATIONS CALL FUNCTION 'SCSM_RG_OBJ_GET_ASSOCIATIONS' EXPORTING ccms_obj_in = sysentry-ccms_obj association_scheme = scheme_bc association_class = asc_mgingsysmonsys TABLES * ASSOCIATIONS = associations_alternate_format = sys_assoc EXCEPTIONS no_associations_found = 1 not_authorized = 2 OTHERS = 3 .

SCSM_RG_OBJ_ENTRY_GET_BY_GUID CALL FUNCTION 'SCSM_RG_OBJ_ENTRY_GET_BY_GUID' EXPORTING object_guid = -subordobj IMPORTING objref = work_object * CHANGING * ASCREF = EXCEPTIONS guid_not_found = 1 internal_error = 2 OTHERS = 3 .

SCSM_RG_OBJ_GET_PROPERTIES CALL FUNCTION 'SCSM_RG_OBJ_GET_PROPERTIES' EXPORTING ccms_obj_in = -ccms_obj restrict_to_property = tok_r3desc TABLES properties = sysdescriptions * EXTENDED_VALUES = EXCEPTIONS no_data_found = 1 internal_error = 2 not_authorized = 3 no_object_entry_for_guid = 4 OTHERS = 5 .

SCSMBK_OBJ_READ CALL FUNCTION 'SCSMBK_OBJ_READ' EXPORTING quantity = csm_single sap_key = dummy_key namespace = -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_lokdest TABLES properties = sys_data * EXTENDED_VALUES = EXCEPTIONS no_data_found = 1 internal_error = 2 not_authorized = 3 no_object_entry_for_guid = 4 OTHERS = 5 .

SCSMBK_CENTRAL_REPOS_UPDATE CALL FUNCTION 'SCSMBK_CENTRAL_REPOS_UPDATE' DESTINATION -value EXPORTING central_system = censysname * OPERATION_CODE = CSM_UPDATE timepad = tp EXCEPTIONS not_authorized = 1 repository_not_yet_filled = 2 repository_not_yet_registered = 3 no_central_destination = 4 internal_error = 5 wrong_central_system = 6 OTHERS = 7 .

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * i_structure_name = 'CSMBK_OB2' i_structure_name = 'CSM_UPDREQ' CHANGING ct_fieldcat = p_gt_fieldcat[].



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