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

/UI5/UI5_REPOSITORY_LOAD_HTTP SAP ABAP Report - SAPUI5 Repository Load: Load SAPUI5 App from Zip-Archive via URL







/UI5/UI5_REPOSITORY_LOAD_HTTP 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_REPOSITORY_LOAD_HTTP 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_REPOSITORY_LOAD_HTTP. "Basic submit
SUBMIT /UI5/UI5_REPOSITORY_LOAD_HTTP AND RETURN. "Return to original report after report execution complete
SUBMIT /UI5/UI5_REPOSITORY_LOAD_HTTP 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_URL = URL to Zip Archive
Selection Text: P_TEST = Test Mode
Selection Text: P_REQ = ABAP Workbench Request
Selection Text: P_PACK = Package
Selection Text: P_DESC = Description of Application
Selection Text: P_DELTA = Delta Mode
Selection Text: P_CODPGE = External Code Page
Selection Text: P_APP = Name of SAPUI5 Application
Selection Text: P_ACCUNX = Accept Unix style Text Files
Title: SAPUI5 Repository Load: Load SAPUI5 App from Zip-Archive via URL
Text Symbol: SWR = Select Workbench Request ...
Text Symbol: 099 =
Text Symbol: 062 = Check the security guide.
Text Symbol: 061 = S_DEVELOP, S_ICF_ADM, S_TCODE, S_TRANSPRT, S_CTS_ADMI and S_CTS_SADM
Text Symbol: 060 = > For operation you may need authorization for the following auth. objects:
Text Symbol: 059 = Example: '^.*[/|\\]build([/|\\].*)?$' starting with '^' and ending with '$'.
Text Symbol: 058 = Either in form a sub string or as a regular expression.
Text Symbol: 057 = > Each line in the files above specifies a file name pattern:
Text Symbol: 056 = > Additional binary files may be specified via '.Ui5RepositoryBinaryFiles'.
Text Symbol: 055 = > Additional text files may be specified via '.Ui5RepositoryTextFiles'.
Text Symbol: 054 = > Files to be ignored may be specified in file '.Ui5RepositoryIgnore'.
Text Symbol: 053 = > In Europe you typically may take 'Cp1252' as the code page.
Text Symbol: 052 = Prepare an ABAP workbench request and provide its id.
Text Symbol: 051 = > In case you would like to transport:
Text Symbol: 050 = Remarks:
Text Symbol: 010 = 'AcceptUnixStyleEol' and 'DeltaMode'
Text Symbol: 009 = 'SAPUI5ApplicationDescription', 'WorkbenchRequest', 'ExternalCodePage',
Text Symbol: 008 = Valid parameter names are: 'SAPUI5ApplicationName', 'SAPUI5ApplicationPackage'
Text Symbol: 007 = The format is =.
Text Symbol: 006 = > Each line there represents a parameter.
Text Symbol: 005 = and the optional file '.Ui5RepositoryUploadParameters' in the archive.
Text Symbol: 004 = > The parameters come both from the input fiellds below (perferably)
Text Symbol: 003 = The application is taken from a Zip archive specified with a URL.
Text Symbol: 002 = > Use this report to upload a SAPUI5 application to the SAPUI5 ABAP Repository.
Text Symbol: 001 = Functionality:


INCLUDES used within this REPORT /UI5/UI5_REPOSITORY_LOAD_HTTP

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:

TR_F4_REQUESTS call function 'TR_F4_REQUESTS' exporting iv_trkorr_pattern = iv_transport_pattern iv_title = title importing ev_selected_request = rv_transport_no.

/UI5/UI5_REPOSITORY_LOAD_HTTP call function '/UI5/UI5_REPOSITORY_LOAD_HTTP' exporting iv_url = p_url iv_sapui5_application_name = p_app iv_sapui5_application_desc = p_desc iv_package = p_pack iv_workbench_request = p_req iv_external_code_page = p_codpge iv_accept_unix_style_eol = p_accunx iv_delta_mode = p_delta iv_test_mode = p_test importing ev_success = success ev_log_messages = log_messages ev_msg_id = msg_id ev_msg_no = msg_no.

TR_F4_REQUESTS * call function 'TR_F4_REQUESTS' * exporting * iv_trkorr_pattern = p_req * iv_title = 'Objekte analysieren... '(tit)



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