mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update z2ui5_cl_core_srv_draft.clas.abap
This commit is contained in:
parent
0caba45750
commit
82ef74cd6f
|
@ -113,9 +113,11 @@ CLASS z2ui5_cl_core_srv_draft IMPLEMENTATION.
|
|||
|
||||
METHOD count_entries.
|
||||
|
||||
SELECT COUNT( * )
|
||||
data lt_tab type standard table of z2ui5_t_01 with empty key.
|
||||
SELECT id
|
||||
FROM z2ui5_t_01
|
||||
INTO @result.
|
||||
INTO corresponding fields of table @result.
|
||||
result = lines( lt_tab ).
|
||||
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
||||
|
|
Loading…
Reference in New Issue
Block a user