MK23DFL0 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 MK23DFL0 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.
Title: Forms for Mk23d and Lk23b
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_VRGNG_AUTHORITY_CHECK CALL FUNCTION 'K_VRGNG_AUTHORITY_CHECK' EXPORTING ACTVT = L_ACTVT KOKRS = I_KOKRS VRGNG = I_VRGNG * VRGNG_TEXT = ' ' 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 * VRGNG_TEXT = ' ' EXCEPTIONS SYSTEM_ERROR = 1 USER_NOT_AUTHORIZED = 2 ERROR_MESSAGE = 3 OTHERS = 4.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = I_ARBGB * EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = I_MSGTY MSGV1 = I_MSGV1 MSGV2 = I_MSGV2 MSGV3 = I_MSGV3 MSGV4 = I_MSGV4 TXTNR = I_MSGNO ZEILE = L_LINE * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = 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_MONMIT = 00 I_PERIV = P_LMONA "P40K055780 IMPORTING * E_BUPER = 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 * E_TKA01 = 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 * IMPORTING * NBUKRS = TABLES TBUKRS = LTBUKRS.
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 * GJAHR = '0000' KOKRS = G_KOKRS IMPORTING * E_TKA00 = E_TKA01 = L_TKA01 EXCEPTIONS NOT_FOUND = 1 NOT_FOUND_GJAHR = 2 ERROR_MESSAGE = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.