Wednesday 16 April 2014

How do I present data in AVL grid in ABAP? If I have a list of table results from a SQL query, how do I show this data in AVL?



To display ALV LISTS the function module used are :


REUSE_ALV_LIST_DISPLAY "For Normal LIST


REUSE_ALV_HIERARCHICAL_LIST_DISPLAY "For Hierarchical LIST


To display ALV GRID the function module used are :


REUSE_ALV_GRID_DISPLAY . "For GRID display


The most important component of the ALV is the FIELDCATALOG which is of


TYPE SLIS_T_FIEDLCAT_ALV

No comments:

Comment

Comment Box is loading comments...