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