SAPKKA11 is a standard Executable ABAP Report 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 SAPKKA11 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KKAF - Results Analysis: Delete Worklist
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.
Selection Text: CLS = From Log Class
Selection Text: DAT = To Date
Selection Text: ENR = External Number
Title: Results Analysis - Delete Worklist
Text Symbol: 001 = Use the worklist of the Schedule Manager
Text Symbol: 002 = Important
Text Symbol: 004 = Additional Info.
Text Symbol: AUF = Orders
Text Symbol: POS = WBS Elements
Text Symbol: VBE = Sales Orders
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'PROBCLASS' TABNAME = 'BALM' * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' IMPORTING SELECT_VALUE = CLS TABLES FIELDS = HELP_FIELDS VALUETAB = HELP_VALUES.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'EXTNUMBER' TABNAME = 'BALHDRI' IMPORTING SELECT_VALUE = ENR TABLES FIELDS = HELP_FIELDS VALUETAB = HELP_VALUES.
CO_APPL_LOG_DELETE CALL FUNCTION 'CO_APPL_LOG_DELETE' EXPORTING SUBOBJECT = 'KKAG' EXTNUMBER = ENR DATE_TO = DAT LOG_CLASS = CLS IMPORTING NUMBER_OF_DELETED_LOGS = D.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPKKA11 - Results Analysis - Delete Worklist SAPKKA11 - Results Analysis - Delete Worklist SAPKKA10 - Results Analysis - Display Worklist SAPKKA10 - Results Analysis - Display Worklist SAPKKA09 - External Form Routine Pool for Results Analysis SAPKKA09 - External Form Routine Pool for Results Analysis