Hi experts,
i am new to classes.
i am using on example progrma from book.
in this example i have used two global classes one local class.
here i have created on screen 100. and i am going to display alv grid from sflight table data on this screen.
i am using CARRID using as a input and when i press enter
the data will display on the screen as alv grid.
i am using CL_GUI_CUSTOM_CONTAINER, CL_GUI_ALV_GRID class for GUI.
now my problem is ALV GRID is displaying and when i enetered input the data is not diaplying on the grid.
i debugged the program..
data is getting into the internal table SFLIGHT_TAB, but not dispalying on the screen(ALV GRID).
to display the data i am using method REFRESH_TABLE_DISPLAY.
any help please