MKAL1F10 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 MKAL1F10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING table = tabname fieldname = groupfield text_flag = true IMPORTING field_attr = idfies.
K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING field = 'ASACC ' tab = 'KGALS ' with_dots = ' ' IMPORTING ex_kdfit = kdfit.
RK_F4_ALLOCATION_CYCLE CALL FUNCTION 'RK_F4_ALLOCATION_CYCLE' EXPORTING table = tabname group =
cycle = alart = t811c-alart ipknz = t811c-ipknz appl = appl fix_cycle = true choosen = choosen IMPORTING sdate = t811c-sdate ex_cycle = EXCEPTIONS nothing_selected = 2 no_cycle = 4.
RK_AL_CYCLE_TEST CALL FUNCTION 'RK_AL_CYCLE_TEST' EXPORTING tab = t811c-tab cycle = t811c-cycle sdate = t811c-sdate alart = t811c-alart ipknz = t811c-ipknz EXCEPTIONS not_found = 2 wrong_alart = 3 wrong_ipknz = 4.
RK_F4_ALLOCATION_CYCLE CALL FUNCTION 'RK_F4_ALLOCATION_CYCLE' EXPORTING alart = t811c-alart appl = appl cycle =
group = ipknz = t811c-ipknz table = tabname fix_cycle = true choosen = choosen IMPORTING sdate = ref-sdate EXCEPTIONS nothing_selected = 1 no_cycle = 2 OTHERS = 3.
RK_F4_ALLOCATION_CYCLE CALL FUNCTION 'RK_F4_ALLOCATION_CYCLE' EXPORTING alart = t811c-alart appl = appl cycle =
group = ipknz = t811c-ipknz table = tabname fix_cycle = true choosen = choosen IMPORTING sdate = ref-sdate EXCEPTIONS nothing_selected = 1 no_cycle = 2 OTHERS = 3.
RK_AL_CYCLE_TEST CALL FUNCTION 'RK_AL_CYCLE_TEST' EXPORTING tab = t811c-tab cycle = ref-cycle sdate = ref-sdate alart = t811c-alart ipknz = test_ipknz EXCEPTIONS not_found = 8 wrong_alart = 4 wrong_ipknz = 2.
ENQUEUE_EKGALC CALL FUNCTION 'ENQUEUE_EKGALC' EXPORTING tab = t811c-tab cycle = t811c-cycle sdate = t811c-sdate EXCEPTIONS foreign_lock = 2.
RK_AL_CYCLE_READ CALL FUNCTION 'RK_AL_CYCLE_READ' EXPORTING im_t811c = t811c alart = t811c-alart ipknz = t811c-ipknz activity = activity group =
initial_values_accepted = gd_initial_values_accepted appl = appl IMPORTING txt = rkal1-ctxt ex_status = status ex_t811c = t811c seq_count = seq_count TABLES irkgag = irkgag EXCEPTIONS wrong_tab = 1 not_found = 2 wrong_alart = 4 wrong_ipknz = 5.
RK_AL_CYCLE_NEW CALL FUNCTION 'RK_AL_CYCLE_NEW' EXPORTING ref_cycle = ref-cycle ref_sdate = ref-sdate im_t811c = t811c alart = t811c-alart ipknz = t811c-ipknz activity = activity fyvariant = fyvariant group =
initial_values_accepted = gd_initial_values_accepted appl = appl IMPORTING txt = rkal1-ctxt ex_t811c = t811c ex_status = status seq_count = seq_count TABLES irkgag = irkgag EXCEPTIONS wrong_tab = 8 not_new = 2 no_ref = 3 ref_wrong_alart = 4 ref_wrong_ipknz = 5 wrong_fyvariant = 10.
RK_AL_ACC_ASSIGN_ACTIVE CALL FUNCTION 'RK_AL_ACC_ASSIGN_ACTIVE' IMPORTING active = acc_assign_active.
RK_AL_PERIODS_BUILD CALL FUNCTION 'RK_AL_PERIODS_BUILD' " K11K057724 EXPORTING fyvariant = fyvariant sdate = t811c-sdate edate = t811c-edate IMPORTING * fyear = fyear.
K_DATABASE_ENQUEUE CALL FUNCTION 'K_DATABASE_ENQUEUE' EXPORTING _scope = '1' TABLES comb = comb EXCEPTIONS foreign_lock = 1.
K_TRANS_AUTOMATIC_CHECK CALL FUNCTION 'K_TRANS_AUTOMATIC_CHECK' EXPORTING e_sobj_name = gd_trans_obj e_sobj_type = gd_trans_type * E_OBJ_IN_TASK = ' ' IMPORTING no_automatic_recording = gd_no_recording EXCEPTIONS transport_object_error = 1 show_data_only = 2 error_cancel_transaction = 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.