MK23DS02 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 MK23DS02 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: At Selection Screen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FREE_SELECTIONS_INIT call function 'FREE_SELECTIONS_INIT' exporting kind = 'G' expressions = itexp field_groups_key = l_cat importing selection_id = l_sel_id expressions = itexp tables tables_tab = ittables fields_tab = itfields.
FREE_SELECTIONS_DIALOG call function 'FREE_SELECTIONS_DIALOG' exporting selection_id = l_sel_id title = title status = 0 importing field_ranges = ranges tables fields_tab = itfields exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-012 textline2 = text-013 titel = text-014 importing answer = l_answer exceptions others = 0.
K_USER_VALUES_SAVE call function 'K_USER_VALUES_SAVE' exporting kuvs_with_dialog = 'X' tables kuvs_addit_param = itusr05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.