cancel
Showing results for 
Search instead for 
Did you mean: 

FITV_POWL_TRIPS - Issue when using IF_POWL_FEEDER~GET_FIELD_CATALOG

Former Member
0 Kudos

Hi all,

I am trying to add a new field to the 'My trip and expenses' WDA. I created an enhancement spot and add a field to the field catalog

ls_fcat-colid = 'COMPLIANCE_APP_STATUS'.

  • ls_fcat-tooltip_ref = <ls_dfies>-fieldname.

ls_fcat-header = 'compliance Approval Status'.

ls_fcat-allow_sort = c_true.

ls_fcat-allow_filter = c_true.

ls_fcat-col_visible = c_true.

ls_fcat-enabled = c_true.

ls_fcat-display_type = 'TV'.

ls_fcat-colpos = 30.

INSERT ls_fcat INTO TABLE c_fieldcat.

But I do not see this field added to the WDA. I went to settings and checked hidden fields as well but this new field is not appear there too. Do I need to do any additional stuff to get this to show up. Please advise

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Thanks for the quick reply, but this did not help.

I ran program POWL_D04 for query ID and type "FITV_POWL_TRIPS".

But the out put is still the same.

Edited by: sammer chilamakuri on Aug 17, 2011 9:05 AM

Lukas_Weigelt
Active Contributor
0 Kudos

Maybe the visible column count isn't equivalent to the number of columns you have.

Check whether E_VISIBLE_COLS_COUNT has the right value corresponding with C_FIELDCAT. Maybe your enhancements are there but cannot be displayed due to this.

If this doesn't help run POWL_D01 and check again.

best regards, Lukas

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Maybe the POWL cache is causing this.

Check here how to delete it: http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL

regards, Lukas