cancel
Showing results for 
Search instead for 
Did you mean: 

Add a field in the Search Criteria in POWL for Invoice

Former Member
0 Kudos

Hi,

I am trying to add a field or change Selection Parameters in Search criteria POWL for Invoice. But for SC, PO and Confirmation I can do it from DB Criteria. But for Invoice I implemented these BADI's and its not triggering.

/SAPSRM/BD_POWL_CHNG_CUF_SRCH

/SAPSRM/BD_POWL_CHNG_SELCRIT

Any idea why its not trigeering? Am I missing anything? I appreciate your help.

Thanks,

Carl

Edited by: Shears80 on Sep 28, 2011 9:40 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Carl,

We are facing the same problem, do you remember how you solved it?

Ronen.

nishantbansal91
Active Contributor
0 Kudos

Hi Carl,

For the Active query u must delete  the Query using the report POWL_D01 by passing the username & applied id is SAPSRM_E_CHECKSTATUS then select the Type as a Invoice SAPSRM_FEEDER_INV and delete the query.

Thanks.

Nishant Bansal

Former Member
0 Kudos

Hi Cral ,

Add a field in the Search Criteria in POWL for Invoice

append the custom attributes in this structure

/SAPSRM/S_SEARCH_RESULT_INV

goto tcode sm30 /SAPSRM/V_SRC_CR enter the filed for BO/ BUS2121(select the business object based on the requirement)

the creation type must be suitable for the type

criterion name : zzfield

criterion name : parameter

structure : /SAPSRM/S_SEARCH_RESULT_INV

field name : zzfield

this are the feeder class for invoice .

/SAPSRM/CL_CLL_POWLT_INV_PROF

/SAPSRM/CL_CLL_POWLT_INV

/SAPSRM/CL_CLL_POWLT_INV_S

based on the powl query you need to do the enhancement in the feeder class .

Thanks & Regards

Pradeep Kumar Dondeti