KWTMNFX10 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 KWTMNFX10 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!
CK04_RESOURCE_CHK_COMPLETENESS CALL FUNCTION 'CK04_RESOURCE_CHK_COMPLETENESS' EXPORTING resource_to_be_checked = l_resource EXCEPTIONS invalid_typps = 1 incomplete_resource = 2 OTHERS = 3.
CK04_RESOURCES_EXIST_GET_TEXTS CALL FUNCTION 'CK04_RESOURCES_EXIST_GET_TEXTS' EXPORTING * LSTAR_DATE = flg_check_existence = ' ' flg_get_text = 'X' CHANGING resource_templ_chg = l_resource EXCEPTIONS error_material = 1 wrong_plant = 2 external_serv_not_found = 3 ekorg_missing = 4 error_activity_costcenter = 5 process_not_found = 6 service_not_exists = 7 costmodel_not_found = 8 costmodel_has_wrong_characters = 9 costmodel_has_wrong_tplclass = 10 kstar_does_not_exist = 11 bpo_does_not_exist = 12 unexpected_ptype = 14 invalid_meeht = 15 OTHERS = 16.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.