cancel
Showing results for 
Search instead for 
Did you mean: 

I have issue with adding new column in Powl

Former Member
0 Kudos

Hi Experts.

I add the new column in Powl. But they do not appear on the screen. It appears when I reopen the Powl report.

Method IF_POWL_FEEDER~GET_FIELD_CATALOG

     READ TABLE c_fieldcat ASSIGNING <lwa_fieldcat>

         WITH KEY colid = <lwa_selected_group>-indic_lot.

       IF sy-subrc = 0.

         <lwa_fieldcat>-col_visible    = abap_true.

       ENDIF.

   e_fieldcat_changed        = abap_true.

endmethod.


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215610
Active Participant
0 Kudos

Hi Fedor,

Use report "POWL_D01" to deletes user defined POWL Queries from the cache based on Application Id and/ or User.

and load the application again.



Thanks and Regards,

Ragavendra BR

Former Member
0 Kudos

it does not suitable for me. The column should disappear immediately. The columns appear depend on restriction on the screen

Former Member
0 Kudos

up