KWTMNFX3 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 KWTMNFX3 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!
K_UNITCOSTING_F4_FOR_HERK CALL FUNCTION 'K_UNITCOSTING_F4_FOR_HERK' EXPORTING typps_imp = l_typps kokrs_imp = p_tpl_info-kokrs CHANGING resource_chg = l_resource EXCEPTIONS invalid_input = 1 incomplete_output = 2 OTHERS = 3.
ISR_MODELCAT_CHECK CALL FUNCTION 'ISR_MODELCAT_CHECK' EXPORTING id_model = p_tpl_info-model EXCEPTIONS type_isr = 1 OTHERS = 2.
ISR_ABC_SUBTEMPLATE_F4 CALL FUNCTION 'ISR_ABC_SUBTEMPLATE_F4' EXPORTING id_kokrs = p_tpl_info-kokrs id_class = p_tpl_info-class IMPORTING exp_cotpl = ld_sub_cotpl exp_text = ld_text EXCEPTIONS nothing_selected = 1 OTHERS = 2.
K_ABC_TEMPLATE_F4 CALL FUNCTION 'K_ABC_TEMPLATE_F4' EXPORTING kokrs = p_tpl_info-kokrs tpl_class = p_tpl_info-class IMPORTING exp_cotpl = ld_sub_cotpl exp_text = ld_text EXCEPTIONS nothing_selected = 1 OTHERS = 2.
K_ABC_TEMPLATE_F4_PRZNR CALL FUNCTION 'K_ABC_TEMPLATE_F4_PRZNR' EXPORTING kokrs = p_tpl_info-kokrs IMPORTING exp_cbpr = ld_cbpr exp_text = ld_ktext EXCEPTIONS nothing_selected = 1 OTHERS = 2.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'COCAN' shlptype = 'SH' IMPORTING shlp = ld_shlp.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ld_shlp IMPORTING rc = ld_rc TABLES return_values = lt_ret_val EXCEPTIONS OTHERS = 0.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'CCSS' fieldname = 'KSTAR' callback_program = 'SAPLKWTM' callback_form = 'CALLBACK_KSTAR_F4' TABLES return_tab = lt_retval_kstar.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'CCSS' fieldname = 'RESRC' SEARCHHELP = 'CO_RESRC' "Note 374697 callback_program = 'SAPLKWTM' callback_form = 'CALLBACK_RESRC_F4' TABLES return_tab = lt_ret_val EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
F4IF_DETERMINE_SEARCHHELP CALL FUNCTION 'F4IF_DETERMINE_SEARCHHELP' EXPORTING tabname = 'RKU02JA' fieldname = 'STAGR' IMPORTING shlp = ld_shlp EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 OTHERS = 4.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ld_shlp IMPORTING rc = ld_rc TABLES return_values = lt_ret_val.
RK_RATIO_READ CALL FUNCTION 'RK_RATIO_READ' EXPORTING kokrs = p_tpl_info-kokrs spras = 'X' stagr = ld_stagr IMPORTING bezei = ld_bezei EXCEPTIONS ka03_not_complete = 1 ka03_not_found = 2 OTHERS = 3.
K_RACCT_VALUE_REQUEST CALL FUNCTION 'K_RACCT_VALUE_REQUEST' EXPORTING i_kokrs = p_tpl_info-kokrs i_xbilk = 'N' IMPORTING e_racct = ld_racct EXCEPTIONS table_empty = 1 no_selection = 2 OTHERS = 3.
K_RACCT_VALUE_REQUEST CALL FUNCTION 'K_RACCT_VALUE_REQUEST' EXPORTING i_kokrs = p_tpl_info-kokrs i_xbilk = 'X' IMPORTING e_racct = ld_racct EXCEPTIONS table_empty = 1 no_selection = 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.