cancel
Showing results for 
Search instead for 
Did you mean: 

Changes in Shopping Cart POWL query

Former Member
0 Kudos

Hi All,

I have a requirement in which I have to add the following logic.

1. Add the PR number & Line Itema in the POWL of Approved Shopping Cart & Approved Team Shopping Cart.

2. Add the name of waiting approver's in the POWL of "Shopping Cart in progress".

According to my analysis, I can add the required new column in the Field Catalog of the Feeder Class.

But my question is how & where this field value can be populated in which method?

Could some one please provide the detailed information.

Many Thanks.

Chirag Shah

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi,

For search of SC in POWL, the following methods will be called:

Class /SAPSRM/CL_PDO_SO_SEARCH_SC_2
Method /SAPSRM/IF_PDO_SO_SEARCH_SC_2~EXECUTE_SEARCH
Method /SAPSRM/IF_PDO_SO_SEARCH_SC_2~SET_SEARCH_VALUES
Method /SAPSRM/IF_PDO_SO_SEARCH_SC_2~GET_RESULT

Class /SAPSRM/CL_PDO_SO_SEARCH_SC
Method /SAPSRM/IF_PDO_SO_SEARCH_SC~EXECUTE_SEARCH
Method /SAPSRM/IF_PDO_SO_SEARCH_SC~SET_SEARCH_VALUES
Method /SAPSRM/IF_PDO_SO_SEARCH_SC~GET_RESULT

You have to add your own logic to make the added search criteria or columns work.

BR,
Ivy