cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SRM 7.0 - add a new column to POWL

Former Member
0 Likes
297

Hi,

I want to add a new column (number of follow-on document) to the shopping cart POWL. How can I enhance the feedertype SAPSRM_FEEDER_SC with custom fields?

Thanks and best regards,

Roman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Roman,

Copy the FEEDER class /SAPSRM/...... encapsulated in the Feeder type SAPSRM_FEEDER_SC to your Z-class

goto the method GET_FIELD_CATALOG and add your column and necessary attributes as maintained for the existing fields.

Thsi would be tricky as, the existing methods would be used in many FEEDER CLASSes as a interface implemnetation.

Also chekc the SPRO nodes in SRM for the FEEDER TYPES.

      • kindly award points if you find it helpful ...

rgds,

Gautam

Answers (0)