gzmilgar / Sap_Rap_Test

Sap RAP Test
Eclipse Public License 2.0
0 stars 0 forks source link

REUSE alv de GRID alv methodlarını kullanmak #20

Open sync-by-unito[bot] opened 11 months ago

sync-by-unito[bot] commented 11 months ago

┆Issue is synchronized with this Trello card by Unito

sync-by-unito[bot] commented 11 months ago

➤ ALİCAN DUMAN commented:

IF go_grid IS INITIAL.

CALL FUNCTION 'GET\GLOBALS\FROM\SLVC\FULLSCR'

   IMPORTING

       e\grid = go\grid.

ENDIF.

IF NOT go_grid IS INITIAL.

CALL METHOD go\grid->check\changed_data.

ENDIF.