2007 Dec 14 6:34 AM
Display the output in ALV grid by using the FM REUSE_ALV_GRID_DISPLAY.
Provide menu lists for display ,sorting,select/deselect functionalities.
Display the output in ALV grid by using the FM REUSE_ALV_GRID_DISPLAY.
Provide menu lists for display ,sorting,select/deselect functionalities.
2007 Dec 14 6:35 AM
FU REUSE_ALV_GRID_DISPLAY
____________________________________________________
Text
Output of a simple list (single-line)
Functionality
The function module outputs an internal table with whatever structure in
the form of a formatted single- oder multi-line list.
Process:
o Passing an internal table with the set of information to be output
o Passing a structure with general layout specifications for list
layout
o Passing a field catalog in the form of an internal table
The field catalog describes the fields to be output in the list.
Notes
o All interactions performed on the list refer directly to the
internal output table. Sorting the list, for example, also involves
a resorting of the internal output table passed (since it was passed
by reference).
o An important factor determining the usability of the tool or of
various generic functions (totals, subtotals) is the expected amount
of data to be displayed.
The application is responsible for critically testing this aspect
and consider it when it comes to decision-making.
Parameters
I_INTERFACE_CHECK
I_BYPASSING_BUFFER
I_BUFFER_ACTIVE
I_CALLBACK_PROGRAM
I_CALLBACK_PF_STATUS_SET
I_CALLBACK_USER_COMMAND
I_CALLBACK_TOP_OF_PAGE
I_CALLBACK_HTML_TOP_OF_PAGE
I_CALLBACK_HTML_END_OF_LIST
I_STRUCTURE_NAME
I_BACKGROUND_ID
I_GRID_TITLE
I_GRID_SETTINGS
IS_LAYOUT
IT_FIELDCAT
IT_EXCLUDING
IT_SPECIAL_GROUPS
IT_SORT
IT_FILTER
IS_SEL_HIDE
I_DEFAULT
I_SAVE
IS_VARIANT
IT_EVENTS
IT_EVENT_EXIT
IS_PRINT
IS_REPREP_ID
I_SCREEN_START_COLUMN
I_SCREEN_START_LINE
I_SCREEN_END_COLUMN
I_SCREEN_END_LINE
IT_ALV_GRAPHICS
IT_HYPERLINK
IT_ADD_FIELDCAT
IT_EXCEPT_QINFO
I_HTML_HEIGHT_TOP
I_HTML_HEIGHT_END
E_EXIT_CAUSED_BY_CALLER
ES_EXIT_CAUSED_BY_USER
T_OUTTAB
Exceptions
PROGRAM_ERROR
Function Group
SLVC_FULLSCREEN
2007 Dec 14 6:37 AM
Hi,
That functionality comes by default by usin reuse_alv_grid_display FM please check have u change PF status of ur program od pass ant value in i_callback_PF_Status parameter if u have pass any value theu ur GUI status will replace the standard one and standard functionality will be missed.
Rewards if helpful.
Regards
Gagan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |