IAIS_SPEC_FUNC_RH is a standard ABAP INCLUDE 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 IAIS_SPEC_FUNC_RH 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: Include I_AIS_SPEC_FUNC_RH
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AFWCH_PH_NAME_GET_FOR_VIEWPH CALL FUNCTION 'AFWCH_PH_NAME_GET_FOR_VIEWPH' EXPORTING i_view = g_stdrep_control-view i_phid = g_stdrep_control-phid IMPORTING e_phiera = phiera.
RDB_RESULTS_READ_FOR_REP_PH_GV CALL FUNCTION 'RDB_RESULTS_READ_FOR_REP_PH_GV' EXPORTING i_keydate_tab = tab_date i_sumstate_tab = tab_sumstate i_keyfigure_tab = tab_keyfig i_phiera = phiera i_phnode = g_phnode_new i_rknoten_tab = tab_rhnode IMPORTING e_specific_results_guv = tab_profit_loss CHANGING c_log_tab = tab_messages EXCEPTIONS init_error = 1 internal_error = 2 OTHERS = 3.
EH_INIT_ERROR_ITAB CALL FUNCTION 'EH_INIT_ERROR_ITAB'.
EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING loc_error_tab = tab_messages s_err_tab = 'X'.
EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING i_auswtyp = '1'.
AFWKF_ACCESS_FIELDVALUE_READ CALL FUNCTION 'AFWKF_ACCESS_FIELDVALUE_READ' EXPORTING i_kfdef = wrk_keyfig i_kfdate = g_stdrep_control-keydate_act i_fieldname = 'SIMTYP' IMPORTING E_VALUE = l_simtyp EXCEPTIONS INVALID = 1 NOT_FOUND = 2 OTHERS = 3.
RM_RS0_GUV_SHOW CALL FUNCTION 'RM_RS0_GUV_SHOW' EXPORTING i_simtyp = l_simtyp "1729504 TABLES i_guv_tab = tab_pl_vtvs0guv.
AFWGO_SHOW_SHIFTS_AV1 CALL FUNCTION 'AFWGO_SHOW_SHIFTS_AV1' EXPORTING i_evaldate = evaldate * I_EVALPROC = * I_EVALPROC2 = i_keyfigure = keyfig_defin * I_NEW_TASK = EXCEPTIONS not_found = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.