SAP Reports / Programs

RPT_HREIC_ADJUST_CUSTOMIZING SAP ABAP Report - Report RPT_HREIC_ADJUST_CUSTOMIZING







RPT_HREIC_ADJUST_CUSTOMIZING 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 RPT_HREIC_ADJUST_CUSTOMIZING 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

HREIC_ADJCUST - Customizing Synchronization for EIC


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


Text pool values


Customizing Synchronization
Selection Text: LANGU = Language
Selection Text: RFC_DEST = D .
Title: Report RPT_HREIC_ADJUST_CUSTOMIZING
Text Symbol: 001 = Customizing Synchronization
Text Symbol: 002 = Knowledge Search (Software Agent Framework)
Text Symbol: 003 = Knowledge Search Administration (Case Management)
Text Symbol: 004 = Activity (Case Managemnt)
Text Symbol: 005 = Synchron.
Text Symbol: 006 = SUCCESSFUL
Text Symbol: 007 = WITH ERRORS
Text Symbol: 008 = Customizing synchronized for following tables:
Text Symbol: 009 = TABLE
Text Symbol: 010 = STATUS


INCLUDES used within this REPORT RPT_HREIC_ADJUST_CUSTOMIZING

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:

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = l_rfc_dest authority_check = 'X' EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

HREIC_GET_KS_SAF_DATA CALL FUNCTION 'HREIC_GET_KS_SAF_DATA' DESTINATION l_rfc_dest EXPORTING im_langu = ls_langu TABLES etv_saf_job = ltv_saf_job etv_saf_se_ext = ltv_saf_se_ext etv_saf_fb = ltv_saf_fb etv_saf_dt_pr = ltv_saf_dt_pr etv_saf_dt = ltv_saf_dt etv_saf_app = ltv_saf_app etv_saf_le = ltv_saf_le etv_saf_kb = ltv_saf_kb et_saf_kb_t = lt_saf_kb_t EXCEPTIONS OTHERS = 1.

HREIC_GET_CM_DATA CALL FUNCTION 'HREIC_GET_CM_DATA' DESTINATION l_rfc_dest EXPORTING im_case_types = lt_case_type im_langu = ls_langu TABLES etv_cm_statprof = ltv_cm_statprof etv_cm_statprofs = ltv_cm_statprofs etv_cm_casetype = ltv_cm_casetype etv_cm_locafields = ltv_cm_locafields etv_cm_locaprof = ltv_cm_locaprofil EXCEPTIONS OTHERS = 1.

HREIC_UPDATE_TABLE CALL FUNCTION 'HREIC_UPDATE_TABLE' EXPORTING im_tab_name = it_tabl_data = IMPORTING e_table_subrc = ls_table_subrc.



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