MKES1F50_CHARACTERISTIC_SELECT 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 MKES1F50_CHARACTERISTIC_SELECT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_SEND_SELECTION_SCREEN * CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' * EXPORTING * detail = 'X' * d_form_name = 'F1_ELEMENT_TYPE' * d_program_name = 'SAPMKES1' * display_modus = display_modus * start_column = start_column * start_row = start_row * window_title = itext * einf_mehrf = 'E' "E einfach * TABLES * sel_table = icec01 * EXCEPTIONS * abnormal_leave = 1.
RKE_SEND_SELECTION_SCREEN CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' EXPORTING display_modus = display_modus start_column = start_column start_row = start_row window_title = itext einf_mehrf = 'E' "E einfach TABLES sel_table = icec01 EXCEPTIONS abnormal_leave = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = icharc1 textline1 = itext textline2 = text-064 titel = ' ' IMPORTING answer = icharc1.
RKE_SEND_SELECTION_SCREEN CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' EXPORTING display_modus = idisplay_modus start_column = start_column start_row = start_row window_title = itext einf_mehrf = 'E' TABLES sel_table = icec01 EXCEPTIONS abnormal_leave = 1.
RKE_SEND_SELECTION_SCREEN CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' EXPORTING display_modus = display_modus start_column = start_column start_row = start_row window_title = itext einf_mehrf = 'E' TABLES sel_table = icec01 EXCEPTIONS abnormal_leave = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKES1F50_CHARACTERISTIC_SELECT - Include MKES1F50_CHARACTERISTIC_SELECT MKES1F31_SEVERITY_CHECK - MKES1F31SEVERITYCHECK MKES1F31_MESSAGE_STORE - MKES1F31MESSAGESTORE MKES1F31_MESSAGE_INITIALIZE - MKES1F31MESSAGEINITIALIZE MKES1F31_MESSAGES_SHOW - MKES1F31MESSAGESSHOW MKES1F30_SPECIAL_FIELDS_PLAN2 - MKES1F30SPECIALFIELDSPLAN2