cancel
Showing results for 
Search instead for 
Did you mean: 

Add field to POWL search criterion

Former Member
0 Kudos

Hello,

I need to add XFELD to the POWL selection. The complex part is that I need it to be in a dropdown with 3 selections:

  1. X.
  2. Space.
  3. All (in case we don’t want to count this parameter in the query).

I know I can create new query without this parameter but the costumer doesn’t interesting in that option.

Regards,

Ronen.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ronen ,

Please goto Below mentioned Link  and Do all the required things to ADD it in Search Critera

http://scn.sap.com/docs/DOC-25692

And After doing all the Steps in DB criteria

Once Check  Options in PARAMETER Type , We will have dropdown in the options .Select It and Activate it .

Goto POWL_D01 and Delete all the Cache Queries

In Order to Filter the values based on XFELD we have to go to BADI

goto SE18 end Enter /SAPSRM/BD_CLL_POWL_FEEDER and choose Display.

Expand the node

/SAPSRM/BD_POWL_CHNG_SELCRIT

and choose Create BADI implementation.

First, create the Enhancement implementation. Choose “New” and create a new one.

Then choose it and push Ok:

Now, create the BADI Implementation:

Assign A filter and Make it Bussiness Object Type as BUS2121 in Case of SC

  BUS2000113 in case of Contract

and inside that Once check all the IOmport and export parameters .Here u will have chance to add the code

For Testing Once Define Implementation for It and Put an Debug Point .

Remember /SAPSRM/BD_CLL_POWL_FEEDER  is Main Badi which will be used to add the logic for Sel Criteria and Populate values in POwl Result Tables

Regards ,

Sandeep M

Former Member
0 Kudos

Helllo Ronen,

if its SC, have already tries enhancement /SAPSRM/BD_CLL_POWL_FEEDER?

Former Member
0 Kudos

Hi Ronen,

Take a look at the following link,

http://wiki.sdn.sap.com/wiki/display/SRM/POWL+in+SAP+SRM

Regards,

Lisandro