Skip to content

Commit

Permalink
Update Demo 297 to resolve ADT warnings (#425)
Browse files Browse the repository at this point in the history
* Update Demo 297 to resolve ADT warnings

* Update Demo 297 (2)
  • Loading branch information
francisco-milan authored Nov 21, 2024
1 parent 3436498 commit 775de82
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/z2ui5_cl_demo_app_297.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@ CLASS z2ui5_cl_demo_app_297 IMPLEMENTATION.

" Populate the internal table
lt_product_collection = VALUE #(
( product_id = 'HT-1001' name = 'Notebook Basic 17' icon = 'sap-icon://paper-plane' )
( product_id = 'HT-1002' name = 'Notebook Basic 18' icon = 'sap-icon://add-document' )
( product_id = 'HT-1003' name = 'Notebook Basic 19' icon = 'sap-icon://doctor' )
( product_id = 'HT-1007' name = 'ITelO Vault' icon = 'sap-icon://sys-find-next')
( product_id = 'HT-1010' name = 'Notebook Professional 15' icon = 'sap-icon://add-product')
( product_id = 'HT-1011' name = 'Notebook Professional 17' icon = 'sap-icon://add-product')
( product_id = 'HT-1020' name = 'ITelO Vault Net' icon = 'sap-icon://add-product' )
( product_id = 'HT-1021' name = 'ITelO Vault SAT' icon = 'sap-icon://add-product' )
( product_id = 'HT-1022' name = 'Comfort Easy' icon = 'sap-icon://add-product' )
( product_id = 'HT-1023' name = 'Comfort Senior' icon = 'sap-icon://add-product' )
( product_id = 'HT-1001' name = 'Notebook Basic 17' icon = 'sap-icon://paper-plane' )
( product_id = 'HT-1002' name = 'Notebook Basic 18' icon = 'sap-icon://add-document' )
( product_id = 'HT-1003' name = 'Notebook Basic 19' icon = 'sap-icon://doctor' )
( product_id = 'HT-1007' name = 'ITelO Vault' icon = 'sap-icon://sys-find-next' )
( product_id = 'HT-1010' name = 'Notebook Professional 15' icon = 'sap-icon://add-product' )
( product_id = 'HT-1011' name = 'Notebook Professional 17' icon = 'sap-icon://add-product' )
( product_id = 'HT-1020' name = 'ITelO Vault Net' icon = 'sap-icon://add-product' )
( product_id = 'HT-1021' name = 'ITelO Vault SAT' icon = 'sap-icon://add-product' )
( product_id = 'HT-1022' name = 'Comfort Easy' icon = 'sap-icon://add-product' )
( product_id = 'HT-1023' name = 'Comfort Senior' icon = 'sap-icon://add-product' )
).
SORT lt_product_collection BY name.

Expand Down

0 comments on commit 775de82

Please sign in to comment.