SAP Reports / Programs | Basis Components | Basis Components | ECM ABAP Stack(BC-ECM-ABA) SAP BC

NWECM_CLEANUP SAP ABAP Report - Report to clean up inconsistencies in the ECM store







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


Text pool values


Selection Text: WARNINGS = Display nodes with warnings
Selection Text: REP_NAME = Repository
Selection Text: DELETE = Delete inconsistent nodes
Title: Report to clean up inconsistencies in the ECM store
Text Symbol: H09 = Path
Text Symbol: H08 = Message Text
Text Symbol: H07 = MsgNo
Text Symbol: H06 = MsgId
Text Symbol: H05 = Content Id
Text Symbol: H04 = Node Name
Text Symbol: H03 = Node Id
Text Symbol: H02 = Repository
Text Symbol: H01 = Error
Text Symbol: E04 = You're not authorized to run this report
Text Symbol: E03 = Unknown Repository
Text Symbol: E02 = No Node for Content
Text Symbol: E01 = No Content for Node
Text Symbol: 010 = nodes deleted
Text Symbol: 009 = check input taking account of upper/lower case
Text Symbol: 008 = No repositories found
Text Symbol: 007 = Warnings occured
Text Symbol: 006 = Problem deleting node content occured
Text Symbol: 005 = inconsistent nodes deleted
Text Symbol: 004 = nodes with warnings
Text Symbol: 003 = and
Text Symbol: 002 = inconsistent nodes
Text Symbol: 001 = No inconsistent nodes found


INCLUDES used within this REPORT NWECM_CLEANUP

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:

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_bypassing_buffer = abap_true i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_grid_title = title is_layout_lvc = alv_layout it_fieldcat_lvc = alv_fieldcat it_events = alv_events_tab tables t_outtab = nodes_extd exceptions program_error = 1 others = 2.

SCMS_DOC_READ call function 'SCMS_DOC_READ' exporting mandt = sy-mandt stor_cat = repository-content_rpstr doc_id = l_content_id_c32 exceptions bad_storage_type = 1 bad_request = 1 unauthorized = 1 comp_not_found = 1 not_found = 4 forbidden = 1 conflict = 1 internal_server_error = 1 error_http = 1 error_signature = 1 error_config = 1 error_format = 1 error_parameter = 1 error = 1 others = 1.

SCMS_DOC_IDLIST call function 'SCMS_DOC_IDLIST' exporting mandt = sy-mandt stor_cat = repository-content_rpstr tables doclist = docs exceptions error_config = 1 bad_storage_type = 2 others = 3.

SCMS_DOC_DELETE call function 'SCMS_DOC_DELETE' exporting mandt = sy-mandt stor_cat = p_content_rpstr doc_id = l_content_id_c32 exceptions bad_storage_type = 1 bad_request = 2 unauthorized = 3 not_found = 4 conflict = 5 internal_server_error = 6 error_http = 7 error_signature = 8 error_config = 9 error_hierarchy = 10 error_parameter = 11 error = 12 others = 13.

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_bypassing_buffer = abap_true i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_grid_title = title is_layout_lvc = alv_layout it_fieldcat_lvc = alv_fieldcat it_events = alv_events_tab tables t_outtab = nodes_extd exceptions program_error = 1 others = 2.

CALL_BROWSER call function 'CALL_BROWSER' exporting url = l_urlc "new_window = ' ' exceptions frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 others = 6.



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