SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

MKLSDCF16 SAP ABAP INCLUDE - Include MKLSDCF16







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


Text pool values


Title: Include MKLSDCF16


INCLUDES used within this REPORT MKLSDCF16

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:

KL_EXT_BSTD_MERKMALE_GET CALL FUNCTION 'KL_EXT_BSTD_MERKMALE_GET' EXPORTING * I_PROTOCOL_LEVEL = 1 i_datum = g_auswdatum i_objnr_pos = g_bstd_data-objnr IMPORTING e_merkmale = wa_bstd_charac e_best_data = wa_bstd_data TABLES error_itab = error_itab EXCEPTIONS no_bstd_object = 1 OTHERS = 2 .

KLTE_CALCULATE_DATES CALL FUNCTION 'KLTE_CALCULATE_DATES' EXPORTING i_dat1 = wa_bstd_charac-drbd i_auswdate = g_auswdatum i_arr = wa_bstd_charac-arr * I_MWAE_RBD = ' ' "initial = RBD * I_FLAG_SEPARATE = ' ' "initial = ganze Mon * I_PROT_LEVEL = 1 * I_OBJNR = IMPORTING e_value = li_rbd TABLES c_error_itab = error_itab EXCEPTIONS no_calc = 1 OTHERS = 2 .

CALL_EXIT_SAPLTBLX_001 CALL FUNCTION 'CALL_EXIT_SAPLTBLX_001' EXPORTING i_vtblm0ab = wa_vtblm0ab i_rli = le_rbd CHANGING c_vtblm0c = wa_vtblm0c EXCEPTIONS error = 1 rcid_not_defined = 2 OTHERS = 3.

KL_EXT_SELFILTER_GET CALL FUNCTION 'KL_EXT_SELFILTER_GET' EXPORTING i_lrl = wa_vtblm0-rcountry i_intorg = wa_vtblm0-intorg i_curr = wa_vtblm0-waers i_ske = con_risk_er i_sps = con_risk_pr IMPORTING et_selfilter_tr = lt_selfilter_tr * E_LRB = EXCEPTIONS lrb_derivation_error = 1 selfilter_read_error = 2 OTHERS = 3 .

TB_DETERMINPROC_FROM_CHARACT CALL FUNCTION 'TB_DETERMINPROC_FROM_CHARACT' EXPORTING i_slsc = con_l_slsc it_evfil = lt_selfilter_tr IMPORTING t_sle = lt_sle TABLES t_vtblm0 = lt_vtblm0 EXCEPTIONS lt_not_found = 1 OTHERS = 2.

KL_TZ_GET_DATA_FROM_KLEVDEF CALL FUNCTION 'KL_TZ_GET_DATA_FROM_KLEVDEF' EXPORTING i_ev = wa_ev-ermverf IMPORTING e_klevdef = wa_klevdef EXCEPTIONS no_ev_found = 1 OTHERS = 2.

KL_EXT_GET_CR_FLAG_FROM_EV CALL FUNCTION 'KL_EXT_GET_CR_FLAG_FROM_EV' EXPORTING i_ev = wa_ev-ermverf IMPORTING e_country_risk = l_country_risk.

KL_EXT_GET_RISKTYPS_FROM_PARAM CALL FUNCTION 'KL_EXT_GET_RISKTYPS_FROM_PARAM' EXPORTING * I_PROTOCOL_LEVEL = 1 i_ext_param = wa_klextparam i_arr = wa_bstd_charac-arr i_int_objtyp = l_int_objtyp IMPORTING et_risiko = lt_risiko TABLES error_itab = error_itab.

KL_EXT_CHECK_EV CALL FUNCTION 'KL_EXT_CHECK_EV' EXPORTING * I_PROTOCOL_LEVEL = it_risiko = lt_risiko TABLES error_itab = error_itab CHANGING it_ev = lt_ev .

KL_UTILSII_DATA_FOR_RESERVE CALL FUNCTION 'KL_UTILSII_DATA_FOR_RESERVE' EXPORTING i_it_ev = lt_ev i_arr = wa_bstd_charac-arr IMPORTING e_reserve_data = wa_req_data EXCEPTIONS no_ev_found = 1 no_var_found = 2 no_varregid_found = 3 no_valid_data = 4 OTHERS = 5.



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 MKLSDCF16 or its description.