Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: How to enable the Save button in ALV_GRID_DISPLAY function module

$
0
0

Hi sivashankar,

 

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

      EXPORTING

*   I_INTERFACE_CHECK              = ' '

*   I_BYPASSING_BUFFER             =

*   I_BUFFER_ACTIVE                = ' '

       i_callback_program             = sy-repid

       i_callback_pf_status_set       = 'SET_PF_STATUS'

............

 

FORM  set_pf_status USING rt_extab TYPE slis_t_extab.

   SET PF-STATUS 'MENU'.

ENDFORM.                  


PF STATUS : MENU

Capture.JPG

Regards

Sreekanth


Viewing all articles
Browse latest Browse all 9269

Trending Articles