Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv report

Former Member
0 Likes
494

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.

2 REPLIES 2
Read only

Former Member
0 Likes
459

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

Read only

former_member194152
Contributor
0 Likes
459

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