The troubleshooting options for setting firefox as default does not work

When I go to my Home-Welsome to Century Link-Mozilla Firefox; a tab comes up saying "setting firefox as the default browser does not work". I tried all the various troubleshooting options. They did not work.

Hello,
Did you pass the parameters: IS_LAYOUT & I_SAVE to the ALV function module?
  FP_ST_LAYOUT-ZEBRA = C_X.
  FP_ST_LAYOUT-COLWIDTH_OPTIMIZE = C_X.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      I_CALLBACK_PROGRAM       = SY-REPID
      IS_LAYOUT                = FP_ST_LAYOUT
      IT_FIELDCAT              = FP_IT_FIELDCAT
      I_SAVE                   = 'A'
    TABLES
      T_OUTTAB                 = FP_IT_OUTPUT
    EXCEPTIONS
      PROGRAM_ERROR            = 1
      OTHERS                   = 2.
  IF SY-SUBRC <> 0.
*   Error in calling Standard ALV Functional Module
    MESSAGE I019. "Error Occured in ALV Function Module
    LEAVE LIST-PROCESSING.
  ENDIF.
Hope this helps.
BR,
Suhas

Similar Messages

Maybe you are looking for