SAP Reports / Programs

RSIR_CONVERT_MIMETAB SAP ABAP Report - KPro: Analyzing and Converting of Table SDOKMIME_C







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


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


Text pool values


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


INCLUDES used within this REPORT RSIR_CONVERT_MIMETAB

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:

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.



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