Skip to Content
0
Former Member
Jan 01, 2008 at 09:11 AM

ALV Output Screen ..........

63 Views

Hi Experts,

In ALV report for FM we use PF_STATUS_SET.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

i_callback_pf_status_set = 'PF_STATUS_SET'

For each time we have to go in se41 and copy the standard screen full screen for :

FORM pf_status_set USING extab TYPE slis_t_extab.

SET PF-STATUS 'STD' EXCLUDING extab.

ENDFORM. "pf_status_set

Is there any standard procedure to do this in ALV without copy screen in se41 each time?

Yusuf