File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,9 @@ CLASS z2ui5_cl_demo_app_003 IMPLEMENTATION.
51
51
INTO TABLE @mt_salesorder
52
52
UP TO 10 ROWS.
53
53
54
- DATA(view) = z2ui5_cl_xml_view=>factory( )->list(
55
- headertext = 'List Ouput'
56
- items = client->_bind_edit( mt_salesorder )
57
- mode = `SingleSelectMaster`
58
- selectionchange = client->_event( 'SELCHANGE' )
59
- )->standard_list_item(
54
+ DATA(view) = z2ui5_cl_xml_view=>factory(
55
+ )->list( client->_bind_edit( mt_salesorder )
56
+ )->standard_list_item(
60
57
title = '{SALESORDER}'
61
58
description = '{SALESORGANIZATION}' ).
62
59
client->view_display( view ).
@@ -84,11 +81,8 @@ CLASS z2ui5_cl_demo_app_003 IMPLEMENTATION.
84
81
INTO TABLE @mt_salesorder
85
82
UP TO 10 ROWS.
86
83
87
- DATA(view) = z2ui5_cl_xml_view=>factory( )->list(
88
- headertext = 'List Ouput'
89
- items = client->_bind_edit( mt_salesorder )
90
- mode = `SingleSelectMaster`
91
- selectionchange = client->_event( 'SELCHANGE' )
84
+ DATA(view) = z2ui5_cl_xml_view=>factory(
85
+ )->list( client->_bind_edit( mt_salesorder )
92
86
)->standard_list_item(
93
87
title = '{VBELN}'
94
88
description = '{VKORG}' ).
You can’t perform that action at this time.
0 commit comments