IDCFM_FRIM_CREATE_IMPAIR_F03 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 IDCFM_FRIM_CREATE_IMPAIR_F03 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: Procedures: Multitasking
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = ex_wa_groupname IMPORTING max_pbt_wps = l_wa_max_wps free_pbt_wps = l_wa_free_wps EXCEPTIONS invalid_group_name = 1 internal_error = 2 no_pbt_resources_found = 3 pbt_env_already_initialized = 4 OTHERS = 5.
SPBT_GET_CURR_RESOURCE_INFO CALL FUNCTION 'SPBT_GET_CURR_RESOURCE_INFO' IMPORTING max_pbt_wps = l_wa_max_wps free_pbt_wps = l_wa_free_wps EXCEPTIONS internal_error = 1 pbt_env_not_initialized_yet = 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.
IDCFM_FRIM_CREATE_IMPAIR_F03 - Procedures: Multitasking IDCFM_FRIM_CREATE_IMPAIR_F02 - Procedures: Selection and Calculation IDCFM_FRIM_CREATE_IMPAIR_F01 - Procedures: Report Preparation IDCFM_FRIM_CREATE_IMPAIRMENT - Record Impairment IDCFM_FRIM_CREATE_IMPAIRMENT - Record Impairment IDCFM_FRCR_REC_REP_TOP - Include IDCFM_FRCR_REC_REP_TOP