on 2016 Jun 14 2:49 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.