MKLSI01I10 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 MKLSI01I10 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11.
TB_ZGP_STATUS CALL FUNCTION 'TB_ZGP_STATUS' IMPORTING E_ZGP_STATUS_TRLM = ZGP_FLAG.
BPAR_S_BPCENTRAL_PARTNER_PREP * CALL FUNCTION 'BPAR_S_BPCENTRAL_PARTNER_PREP' * EXPORTING * PARTNER_IN = PARTNER * I_ZGP = ZGP_FLAG * IMPORTING * PARTNER_OUT = PARTNER ** CUSTOMER_OUT = ** E_PARTNER = ** E_PARTNR_TR = * EXCEPTIONS * NO_PARTNER_SELECTED = 1 * PARTNER_NOT_FOUND = 2 * PARTNER_ROLE_NOT_FOUND = 3 * OTHERS = 4.
FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING * I_SELOPT = I_MAXHITS = 200 I_TIMEOUT = 5 * I_ROLE = * I_SEARCH = ' ' * IT_ROLE = * I_XMAIN = ' ' * I_ACTION = '01' * I_CLEAR_FIELDS = ' ' IMPORTING E_PARTNER = partner-partner * EXCEPTIONS * PARTNER_NOT_FOUND = 1 * OTHERS = 2 .
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11.
TB_ZGP_STATUS CALL FUNCTION 'TB_ZGP_STATUS' IMPORTING E_ZGP_STATUS_TRLM = ZGP_FLAG.
BPAR_S_BPCENTRAL_PARTNER_PREP * CALL FUNCTION 'BPAR_S_BPCENTRAL_PARTNER_PREP' * EXPORTING * PARTNER_IN = PARTNER * I_ZGP = ZGP_FLAG * IMPORTING * PARTNER_OUT = PARTNER ** CUSTOMER_OUT = ** E_PARTNER = ** E_PARTNR_TR = * EXCEPTIONS * NO_PARTNER_SELECTED = 1 * PARTNER_NOT_FOUND = 2 * PARTNER_ROLE_NOT_FOUND = 3 * OTHERS = 4.
FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING * I_SELOPT = I_MAXHITS = 200 I_TIMEOUT = 5 * I_ROLE = * I_SEARCH = ' ' * IT_ROLE = * I_XMAIN = ' ' * I_ACTION = '01' * I_CLEAR_FIELDS = ' ' IMPORTING E_PARTNER = partner-partner * EXCEPTIONS * PARTNER_NOT_FOUND = 1 * OTHERS = 2 .
BPAR_R_PARTNER_CHECK * CALL FUNCTION 'BPAR_R_PARTNER_CHECK' "rmr644452 * EXPORTING "rmr644452 * partner = l_partner_in "rmr644452 * RELEASE = 'X' "rmr644452 ** READ_FROM_DB = ' ' "rmr644452 ** I_XMEMORY = ' ' "rmr644452 ** I_XWA = ' ' "rmr644452 ** I_CONV = 'X' "rmr644452 ** ZGP = ' ' "rmr644452 * IMPORTING "rmr644452 * BP000_ENTRY = l_bp000_entry "rmr644452 ** E_BUS000 = "rmr644452 ** E_BUS001 = "rmr644452 ** E_BP001 = "rmr644452 ** E_CUSTOMER = "rmr644452 ** EXCEPTIONS "rmr644452 ** PARTNER = 1 "rmr644452 ** PARTNER_NOT_RELEASED = 2 "rmr644452 ** WRONG_PARAMETERS = 3 "rmr644452 ** OTHERS = 4 "rmr644452 * . "rmr644452
FTBP_READ_R_PARTNER_CHECK CALL FUNCTION 'FTBP_READ_R_PARTNER_CHECK' EXPORTING i_partner = l_partner_in i_release = 'X' * I_READ_FROM_DB = ' ' * I_XMEMORY = ' ' * I_XWA = ' ' * I_CONV = 'X' * I_CP_EXCLUDE = ' ' IMPORTING e_bp000_entry = l_bp000_entry * E_BUS000 = * E_BUS001 = * E_BP001 = * E_CUSTOMER = EXCEPTIONS PARTNER = 1 PARTNER_NOT_RELEASED = 2 WRONG_PARAMETERS = 3 OTHERS = 4 .
BPAR_C_BPCENTRAL_DELETE_IND CALL FUNCTION 'BPAR_C_BPCENTRAL_DELETE_IND' "rmr644452 EXPORTING "rmr644452 BP000_ENTRY = l_bp000_entry "rmr644452 * BP1000_ENTRY = ' ' "rmr644452 EXCEPTIONS "rmr644452 DELETE_INDICATOR_PARTNER = 1 "rmr644452 DELETE_INDICATOR_ROLE = 2 "rmr644452 OTHERS = 3 "rmr644452 . "rmr644452
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.