diff --git a/README.md b/README.md index e094b77e..12ef9389 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ * Want to help out? Check out the contribution guidelines [(abap2UI5/contribution)](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/CONTRIBUTING.md) #### Apps & Extensions -* Add your apps to SAP Fiori Launchpad On-Premise [(ext-fiori_launchpad)](https://github.com/abap2UI5/ext-service_integration) -* Integrate your apps with the Business Technology Platform [(ext-btp)](https://github.com/abap2UI5/ext-business_technology_platform) +* Add your apps to SAP Fiori On-Premise Launchpad [(ext-fiori_launchpad)](https://github.com/abap2UI5/ext-service_integration) +* Integrate your apps with the SAP Business Technology Platform [(ext-btp)](https://github.com/abap2UI5/ext-business_technology_platform) * Explore abap2UI5-tools, a collection of useful tools & apps [(ext-app_tools)](https://github.com/abap2UI5/app-tools) * Discover other projects using abap2UI5 [(abap2UI5/links)](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/links.md) * And lastly, don't forget to explore the [Samples Repository 🧭](https://github.com/abap2UI5/abap2UI5-samples) diff --git a/src/z2ui5_cl_xml_view.clas.abap b/src/z2ui5_cl_xml_view.clas.abap index 1b832d04..42541be1 100644 --- a/src/z2ui5_cl_xml_view.clas.abap +++ b/src/z2ui5_cl_xml_view.clas.abap @@ -158,8 +158,8 @@ CLASS z2ui5_cl_xml_view DEFINITION IMPORTING !show_header TYPE clike OPTIONAL !text TYPE clike OPTIONAL - !enableformattedtext TYPE clike OPTIONAL - !description TYPE clike OPTIONAL +* !enableformattedtext TYPE clike OPTIONAL +* !description TYPE clike OPTIONAL !icon TYPE clike OPTIONAL RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view. @@ -2768,10 +2768,11 @@ CLASS Z2UI5_CL_XML_VIEW IMPLEMENTATION. result = _generic( name = `MessagePage` t_prop = VALUE #( ( n = `showHeader` v = z2ui5_cl_fw_utility=>get_json_boolean( show_header ) ) - ( n = `description` v = description ) +* ( n = `description` v = description ) ( n = `icon` v = icon ) ( n = `text` v = text ) - ( n = `enableFormattedText` v = z2ui5_cl_fw_utility=>get_json_boolean( enableformattedtext ) ) ) ). +* ( n = `enableFormattedText` v = z2ui5_cl_fw_utility=>get_json_boolean( enableformattedtext ) ) + ) ). ENDMETHOD.