MKLSDCF49 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 MKLSDCF49 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: Include MKLSDCF49
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 50 "something different from 0 text = text-026 .
KL_EXT_ABEPOS_DATA_READ_TABLE call function 'KL_EXT_ABEPOS_DATA_READ_TABLE' exporting * I_DB_UPDATE = * I_OBJNR_TAB = i_arnr_tab = lt_arnr tables * I_EXTOBJ = * E_BEPOS = e_abepos = lt_abepos exceptions no_entry_found = 1 others = 2 .
KL_EXT_CALCULATE_AROBJ call function 'KL_EXT_CALCULATE_AROBJ' exporting * I_PROTOCOL_LEVEL = 1 * I_POP = ' ' * I_SLI = 2 * IT_EV = * I_AUSW_DATUM = SY-DATUM i_ext_param = wa_klparam i_ext_number = kljcur * I_EXT_POSTEN = * I_EXT_RESERVG = i_data_check = ' ' i_sdcprod = klsdctrdata-sdcprod importing * e_result = g_limitcheck_result e_update = l_limitcheck_updated * e_reason_key = l_limitcheck_reason_key * E_TRLM_VTBLR = tables * I_IT_POSITIONS = * E_RESULT_DETAILS = error_itab = gt_error_tab exceptions param_check_error = 1 others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.