Skip to content

Commit 6f0f734

Browse files
committed
update
1 parent c731b12 commit 6f0f734

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/z2ui5_dbl_cl_app_00.clas.abap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CLASS z2ui5_dbl_cl_app_00 IMPLEMENTATION.
2929
page = page->hbox( ).
3030
page->generic_tile(
3131
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
32-
header = `JSON File`
32+
header = `JSON`
3333
subheader = `Upload DB Content`
3434
state = 'Disabled'
3535
press = client->_event( `z2ui5_dbl_cl_app_01` )
@@ -38,7 +38,7 @@ CLASS z2ui5_dbl_cl_app_00 IMPLEMENTATION.
3838

3939
page->generic_tile(
4040
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
41-
header = `JSON Editor`
41+
header = `JSON`
4242
subheader = `Download DB Content`
4343
press = client->_event( `z2ui5_dbl_cl_app_03` )
4444
)->get( )->tile_content(
@@ -48,7 +48,7 @@ page = page->get_parent( )->hbox( ).
4848

4949
page->generic_tile(
5050
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
51-
header = `CSV File`
51+
header = `CSV`
5252
subheader = `Upload DB Content`
5353
press = client->_event( `z2ui5_file_cl_app_01` )
5454
enablenavigationbutton = abap_false
@@ -58,28 +58,28 @@ page = page->get_parent( )->hbox( ).
5858

5959
page->generic_tile(
6060
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
61-
header = `CSV Editor`
62-
subheader = `Upload DB Content`
61+
header = `CSV`
62+
subheader = `Download DB Content`
6363
press = client->_event( `z2ui5_file_cl_app_01` )
6464
state = 'Disabled'
6565
)->get( )->tile_content(
66-
)->image_content( src = 'sap-icon://upload' ).
66+
)->image_content( src = 'sap-icon://download' ).
6767

6868
page = page->get_parent( )->hbox( ).
6969

7070
page->generic_tile(
7171
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
72-
header = `XLSX Upload`
73-
subheader = `to the Database`
72+
header = `XLSX`
73+
subheader = `Upload DB Content`
7474
state = 'Disabled'
7575
press = client->_event( `z2ui5_dbl_cl_app_05` )
7676
)->get( )->tile_content(
7777
)->image_content( src = 'sap-icon://upload' ).
7878

7979
page->generic_tile(
8080
class = 'sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout'
81-
header = `XLSX Download`
82-
subheader = `in XLSX Format`
81+
header = `XLSX`
82+
subheader = `Download DB Content`
8383
press = client->_event( `z2ui5_dbl_cl_app_06` )
8484
)->get( )->tile_content(
8585
)->image_content( src = 'sap-icon://download' ).

0 commit comments

Comments
 (0)