PF STATUS IN ALV REPORTS

Well i going to cover all senario below topic
Reports     : Alv Reports, Classical Report And interactive Reports
Forms       : Scripts and Smart Forms Adove Forms
Interface   : RFC BAPI ALE/IDCS
Converstion : BDC LSMW BAPI


Enhancement : User-EXITS BADI, Customer Exit

FORM f_pf_status_set USING pt_extab TYPE slis_t_extab.      "#EC CALLED
* Local data varaibles
  DATA:ls_extab TYPE slis_extab.

  CLEAR:ls_extab.

  REFRESH:pt_extab.
* Populate unwated FCT cfodes to be hidden
  ls_extab-fcode =  '&INFO'.
  APPEND ls_extab TO pt_extab.

  SET PF-STATUS 'ZMEN_ALV1' EXCLUDING pt_extab.

ENDFORM.  

Comments

Popular posts from this blog

all user exit mv45afzz (implicit user exit )

MB_MIGO_BADI THIS BADI USED TO POSTING DATA IN MIGO

Long Text in input and output field in module pool