RP_HIER_VIS_COPY_CONFIGURATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to copy the configuration data from view cluster VC_HIER_VIS to view cluster VC_HIER_VIS_C...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 RP_HIER_VIS_COPY_CONFIGURATION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MOVE_HIER_CONFIG - Transfer Hierarchy configuration
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.
Selection Text: OC = Org Chart
Selection Text: OT = Org Tree
Selection Text: P_HIERNM = Hierarchy Name
Title: Transfer Standard Organizational Configuration
Text Symbol: 001 = Select Configuration
Text Symbol: 002 = Configuration exists for the current Hierarchy Name. Do you want to overwrite?
Text Symbol: 003 = Yes
Text Symbol: 004 = Exit
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'HIER_NAME' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_HIERNM' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * CALLBACK_METHOD = * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = lt_thv_app_list * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS ##FM_SUBRC_OK parameter_error = 1 no_values_found = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name =
-object action = enq_enqueue enqueue_mode = 'E' enqueue_range = 'X' * TABLES * sellist = sellist EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name =
-object action = enq_dequeue enqueue_mode = 'E' enqueue_range = 'X' * TABLES * sellist = sellist EXCEPTIONS ##FM_SUBRC_OK foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name =
-object action = enq_dequeue enqueue_mode = 'E' enqueue_range = 'X' * TABLES * sellist = sellist EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RP_HIER_VIS_COPY_CONFIGURATION - Transfer Standard Organizational Configuration RP_HIER_VIS_COPY_CONFIGURATION - Transfer Standard Organizational Configuration RP_HIER_VIS_COPY_CONFIGURATI01 - Include RP_HIER_VIS_COPY_CONFIGURATI01 RP_HIER_VIS_COPY_CONFIGURATF01 - Include RP_HIER_VIS_COPY_CONFIGURATF01 RP_HCMDP_WRI_PROG_EVENTS - RPHCMDPWRIPROGEVENTS RP_HCMDP_WRI_GEN_UI_SUBTY - RPHCMDPWRIGENUISUBTY