CREATE_KEY_MAPPING_CREATE_LOG is a standard ABAP INCLUDE 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 CREATE_KEY_MAPPING_CREATE_LOG into the relevant SAP transactions such as SE38 or SE80
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: Include CREATE_KEY_MAPPING_CREATE_LOG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_log_hd.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fcat i_callback_program = lf_repid i_callback_user_command = 'ALV_USER_COMMAND' "#EC NOTEXT it_excluding = lt_extab i_default = 'X' i_save = 'X' is_variant = ls_variant i_grid_title = sy-title TABLES t_outtab = gt_log EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CREATE_KEY_MAPPING_CREATE_LOG - Include CREATE_KEY_MAPPING_CREATE_LOG CREATE_KEY_MAPPING_APPL_LOG - Include CREATE_KEY_MAPPING_APPL_LOG CREATE_ICONS_FOR_GLOBALDATAOBJ - Creates the VB module wdbrIcon.bas, that has icon indices as constants CREATE_ICONS_FOR_GLOBALDATAOBJ - Creates the VB module wdbrIcon.bas, that has icon indices as constants CREATE_IBC_BEFORE_OUTPUT - Include SCREEN_TEST_BEFORE_OUTPUTO01 CREATE_IBC_AFTER_INPUT - Include SCREEN_TEST_AFTER_INPUTI01