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

CO_CUS_DISPLAY_I4 SAP ABAP INCLUDE - COCUSDISPLAYI4







CO_CUS_DISPLAY_I4 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 CO_CUS_DISPLAY_I4 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 CO_CUS_DISPLAY_I4. "Basic submit
SUBMIT CO_CUS_DISPLAY_I4 AND RETURN. "Return to original report after report execution complete
SUBMIT CO_CUS_DISPLAY_I4 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 CO_CUS_DISPLAY_I4

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabname TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_tabl_name langu = sy-langu IMPORTING dd02v_wa = ls_dd02v EXCEPTIONS illegal_input = 1 OTHERS = 2.

G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = p_lmona year = p_year TABLES i_periods = lt_periods EXCEPTIONS OTHERS = 99.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING gjahr = p_year kokrs = p_kokrs IMPORTING e_tka00 = ls_tka00 EXCEPTIONS OTHERS = 99.

RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = ld_report seltext = 'X' TABLES sel_tab = lt_select.

ADK_CCMS_GET_OBJECTS CALL FUNCTION 'ADK_CCMS_GET_OBJECTS' EXPORTING table = p_arch_tab TABLES OBJECTS = lt_objects EXCEPTIONS OTHERS = 0.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = p_in IMPORTING output = p_out.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = p_tabname fieldname = p_fieldname text_flag = 'X' IMPORTING field_attr = ls_dfies EXCEPTIONS OTHERS = 99.

K_VERSN_CHECK_FOR_VALUATION CALL FUNCTION 'K_VERSN_CHECK_FOR_VALUATION' EXPORTING co_area = p_coar TABLES t_tka09 = lt_dummy.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = p_coar IMPORTING e_tka01 = ls_tka01 EXCEPTIONS OTHERS = 0.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = '0101' shortname = ls_tka01-khinr kokrs = ls_tka01-kokrs IMPORTING setid = ld_setid EXCEPTIONS OTHERS = 0.

G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING no_descriptions = 'X' no_rw_info = 'X' setid = ld_setid TABLES set_hierarchy = lt_hier set_values = lt_val EXCEPTIONS set_not_found = 1 OTHERS = 99.



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 CO_CUS_DISPLAY_I4 or its description.