FKMAXCI5 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 FKMAXCI5 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!
KEO_OBJECT_DELETED CALL FUNCTION 'KEO_OBJECT_DELETED' EXPORTING i_plvar = go_application->context-plvar i_otype = go_application->context-otype i_realo = ld_realo i_complete_deleted = space i_valid_begda = ls_valrange-from i_valid_endda = ls_valrange-to.
KEO_OBJECT_DELETED CALL FUNCTION 'KEO_OBJECT_DELETED' EXPORTING i_plvar = go_application->context-plvar i_otype = go_application->context-otype i_realo = ld_realo i_begda = ls_deleted_intvls-from i_endda = ls_deleted_intvls-to i_complete_deleted = space.
KEO_OBJECT_ON_CHANGE CALL FUNCTION 'KEO_OBJECT_ON_CHANGE' EXPORTING scenario = go_application->context-scenario old_objec = ls_old_hr_obj new_objec = ls_new_hr_obj groupname = ld_setnr.
RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = ls_fvtab-fvalue table_field = ls_tabfield IMPORTING output_internal = ls_fvtab-fvalue EXCEPTIONS OTHERS = 21.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-051 i_selection = 'X' i_tabname = lcl_builder=>screeninfo-tabname it_fieldcat = lt_fieldcat IMPORTING es_selfield = ls_selfield e_exit = ld_cancelled TABLES t_outtab = lt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
RHOM_ENQUEUE CALL FUNCTION 'RHOM_ENQUEUE' EXPORTING plvar = go_application->context-plvar otype = go_application->context-otype objid = ld_hr_key EXCEPTIONS OTHERS = 1.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "AL0K096542 EXPORTING "AL0K096542 i_arbgb = 'KS' "AL0K096542 i_dtype = 'S' "AL0K096542 i_msgnr = '899' "AL0K096542 IMPORTING "AL0K096542 E_MSGTY = ld_msgty. "AL0K096542
RHOM_DEQUEUE CALL FUNCTION 'RHOM_DEQUEUE' EXPORTING plvar = go_application->context-plvar otype = go_application->context-otype * objid = ld_hr_key.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.