CFX_UNIQUE_FOLDER_NAMES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Searches all the collaborations to find duplicate folder names...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CFX_UNIQUE_FOLDER_NAMES into the relevant SAP transactions such as SE38 or SE80
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.
Title: Rename Duplicate Folder Names
Text Symbol: 000 = Path
Text Symbol: 001 = Old Name
Text Symbol: 002 = New Name
INCLUDE CFX_FOLDERS_MACRO.
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = l_strucname i_internal_tabname = 'lt_changing' CHANGING ct_fieldcat = lt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CFX_UNIQUE_FOL_NAMES_ALL_COL CALL FUNCTION 'CFX_UNIQUE_FOL_NAMES_ALL_COL' EXPORTING i_try = abap_false CHANGING ct_changing = lt_changing c_should_rename = l_should_rename c_renamed = l_renamed.
CFX_UNIQUE_FOL_NAMES_ALL_COL CALL FUNCTION 'CFX_UNIQUE_FOL_NAMES_ALL_COL' EXPORTING i_try = abap_true CHANGING ct_changing = lt_changing c_should_rename = l_should_rename c_renamed = l_renamed.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CFX_UNIQUE_FOLDER_NAMES - Rename Duplicate Folder Names CFX_UNIQUE_FOLDER_NAMES - Rename Duplicate Folder Names CFX_UNASSIGN_PROFILE_LOG - Writes Log for Replacement of Status Profile in WebDav-XML-File CFX_UNASSIGN_PROFILE_LOG - Writes Log for Replacement of Status Profile in WebDav-XML-File CFX_UI_MACRO - Include CFX_UI_MACRO CFX_UI_CFOLDERS_VIEW_VIEWUTIL - Include CFX_UI_CFOLDERS_VIEW_VIEWUTIL