‎2019 Jun 17 2:43 PM
Hello I have a screen with two table controls:
both are shown however the second one is not getting refreshed and I am getting this error message:

and then prg exits
IF GO_ST IS INITIAL.
CREATE OBJECT GO_ST
EXPORTING
CONTAINER_NAME = 'CC_ST'.
CREATE OBJECT GO_ST_ALV
EXPORTING
I_PARENT = GO_ST.
CALL METHOD GO_ST_ALV->SET_TABLE_FOR_FIRST_DISPLAY
EXPORTING
I_STRUCTURE_NAME = 'z_table'
IS_LAYOUT = LS_LAYOUT2
CHANGING
IT_OUTTAB = ET_STOCK.
ELSE.
LS_STABLE2-ROW = ABAP_TRUE.
LS_STABLE2-COL = ABAP_TRUE.
>>>>CALL METHOD GO_ST_ALV->REFRESH_TABLE_DISPLAY( IS_STABLE = LS_STABLE2 ).
‎2019 Jun 17 4:15 PM
‎2019 Jun 17 3:00 PM
Hi,
You can look at the sample program BCALV_GRID_01, it may help you. I guess issue will be structure name . It may be capital .
I_STRUCTURE_NAME = 'Z_TABLE'
‎2019 Jun 17 3:16 PM
I do not see refresh_table_display...anywhere...and even in the prg the strcuture name is in capital
‎2019 Jun 17 3:28 PM
Hi,
Sorry my mistake look at the program BCALV_GRID_03.
Regards,
Nawa.
‎2019 Jun 17 3:42 PM
‎2019 Jun 17 4:01 PM
It's impossible to answer if you don't show the whole short dump (text, zipped).
‎2019 Jun 17 4:05 PM
‎2019 Jun 17 4:15 PM
‎2019 Jun 17 4:16 PM
ok. That's not a (short) dump then (that refers to the lists in transaction ST22).