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 SAP ABAP Report - SAPUI5 Repository Load: Load SAPUI5 App from and to local File System







/UI5/UI5_REPOSITORY_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You have used SAP's UI development toolkit for HTML5 (SAPUI5) to develop a SAPUI5 web application...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 /UI5/UI5_REPOSITORY_LOAD 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. "Basic submit
SUBMIT /UI5/UI5_REPOSITORY_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /UI5/UI5_REPOSITORY_LOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


This is going to happen when you confirm at the end of this list ...
Selection Text: UPLOAD = Upload
Selection Text: UI5REP = Name of SAPUI5 Application
Selection Text: DOWNLOAD = Download
Selection Text: DELETE = Delete
Title: SAPUI5 Repository Load: Load SAPUI5 App from and to local File System
Text Symbol: 089 = Remarks:
Text Symbol: 083 = Create/Keep Folder
Text Symbol: 082 = Download File
Text Symbol: 081 = Delete File
Text Symbol: 080 = Delete Folder
Text Symbol: 072 = File type unknown
Text Symbol: 071 = Binary
Text Symbol: 070 = Text
Text Symbol: 064 = * Warning: Binary file % has not been uploaded *
Text Symbol: 063 = Text files have been identified from standard settings.
Text Symbol: 062 = File '.Ui5RepositoryTextFiles' has been considered to identify text files.
Text Symbol: 061 = Binary files have been identified from standard settings.
Text Symbol: 060 = File '.Ui5RepositoryBinaryFiles' has been considered to identify binary files.
Text Symbol: 059 = * Warning: Binary file % has not been downloaded *
Text Symbol: 058 = * Warning: Text file % has not been downloaded *
Text Symbol: 057 = * Warning: Folder % has not been deleted *
Text Symbol: 056 = The target directory for the download is
Text Symbol: 090 = > Your default code page is
Text Symbol: 091 = > Files to be ignored may be specified in file '.Ui5RepositoryIgnore'.
Text Symbol: 092 = > Additional text files may be specified via '.Ui5RepositoryTextFiles'.
Text Symbol: 093 = > Additional binary files may be specified via '.Ui5RepositoryBinaryFiles'.
Text Symbol: 094 = > Each line in the files above specifies a file name pattern:
Text Symbol: 095 = Either in form a sub string or as a regular expression.
Text Symbol: 096 = Example: '^.*[/|\\]build([/|\\].*)?$' starting with '^' and ending with '$'.
Text Symbol: 097 = * No default code page *
Text Symbol: 098 =
Text Symbol: 099 = > For operation you may need authorization for the following auth. objects:
Text Symbol: 100 = S_DEVELOP, S_ICF_ADM, S_TCODE, S_TRANSPRT, S_CTS_ADMI and S_CTS_SADM
Text Symbol: 101 = Check the security guide.
Text Symbol: 102 = Warning : Authorizations may be missing for
Text Symbol: 103 = Warning : Authorizations may be missing.
Text Symbol: 104 = and





Text Symbol: 105 = > In case you would like to transport:
Text Symbol: 106 = Prepare an ABAP workbench request and note down its id for later entry.
Text Symbol: 055 = * Warning: Text file % has not been uploaded *
Text Symbol: 001 = Up- and Download your SAPUI5 Application
Text Symbol: 002 = Use this report to upload a SAPUI5 application to the SAPUI5 ABAP Repository.
Text Symbol: 003 = Use it to download a SAPUI5 application to the local file system.
Text Symbol: 004 = Use it to delete an existing SAPUI5 application from the repository.
Text Symbol: 005 = Create Folder
Text Symbol: 006 = Upload File
Text Symbol: 007 = *** IGNORE ***
Text Symbol: 008 = *** IGNORE ***
Text Symbol: 009 = Create SAPUI5 Application
Text Symbol: 010 = Update existing SAPUI5 Application
Text Symbol: 011 = Items to be ignored have been determined from the built-in standard settings.
Text Symbol: 012 = Items to be ignored have been determined from the '.Ui5RepositoryIgnore' file.
Text Symbol: 013 = Load SAPUI5 Application from File System to the SAPUI5 ABAP Repository
Text Symbol: 014 = Load SAPUI5 Application from the SAPUI5 ABAP Repository to the File System
Text Symbol: 016 = [ Click here to Upload ]
Text Symbol: 017 = [ Click here to Download ]
Text Symbol: 018 = [ Click here to Delete ]
Text Symbol: 020 = Enter Parameters for Upload to BSP Application ...
Text Symbol: 021 = Description
Text Symbol: 022 = Package
Text Symbol: 023 = Transport Request
Text Symbol: 024 = External Codepage
Text Symbol: 025 = * Specify SAPUI5 Application Name *
Text Symbol: 026 = Enter Parameters for Download from the SAPUI5 ABAP Repository ...
Text Symbol: 030 = * SAPUI5 application has not been created (successfully) *
Text Symbol: 031 = * Download of SAPUI5 application has been canceled *
Text Symbol: 032 = * Upload canceled: External Code Page is invalid. You may use e.g. 'Cp1252' *
Text Symbol: 033 = * Download canceled: External Code Page is invalid. You may use e.g. 'Cp1252' *
Text Symbol: 039 = Specify Source Directory ...
Text Symbol: 040 = Specify Target Directory ...
Text Symbol: 041 = * Download canceled *
Text Symbol: 042 = Delete SAPUI5 Application
Text Symbol: 043 = * Upload finished *
Text Symbol: 044 = * Download finished *
Text Symbol: 047 = * SAPUI5 Repository deleted *
Text Symbol: 050 = * A directory for the download has not been selected. Exiting ...*





Text Symbol: 051 = * A directory for upload has not been selected. Exiting ...*
Text Symbol: 052 = * SAPUI5 application does not exist. Deletion canceled ... *
Text Symbol: 053 = * Unable to delete SAPUI5 Repository (completely). Deletion canceled ... *
Text Symbol: 054 = * Warning: Folder % has not been created *


INCLUDES used within this REPORT /UI5/UI5_REPOSITORY_LOAD

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:

SCP_GET_JAVA_NAME CALL FUNCTION 'SCP_GET_JAVA_NAME' EXPORTING sap_codepage = code_page_abap_ IMPORTING name = java_code_page_name EXCEPTIONS name_unknown = 1 invalid_codepage = 2 OTHERS = 3.

SCP_CODEPAGE_BY_EXTERNAL_NAME CALL FUNCTION 'SCP_CODEPAGE_BY_EXTERNAL_NAME' EXPORTING external_name = me->name kind = me->kind IMPORTING sap_codepage = rv_abap_encoding EXCEPTIONS not_found = 1.

SCP_CODEPAGE_BY_EXTERNAL_NAME CALL FUNCTION 'SCP_CODEPAGE_BY_EXTERNAL_NAME' EXPORTING external_name = me->name IMPORTING sap_codepage = rv_abap_encoding EXCEPTIONS not_found = 1.

SCP_GET_JAVA_NAME CALL FUNCTION 'SCP_GET_JAVA_NAME' EXPORTING sap_codepage = abap_encoding IMPORTING name = rv_java_encoding EXCEPTIONS name_unknown = 1 invalid_codepage = 2 OTHERS = 3.

SDOK_MIMETYPE_GET CALL FUNCTION 'SDOK_MIMETYPE_GET' EXPORTING extension = ext IMPORTING mimetype = mimetype. "X_U

SDOK_MIMETYPE_GET CALL FUNCTION 'SDOK_MIMETYPE_GET' EXPORTING extension = ext IMPORTING mimetype = mimetype.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = popup_title IMPORTING returncode = returncode TABLES fields = fields.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = popup_title IMPORTING returncode = returncode TABLES fields = fields.

POPUP_TO_CONFIRM * call function 'POPUP_TO_CONFIRM' "Standard Dialog Popup * exporting * titlebar = 'Is this ok and ...' " Title of dialog box



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