IDCFM_FRIM_CREATE_IMPAIR_F01 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_F01 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: Report Preparation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Exit impairment report.'(i01)
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Save impairment data.'(i06)
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Transfer impairments.'(i09)
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gc_str_predefined fieldname = ls_idcfm_frim_celms-predefined TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = a_help TABLES dynpselect = it_dselc dynpvaluetab = it_dval.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = ls_idcfm_frim_celms-f4_shlpname shlptype = 'SH' IMPORTING shlp = ls_shlp_descr.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gc_str_predefined fieldname = ls_idcfm_frim_celms-predefined TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DD_SHLP_GET_HELPMETHOD CALL FUNCTION 'DD_SHLP_GET_HELPMETHOD' EXPORTING tabname = gc_str_predefined fieldname = ls_idcfm_frim_celms-predefined CHANGING shlp = ls_shlp_descr EXCEPTIONS field_not_found = 1 no_help_for_field = 2 OTHERS = 3.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp_descr IMPORTING rc = lv_subrc TABLES return_values = lt_return_values.
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_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 IDCFM_FRCR_REC_REP_SCR - Include IDCFM_FRCR_REC_REP_SCR IDCFM_FRCR_REC_REP_F04 - Include IDCFM_FRCR_REC_REP_F04