SAP Reports / Programs

SAPMKLSDC SAP ABAP dialog Program - Credit Limit: Single Transaction Check







SAPMKLSDC 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 SAPMKLSDC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KLSDC3 - Single Transaction Check: Deactivate
KLSDC2 - Single Transaction Check: Change
KLSDC1 - Single Transaction Check: New


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


Text pool values


Title: Credit Limit: Single Transaction Check
Text Symbol: 030 = Deactivate Transaction: Log
Text Symbol: 029 = Ready
Text Symbol: 028 = Transaction not deactivated
Text Symbol: 027 = Transaction deactivated
Text Symbol: 026 = Transaction was deactivated...
Text Symbol: 025 = Do you really want to leave editing?
Text Symbol: 024 = Limit check is running...
Text Symbol: 023 = No limits were exceeded
Text Symbol: 022 = Limit(s) not released
Text Symbol: 021 = Term of the transaction is too long
Text Symbol: 020 = Early warning triggered
Text Symbol: 019 = Internal limit(s) exceeded
Text Symbol: 018 = Limit(s) locked
Text Symbol: 016 = Transaction updated
Text Symbol: 015 = Transaction not updated
Text Symbol: 014 = Error when checking the limit
Text Symbol: 013 = Ready
Text Symbol: 012 = Single Transaction Check: Check Log
Text Symbol: 011 = Error in table for basic key figures
Text Symbol: 010 = Delete position fields and continue?
Text Symbol: 009 = Positions are not permitted for this product
Text Symbol: 008 = Position fields are incorrect
Text Symbol: 007 = Confirm change to additional data
Text Symbol: 006 = Your changes to the additional data will be lost
Text Symbol: 005 = Reverse changes to additional data?
Text Symbol: 004 = Data will be lost because the current state of the transaction has not been updated
Text Symbol: 003 = End Single Transaction Check
Text Symbol: 002 = Cancel Single Transaction Check
Text Symbol: 001 = Cancel?


INCLUDES used within this REPORT SAPMKLSDC

INCLUDE MKLSDCTOP . "
INCLUDE MKLSDCCONS.
INCLUDE MKLSDCVAR.
INCLUDE MKLSDCO01.
INCLUDE MKLSDCI01.
INCLUDE MKLSDCI02.
INCLUDE MKLSDCO02.
INCLUDE MKLSDCE01.




INCLUDE MKLSDCF03.
INCLUDE MKLSDCF04.
INCLUDE MKLSDCO03.
INCLUDE MKLSDCF05.
INCLUDE MKLSDCO04.
INCLUDE MKLSDCI04.
INCLUDE MKLSDCF06.
INCLUDE MKLSDCF07.
INCLUDE MKLSDCI05.
INCLUDE MKLSDCF08.
INCLUDE MKLSDCO05.
INCLUDE MKLSDCF09.
INCLUDE MKLSDCI06.
INCLUDE MKLSDCF10.
INCLUDE MKLSDCO06.
INCLUDE MKLSDCF12.
INCLUDE MKLSDCF13.
INCLUDE MKLSDCO07.
INCLUDE MKLSDCI07.
INCLUDE MKLSDCF14.
INCLUDE MKLSDCI08.
INCLUDE MKLSDCI09.
INCLUDE MKLSDCF15.
INCLUDE MKLSDCF16.
INCLUDE MKLSDCI10.
INCLUDE MKLSDCF17.
INCLUDE MKLSDCF18.
INCLUDE MKLSDCF19.
INCLUDE MKLSDCO08.
INCLUDE MKLSDCO09.
INCLUDE MKLSDCF20.
INCLUDE MKLSDCF21.
INCLUDE MKLSDCF22.
INCLUDE MKLSDCF23.
INCLUDE MKLSDCF24.
INCLUDE MKLSDCO10.
INCLUDE MKLSDCF26.
INCLUDE MKLSDCF29.
INCLUDE MKLSDCF30.





INCLUDE MKLSDCF31.
INCLUDE MKLSDCF32.
INCLUDE MKLSDCF34.
INCLUDE MKLSDCF35.
INCLUDE MKLSDCF36.
INCLUDE MKLSDCI12.
INCLUDE MKLSDCO11.
INCLUDE MKLSDCO12.
INCLUDE MKLSDCF37.
INCLUDE MKLSDCF38.
INCLUDE MKLSDCF39.
INCLUDE MKLSDCF40.
INCLUDE MKLSDCF41.
INCLUDE MKLSDCF42.
INCLUDE MKLSDCO13.
INCLUDE MKLSDCF43.
INCLUDE MKLSDCO14.
INCLUDE MKLSDCI13.
INCLUDE MKLSDCO15.
INCLUDE MKLSDCF44.
INCLUDE MKLSDCF45.
INCLUDE MKLSDCF46.
INCLUDE MKLSDCO16.
INCLUDE MKLSDCI14.
INCLUDE MKLSDCF47.
INCLUDE MKLSDCF48.
INCLUDE MKLSDCF49.
INCLUDE MKLSDCO17.
INCLUDE MKLSDCO18.
INCLUDE MKLSDCI15.
INCLUDE MKLSDCI16.
INCLUDE MKLSDCF50.
INCLUDE MKLSDCF51.
INCLUDE MKLSDCF52.
INCLUDE MKLSDCF53.
INCLUDE MKLSDCF54.
INCLUDE MKLSDCF55.
INCLUDE MKLSDCF56.
INCLUDE MKLSDCI17.



INCLUDE MKLSDCF57.
INCLUDE MKLSDCO19.
INCLUDE MKLSDCF58.
INCLUDE MKLSDCF59.
INCLUDE MKLSDCF60.
INCLUDE MKLSDCI18.
INCLUDE MKLSDCF61.
INCLUDE MKLSDCF62.
INCLUDE MKLSDCF63.
INCLUDE MKLSDCI19.
INCLUDE MKLSDCF64.
INCLUDE MKLSDCI20.
INCLUDE MKLSDCF65.
INCLUDE MKLSDCO20.
INCLUDE MKLSDCF66.
INCLUDE MKLSDCF67.
INCLUDE MKLSDCI21.
INCLUDE MKLSDCO21.
INCLUDE MKLSDCF68.
INCLUDE MKLSDCO22.
INCLUDE MKLSDCF69.
INCLUDE MKLSDCI22.
INCLUDE MKLSDCF70.
INCLUDE MKLSDCI23.
INCLUDE FTLM_MRMDATA. "MRM
INCLUDE FTLM_MRMPARAM. "MRM
INCLUDE FTLM_MRMSCRM. "MRM
INCLUDE FTLM_SCRCHARSGET. "MRM


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:

No SAP FUNCTION MODULES are executed within this report code!



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