SAP Reports / Programs | Financials | Financial Supply Chain Management | Information System(FIN-FSCM-TRM-AN-IS) SAP FIN

IAIS_SPEC_FUNC_RH SAP ABAP INCLUDE - Include I_AIS_SPEC_FUNC_RH







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


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


Text pool values


Title: Include I_AIS_SPEC_FUNC_RH


INCLUDES used within this REPORT IAIS_SPEC_FUNC_RH

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:

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 .



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