cancel
Showing results for 
Search instead for 
Did you mean: 

POWL: New fields added to hidden columns

Former Member
0 Kudos

Hi All,

SAP SRM version: 7.0

There is an existing custom POWL designed using Infoset(SQ02), SAP Query(SQ01), POWL Query and POWL Type. Ther requirement is to add 2 more columns, and we have successfully added them in Infoset and Query. When we tried to run the SAP Query(SQ01), we are able to see those 2 columns as we expected.

But, these 2 new columns are added to the hidden columns by default in the POWL result table in portal, which we have to manually push to Visible columns in User Settings. In debgging we could see that these new fields are set to Visible in field catalog.

How can we make them appear in visible columns by default?

Pls note:

There is no entry for this POWL in /SAPSRM/POWL_CUST.

In feeder class debugging, we could see that these columns are set to visible in field catalog.

Also, tried to run POWL_D01 report, but not helping.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prabakaran,

         Try changing the column poistion 'COLPOS' of the POWL in the fieldcatlog  there may be two column on same poistion.

Regards

Rajashiva

Former Member
0 Kudos

Hi Rajashiva, We tried to change the COLPOS value, but still no effect on the screen. Also, we tried to change  E_VISIBLE_ROWS_COUNT from 20 to 6,7etc. but the visible row count never changed from 10! Whatever we change from Feeder class, it's not changing in the screen. But a similar POWL report is changing whatever we change from feeder class. Regards, Prabhakaran

Former Member
0 Kudos

I am able to change the column header from feeder class, but not the column position.

The column positions and number of visible rows, are fixed somewhere after the Feeder class(in execution sequence).

Can someone tell me where it could be done?

Thanks,

Prabhakar

Former Member
0 Kudos

Hi Prabhakaran,

       Try changing the  E_VISIBLE_COLS_COUNT value in fieldcatlog of the POWL feeder

Regards

Rajashiva

Former Member
0 Kudos

Hi Prabhakaran,

       Try changing the  E_VISIBLE_COLS_COUNT value in fieldcatlog of the POWL feeder

Regards

Rajashiva

Answers (2)

Answers (2)

jason_boggans
Active Contributor

Hi

I have moved your issue to the Wweb Dynpro ABAP discussion forum as the issue is more core POWL related than application specific to SRM, the community here should be able to help further.

Regards,

Jason

Former Member
0 Kudos

This issue has happened only in dev, and once the changes are moved to testing, its working as expected.

May be, in dev, there are some configuration settings in POWL level over riding the SAP query settings.

Prabhakaran