RSIR_CONVERT_MIMETAB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analyzing and Converting Table SDOKMIME_C The table SDOKMIME_C contains content types (also known as MIME types), each of which corresponds to a file name extension...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 RSIR_CONVERT_MIMETAB 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.
Selection Text: P_TA = Recording for Transport
Selection Text: P_TEST = Test Run
Title: KPro: Analyzing and Converting of Table SDOKMIME_C
Text Symbol: 001 = Processing Method
Text Symbol: ACE = Automatically Convertible Entries
Text Symbol: ANZ = Number of Table Entries
Text Symbol: KUM = *** No Conversion Required ***
Text Symbol: MCE = Only Manually Convertible Entries
Text Symbol: SME = Entries That Can Be Automatically Cumulated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_MIME_INPUT CALL FUNCTION 'CONVERSION_EXIT_MIME_INPUT' EXPORTING input = mime_entry-type IMPORTING output = mime_entry-type_conv.
CONVERSION_EXIT_FNEXT_INPUT CALL FUNCTION 'CONVERSION_EXIT_FNEXT_INPUT' EXPORTING input = mime_entry-extension IMPORTING output = mime_entry-extension_conv.
CONVERSION_EXIT_MIME_INPUT CALL FUNCTION 'CONVERSION_EXIT_MIME_INPUT' EXPORTING input = dbtabentry_aux-type IMPORTING output = type_conv_aux.
TR_GET_REQUEST_TYPE CALL FUNCTION 'TR_GET_REQUEST_TYPE' EXPORTING iv_pgmid = entry_e071-pgmid iv_object = entry_e071-object iv_obj_name = entry_e071-obj_name IMPORTING ev_request_type = request_type * EV_TASK_TYPE = * EV_TARSYSTEM = EXCEPTIONS no_request_needed = 1 invalid_object = 2 system_error = 3 OTHERS = 4.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = request_type it_e071 = it_e071 it_e071k = it_e071k * iv_title = EXCEPTIONS OTHERS = 999.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIR_CONVERT_MIMETAB - KPro: Analyzing and Converting of Table SDOKMIME_C RSIR_CONVERT_MIMETAB - KPro: Analyzing and Converting of Table SDOKMIME_C RSIR_CONTENT_UNMARK_PRELIM - Confirm as provisionally selected content in update mode RSIR_CONTENT_UNMARK_PRELIM - Confirm as provisionally selected content in update mode RSIR_CONTENT_TO_FS_LIST_ERR - KPro: Problem cases when transferring contents to file system RSIR_CONTENT_TO_FS_LIST_ERR - KPro: Problem cases when transferring contents to file system