SAP Reports / Programs | Controlling | Overhead Cost Controlling(CO-OM) SAP CO

FKMAXCI5 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FKMAXCI5. "Basic submit
SUBMIT FKMAXCI5 AND RETURN. "Return to original report after report execution complete
SUBMIT FKMAXCI5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FKMAXCI5

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FKMAXCI5 or its description.