INPUTF01 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 INPUTF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' tables dynpfields = lt_dynp exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.
RSINP_F4 call function 'RSINP_F4' exporting i_dta_view = '%' "if_rsd_dta=>view_infoprovider i_transact = rs_c_true tables i_t_tlogo = lt_tlogo changing c_infoprov = infoprovider c_tlogo = tlogo.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-repid dynumb = sy-dynnr tables dynpfields = lt_dynp exceptions others = 1.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting * DDIC_STRUCTURE = ' ' retfield = 'TLOGO' * PVALKEY = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'TLOGO' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = tables value_tab = lt_help_value * FIELD_TAB = return_tab = lt_retval * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INPUTF01 - Include INPUTF01 INM_KFM_REP_RIH_STAFFING - Report INM_KFM_REP_RPM_STAFFING INM_KFM_REP_RIH_STAFFING - Report INM_KFM_REP_RPM_STAFFING INM_KFM_REP_RIH_RISKASSESED - Report for Key Figure RISK_ASSESSED INM_KFM_REP_RIH_RISKASSESED - Report for Key Figure RISK_ASSESSED INM_KFM_REP_RIH_PROBTECH - Report for Key Figure PROB_TECH