SAP Reports / Programs | Cross-Application Components | General Application Functions | SAP Expert Finder(CA-GTF-XF) SAP CA

RHEXPUPDVAL SAP ABAP Report - Synchronize T7XP_ELEM_VAL with Expert Profiles







RHEXPUPDVAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for synchronizing value table V_T7XP_ELEM_VAL with the values in the expert profiles...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 RHEXPUPDVAL 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

HREXP_RHEXPUPDVAL - Synchro.Value Table w.Expert Profile


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 RHEXPUPDVAL. "Basic submit
SUBMIT RHEXPUPDVAL AND RETURN. "Return to original report after report execution complete
SUBMIT RHEXPUPDVAL 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: P_TEST = Test run w/o DB update
Selection Text: P_LASTCH = Last changed on
Selection Text: P_LANGU = in language
Selection Text: P_EXPERT = of Expert
Selection Text: P_ELEMS = D Expert Profile Element
Selection Text: P_CHONLY = Only display changed values
Title: Synchronize T7XP_ELEM_VAL with Expert Profiles
Text Symbol: S03 = Test options
Text Symbol: S02 = Only synchronize the following expert profile elements
Text Symbol: S01 = Only consider the following expert profiles for synchronization
Text Symbol: M02 = The following DB changes were made:
Text Symbol: M01 = Test run. No DB changes were made.
Text Symbol: E02 = Analze them in the application log.
Text Symbol: E01 = Errors occurred.
Text Symbol: 004 = Former description
Text Symbol: 003 = Value is being changed
Text Symbol: 002 = Value is being created
Text Symbol: 001 = Value unchanged


INCLUDES used within this REPORT RHEXPUPDVAL

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:

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = cl_hrexp_pd_object=>plvar otype = cl_hrexp_pd_object=>c_otype_expert seark = seark seark_begda = sy-datum seark_endda = sy-datum IMPORTING sel_object = objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

RH_SELECT_OBJECTS_FOR_OTYPE CALL FUNCTION 'RH_SELECT_OBJECTS_FOR_OTYPE' EXPORTING plvar = cl_hrexp_pd_object=>plvar otype = cl_hrexp_pd_object=>c_otype_expert begda = sy-datum endda = sy-datum istat = cl_hrexp_pd_object=>c_istat TABLES objid_tab = objids EXCEPTIONS invalid_plvar = 1 invalid_otype = 2 invalid_date_range = 3 nothing_found = 4 internal_error = 5 OTHERS = 6.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = repid i_internal_tabname = 'OUTTAB' i_structure_name = 'RHEXPUPDVAL_VAL' CHANGING ct_fieldcat = fieldcats EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = repid it_events = events is_layout = layout it_fieldcat = fieldcats TABLES t_outtab = outtab.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon info = tip add_stdinf = ' ' IMPORTING RESULT = prepared_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lines.



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