SAP Reports / Programs | Controlling | Product Cost Controlling | Alternative Valuation Run(CO-PC-ACT-AVR) SAP CO

CKMLAVR_COMPARE_CD_F01 SAP ABAP INCLUDE - CKMLAVRCOMPARECDF01







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

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:

T001K_SINGLE_READ call function 'T001K_SINGLE_READ' exporting bwkey = gd_bwkey importing wt001k = ls_t001k.

T001_SINGLE_READ call function 'T001_SINGLE_READ' exporting bukrs = ls_t001k-bukrs importing wt001 = ls_t001.

CKML_F_DETERMINE_NEXT_PERIOD call function 'CKML_F_DETERMINE_NEXT_PERIOD' exporting current_period = ld_poper current_year = ld_bdatj f_periv = ls_t001-periv importing next_period_period = ld_poper next_period_year = ld_bdatj.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * I_BUFFER_ACTIVE = i_structure_name = 'MLCD' i_client_never_display = 'X' * I_BYPASSING_BUFFER = changing ct_fieldcat = lt_fieldcat * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3 .

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in FLush'(500).

CKML_MGV_PROCALTN_TEXT_READ call function 'CKML_MGV_PROCALTN_TEXT_READ' exporting i_kalnr = ls_out-bvalt i_language = sy-langu * I_KONTEXT = ' ' * I_EDIT_LENGTH = importing * ES_HEADER_DATA = * E_VALID_NAME = e_gener_name = ld_gen_name * E_GENER_NAME_SHORT = e_manu_name = ld_man_name * E_SORT_NAME = * E_RESTTOPF = * E_BOM_EXISTS = * CHANGING * CT_ALPROC_TEXTS = exceptions kalnr_not_found = 1 others = 2.

CKML_MGV_STULI call function 'CKML_MGV_STULI' exporting i_kalnr_altn = ls_outtab-bvalt i_bwkey = gd_bwkey i_gjahr = ls_outtab-bdatj i_perio = ls_outtab-poper i_runid = ld_runid importing e_exit = ld_exit exceptions wrong_call = 1 no_bom = 2 others = 3.

CKML_MGV_STULI call function 'CKML_MGV_STULI' exporting i_kalnr_altn = ls_outtab-bvalt i_bwkey = gd_bwkey i_gjahr = ls_outtab-bdatj i_perio = ls_outtab-poper i_runid = ld_runid importing e_exit = ld_exit exceptions wrong_call = 1 no_bom = 2 others = 3.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = gs_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.



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