SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

SAPMKCIC SAP ABAP dialog Program - SAP-EIS: Comment Management (Transaction KCT0)







SAPMKCIC is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Comments (long texts) can be created in SAP-EIS for: a) reports ------------------------> T242M; b) transaction data ---------------> CFnnn; c) the field catalog --------------> T242F; d) master data --------------------> T242B; e) system control parameters ------> T2420; f) windows ------------------------> T242P...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMKCIC 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

JBWC - Comments Management: Treasury
TLMC - Limit Management: Manage Comments
TRMC - Comments Management: Treasury
KCT1 - EC-EIS/EC-BP: Reorganize comments
CACS_C - Manage Comments for Commissions
KCT0 - EC-EIS/EC-BP: Comment management


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


Text pool values


Title: SAP-EIS: Comment Management (Transaction KCT0)
Text Symbol: 001 = Should the REORG be
Text Symbol: 002 = performed as a
Text Symbol: 003 = test?
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 006 = Reorganization
Text Symbol: 007 = Data locked by user
Text Symbol: 008 = Information
Text Symbol: 009 = (Display only).


INCLUDES used within this REPORT SAPMKCIC

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:

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "30F EXPORTING "30F ACTION = ACTION "30F VIEW_NAME = VIEW_NAME "30F TABLES "30F DBA_SELLIST = SELLIST "30F EXCL_CUA_FUNCT = L_T_EXCL_CUA "40A gs EXCEPTIONS "30F OTHERS = 4. "30F

VIEW_MAINTENANCE_CALL * CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "30F * EXPORTING "30F * ACTION = ACTION "30F * VIEW_NAME = VIEW_NAME "30F * TABLES "30F * DBA_SELLIST = SELLIST "30F * EXCEPTIONS "30F * OTHERS = 4. "30F

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = ACTION VIEW_NAME = VIEW_NAME TABLES DBA_SELLIST = SELLIST EXCEPTIONS OTHERS = 4.

VIEW_MAINTENANCE_CALL * CALL FUNCTION 'VIEW_MAINTENANCE_CALL' * EXPORTING * ACTION = ACTION * VIEW_NAME = VIEW_NAME * TABLES * DBA_SELLIST = SELLIST * EXCEPTIONS * OTHERS = 4.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = action * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' VIEW_NAME = view_name * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' TABLES DBA_SELLIST = sellist * EXCL_CUA_FUNCT = EXCEPTIONS CLIENT_REFERENCE = 30 FOREIGN_LOCK = 2 INVALID_ACTION = 30 NO_CLIENTINDEPENDENT_AUTH = 4 NO_DATABASE_FUNCTION = 30 NO_EDITOR_FUNCTION = 30 NO_SHOW_AUTH = 7 NO_TVDIR_ENTRY = 30 NO_UPD_AUTH = 9 ONLY_SHOW_ALLOWED = 10 SYSTEM_FAILURE = 30 UNKNOWN_FIELD_IN_DBA_SELLIST = 30 VIEW_NOT_FOUND = 30 OTHERS = 14.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = ACTION VIEW_NAME = VIEW_NAME TABLES DBA_SELLIST = SELLIST EXCEPTIONS OTHERS = 4.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "30F EXPORTING "30F ACTION = ACTION "30F VIEW_NAME = VIEW_NAME "30F TABLES "30F DBA_SELLIST = SELLIST "30F EXCEPTIONS "30F OTHERS = 4. "30F

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-001 "Soll der REOR-Lauf TEXTLINE2 = TEXT-002 "im Test durchgeführt TEXTLINE3 = TEXT-003 "werden? TEXT_OPTION1 = TEXT-004 "Ja TEXT_OPTION2 = TEXT-005 "Nein TITEL = TITEL "Reorganination IMPORTING ANSWER = ANSWER.

TEXT_REORG_INTERNAL CALL FUNCTION 'TEXT_REORG_INTERNAL' EXPORTING TABLE_NAME = TABLE TEST = TEST IMPORTING FUNCTION = FUNCTION NUMBR_PROBL_CASES = NUMBR_PROBL_CASES NUMBR_REORG_FLAGS = NUMBR_REORG_FLAGS NUMBR_REORG_ENTRS = NUMBR_REORG_ENTRS NUMBR_REORG_TEXTS = NUMBR_REORG_TEXTS EXCEPTIONS NOT_ALL_TEXTS_REORGANIZED = 4.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENT_TABLE_EXT EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 4.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = DET_TABLE_EXT.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' IMPORTING E_APPLCLASS = APPLC EXCEPTIONS OTHERS = 1.



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