SAP Reports / Programs | Cross-Application Components | SAP UI development toolkit for HTML5 - Rendering library(CA-UI5) SAP CA

/UI5/UI5_UPLOAD_INTO_MIME SAP ABAP Report -







/UI5/UI5_UPLOAD_INTO_MIME 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 /UI5/UI5_UPLOAD_INTO_MIME 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 /UI5/UI5_UPLOAD_INTO_MIME. "Basic submit
SUBMIT /UI5/UI5_UPLOAD_INTO_MIME AND RETURN. "Return to original report after report execution complete
SUBMIT /UI5/UI5_UPLOAD_INTO_MIME 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: S_FILTER = Filter
Selection Text: P_UPD = update existing version
Selection Text: P_TEST = only test
Selection Text: P_SHOW = show existing files
Selection Text: P_REQ = D .
Selection Text: P_PATH = MIME-path (ending with /)
Selection Text: P_PACK = D .
Selection Text: P_DEL = delete existing files
Title:
Text Symbol: VS2 = Version of file from MIME
Text Symbol: VS1 = Version of File from URL
Text Symbol: UR2 = MIME path
Text Symbol: UR1 = source path
Text Symbol: ST1 = state
Text Symbol: SHO = display object from MIME
Text Symbol: SF1 = source file
Text Symbol: S01 = properties
Text Symbol: REN = case-sensitive renamed
Text Symbol: IFO = SAPUI5 information
Text Symbol: FN1 = file name
Text Symbol: ERR = An error occured for at least one file
Text Symbol: CD1 = last change
Text Symbol: BUN = bundle name
Text Symbol: AC1 = Action


INCLUDES used within this REPORT /UI5/UI5_UPLOAD_INTO_MIME

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ls_restrict.

SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = lv_content * APPEND_TO_TABLE = ' ' IMPORTING output_length = lv_length TABLES binary_tab = lt_binary.

SCMS_BINARY_TO_TEXT CALL FUNCTION 'SCMS_BINARY_TO_TEXT' EXPORTING input_length = lv_length * FIRST_LINE = 0 * LAST_LINE = 0 * APPEND_TO_TABLE = ' ' * MIMETYPE = ' ' * WRAP_LINES = ' ' * ENCODING = * IMPORTING * OUTPUT_LENGTH = TABLES binary_tab = lt_binary text_tab = lt_text EXCEPTIONS failed = 1 OTHERS = 2 .

SDOK_MIME_SUBSTITUTE_GET CALL FUNCTION 'SDOK_MIME_SUBSTITUTE_GET' EXPORTING mimetype = lv_mimetype IMPORTING mimetype_subst = lv_mimetype_subst EXCEPTIONS insufficient_parameter_length = 1 OTHERS = 2.

TH_GET_VIRT_HOST_DATA CALL FUNCTION 'TH_GET_VIRT_HOST_DATA' EXPORTING protocol = 1 virt_idx = 2 local = 1 IMPORTING hostname = lv_host port = lv_port * NAME = EXCEPTIONS not_found = 1 internal_error = 2 * COMMUNICATION_FAILURE = 3 " only relevant for RFC calls ! * SYSTEM_FAILURE = 4 " only relevant for RFC calls ! * RESOURCE_FAILURE = 5 " only relevant for RFC calls ! OTHERS = 6.



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 /UI5/UI5_UPLOAD_INTO_MIME or its description.