SAPMKLSI01 is a standard Module pool for a dialog screen ABAP Program 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 SAPMKLSI01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KLSI03_CFM - Display Collateral
KLSI03 - Display Collateral Provision
KLSI02_CFM - Change Collateral Provision
KLSI02 - Change Collateral Provision
KLSI01_CFM - Create Collateral Provision
KLSI01 - Create Collateral Provision
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: Credit Limit: Transaction for Managing Collateral Provisions
Text Symbol: 001 = Saving collateral provision
Text Symbol: 002 = Unsaved data will be lost
Text Symbol: 003 = Cancel?
Text Symbol: 004 = Exit collateral provision?
Text Symbol: 005 = to create
Text Symbol: 006 = to change
Text Symbol: 007 = to display
Text Symbol: 008 = Test
Text Symbol: 009 = Save data?
Text Symbol: 101 = Will be deleted from database immediately
Text Symbol: 102 = Really delete?
Text Symbol: 103 = Delete all notes for limit
Text Symbol: 104 = Do you want to
Text Symbol: 105 = save the notes first
Text Symbol: 106 = Cancel anyway?
Text Symbol: 107 = Exit Notes
Text Symbol: NOT = Note for Collateral
INCLUDE MKLSI01TOP.
INCLUDE EENOCO.
INCLUDE MKLSI01I01.
INCLUDE MKLSI01I02.
INCLUDE MKLSI01I03.
INCLUDE MKLSI01I04.
INCLUDE MKLSI01I05.
INCLUDE MKLSI01I07.
INCLUDE MKLSI01I08.
INCLUDE MKLSI01I09.
INCLUDE MKLSI01I10.
INCLUDE MKLSI01O03.
INCLUDE MKLSI01O04.
INCLUDE MKLSI01O05.
INCLUDE MKLSI01O06.
INCLUDE MKLSI01O08.
INCLUDE MKLSI01O10.
INCLUDE MKLSI01F01.
INCLUDE MKLSI01F02.
INCLUDE MKLSI01F03.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPMKLSI01 or its description.
SAPMKLSI01 - Credit Limit: Transaction for Managing Collateral Provisions SAPMKLSI01 - Credit Limit: Transaction for Managing Collateral Provisions SAPMKLSDC - Credit Limit: Single Transaction Check SAPMKLSDC - Credit Limit: Single Transaction Check SAPMKLI2 - documentation and ABAP source code SAPMKLI1 - documentation and ABAP source code