SAP Reports / Programs | Controlling(CO) SAP CO

MK23DF01 SAP ABAP INCLUDE - General Forms







MK23DF01 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 MK23DF01 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 MK23DF01. "Basic submit
SUBMIT MK23DF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MK23DF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General Forms


INCLUDES used within this REPORT MK23DF01

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:

K_VRGNG_AUTHORITY_CHECK call function 'K_VRGNG_AUTHORITY_CHECK' exporting actvt = l_actvt kokrs = i_kokrs vrgng = i_vrgng exceptions system_error = 1 user_not_authorized = 2 error_message = 3 others = 4.

K_VRGNG_AUTHORITY_CHECK call function 'K_VRGNG_AUTHORITY_CHECK' exporting actvt = l_actvt kokrs = i_kokrs vrgng = l_vrgng exceptions system_error = 1 user_not_authorized = 2 error_message = 3 others = 4.

RK_BUKRS_OF_KOKRS call function 'RK_BUKRS_OF_KOKRS' exporting kokrs = id_kokrs tables t_bukrs = lt_bukrs exceptions no_bukrs_found = 1 not_found = 2 others = 3.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = i_arbgb msgty = i_msgty msgv1 = i_msgv1 msgv2 = i_msgv2 msgv3 = i_msgv3 msgv4 = i_msgv4 txtnr = i_msgno zeile = l_line exceptions message_type_not_valid = 1 not_active = 2 others = 3.

DATE_TO_PERIOD_CONVERT call function 'DATE_TO_PERIOD_CONVERT' exporting i_date = p_dat i_periv = p_lmona importing e_gjahr = p_flags-gjahr exceptions input_false = 1 t009_notfound = 2 t009b_notfound = 3 error_message = 4 others = 5.

K_KOKRS_READ call function 'K_KOKRS_READ' exporting gjahr = p_flags-gjahr kokrs = g_kokrs importing e_tka00 = l_tka00 exceptions not_found = 1 not_found_gjahr = 2 error_message = 3 others = 4.

JV_KOKRS_ACTIVE call function 'JV_KOKRS_ACTIVE' exporting kokrs = g_kokrs importing active = l_active
exceptions others = 0.

CONVERT_KOKRS_TO_BUKRS call function 'CONVERT_KOKRS_TO_BUKRS' exporting kokrs = g_kokrs tables tbukrs = ltbukrs exceptions no_controlling_for_bukrs = 0.

K_READ_T001 call function 'K_READ_T001' exporting i_bukrs = ltbukrs importing e_t001 = l_t001.

K_KOKRS_READ call function 'K_KOKRS_READ' exporting kokrs = g_kokrs importing e_tka01 = l_tka01 exceptions not_found = 1 not_found_gjahr = 2 error_message = 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 MK23DF01 or its description.