SAP Reports / Programs

RS_KW_CHECKLIST SAP ABAP Report - KW: Output of Check List in Translation Mode







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


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


Text pool values


Title: KW: Output of Check List in Translation Mode
Text Symbol: 081 = Display of Info Objects
Text Symbol: 080 = Title of Current Folder
Text Symbol: 079 = Technical Name of Current Folder
Text Symbol: 078 = ID of Current Folder
Text Symbol: 077 = Current Context Enhancement
Text Symbol: 076 = Country of Current Context
Text Symbol: 075 = Release of Current Context
Text Symbol: 074 = Language of Current Context
Text Symbol: 073 = Status
Text Symbol: 072 = Error Title
Text Symbol: 071 = Error Class
Text Symbol: 070 = PHIO Title
Text Symbol: 069 = PHIO Class
Text Symbol: 068 = PHIO ID
Text Symbol: 067 = LOIO ID
Text Symbol: 066 = Class Type
Text Symbol: 065 = Topic Okay
Text Symbol: 064 = Topic Warning/Info
Text Symbol: 063 = Erroneous Topic IOs
Text Symbol: 062 = Entire Topic IOs
Text Symbol: 061 = Structure IOs Errors
Text Symbol: 060 = Structure of Entire IOs
Text Symbol: 059 = Success Statistics
Text Symbol: 058 = See Success Statistics
Text Symbol: 057 = Release
Text Symbol: 056 = Country-Specific
Text Symbol: 055 = Enhancement
Text Symbol: 054 = Target Language
Text Symbol: 053 = Source Language
Text Symbol: 052 = Responsib.for Folder
Text Symbol: 051 = Folder Title
Text Symbol: 050 = Folder Techn. Name
Text Symbol: 049 = Folder ID
Text Symbol: 048 = Area
Text Symbol: 047 = Date/Time
Text Symbol: 046 = Folder Name
Text Symbol: 045 = List of Check Results





Text Symbol: 044 = Translation Error List


INCLUDES used within this REPORT RS_KW_CHECKLIST

INCLUDE RS_INC_CHECKLIST.
INCLUDE IWBCONSTEXT.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_USER_COMMAND = G_FORMNAME_USER_COMMAND * I_CALLBACK_PF_STATUS_SET = G_FORMNAME_PF_STATUS * I_CALLBACK_HTML_TOP_OF_PAGE = 'HTML_TOP_OF_PAGE' * I_CALLBACK_HTML_END_OF_LIST = 'HTML_END_OF_LIST' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' * I_grid_settings = GS_GRID_SETTINGS * I_STRUCTURE_NAME = 'SFLIGHT' IS_LAYOUT = L_SLIS_LAYOUT_ALV IT_FIELDCAT = RT_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = GT_SP_GROUP[] IT_SORT = GT_SORT[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = G_DEFAULT I_SAVE = G_SAVE * IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = * IS_PRINT = GS_PRINT * I_SCREEN_START_COLUMN = 1 * I_SCREEN_START_LINE = 1 * I_SCREEN_END_COLUMN = 10 * I_SCREEN_END_LINE = 20 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES T_OUTTAB = ERROR_LIST_STAT.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING IT_FIELDCAT = RT_FIELDCAT I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = L_SLIS_LAYOUT_ALV I_SAVE = 'A' I_CALLBACK_USER_COMMAND = G_FORMNAME_USER_COMMAND * * Only valid for own status (not ALV standard) * i_callback_pf_status_set = g_formname_pf_status * TABLES T_OUTTAB = ERROR_LIST_STAT.

IW_C_CONTEXT_SET CALL FUNCTION 'IW_C_CONTEXT_SET' EXPORTING LANGUAGE = ERROR_LIST_STAT-IS_IO_CTXT_LANGUAGE COUNTRY = ERROR_LIST_STAT-IS_IO_CTXT_COUNTRY INDUSTRY = ERROR_LIST_STAT-IS_IO_CTXT_INDUSTRY RELEASE = ERROR_LIST_STAT-IS_IO_CTXT_RELEASE TABLES CONTEXT = L_CONTEXT.

INFO_OBJECTS_DISPLAY_LIST CALL FUNCTION 'INFO_OBJECTS_DISPLAY_LIST' EXPORTING * TASK ='TRAN' SOURCE_INFO_OBJECT = INFO_OBJECT TOP_OF_PAGE_HEADER = TEXT-081 "'IO Anzeige' NEW_MODE = C_YES SUPPRESS_AUTHORITY_CHECK = C_YES IMPORTING ERROR_MSG = ERROR_MSG TABLES INFO_OBJECTS = DISPLAYED_INFO_OBJECTS * PROPERTIES_SOURCE = REQ_PROPS_SRC_L * PROPERTIES_TARGET = REQ_PROPS_TRG_L * INFO_OBJECTS_WITH_TASK = L_INFO_OBJECTS_WITH_TASK CONTEXT = L_CONTEXT.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_END_OF_LIST I_END_OF_LIST_GRID = C_YES.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENTS.



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