SAP Reports / Programs | Business Package for Manager Self-Service (HR) | Portal Content | Business Package for Manager Self-Service (HR)(EP-PCT-MGR-HR) SAP EP

RP_HIER_VIS_COPY_CONFIGURATION SAP ABAP Report - Transfer Standard Organizational Configuration







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MOVE_HIER_CONFIG - Transfer Hierarchy configuration


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


INCLUDES used within this REPORT RP_HIER_VIS_COPY_CONFIGURATION

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:

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.



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