cancel
Showing results for 
Search instead for 
Did you mean: 

How to add new search criteria to a shopping cart

Former Member
0 Kudos

Hi

I have a requirement to add account assignment number to the search criteria of a shopping cart..can anybody tell me the steps need to follow to achieve this.


Thanks

Vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

ivy_li
Active Contributor
0 Kudos

Hi Vivek,

If you would like to add search criteria for POWL, please refer to the following transactions to add it:

trx powl_query;

trx /n/sapsrm/powl_cust;

report powl_d01.

Regards,

Ivy

Former Member
0 Kudos

Hi Ivy...

when I tried to add the field using tranx /n/sapsrm/powl_cust I got an error says 'entry doesn't exist in the structure /SAPSRM/S_POWL_RESULT_AVL".

Thanks

Vivek

ivy_li
Active Contributor
0 Kudos

Hi Vivek,

As the error indicated, you should add this search criteria to structure /SAPSRM/S_POWL_RESULT_AVL. Then please try to add it via trx  /n/sapsrm/powl_cust to see if error persists.

Regards,

Ivy

ashish_shah
Contributor
0 Kudos

Hi Vivek,

Do you mean you want to add a new search criteria in SC POWl in SRM 7.0?

Regards,

Ashish

Former Member
0 Kudos

Hi Ashish

I want to add in POWL i have gone through one sdn document which is explains  in detail ,but the step tells to maintain entry in the view /SAPSRM/V_SRC_CR  is not working in my case .when i follow the step I am getting an error entry not found..

Thaks

Vivek

ashish_shah
Contributor
0 Kudos

Hi Vivek,


Which SRM version are you on?

Make sure that you are following all the steps in the given sequence.

If possible please provide snapshot of the error.

Regards,

Ashish

Former Member
0 Kudos

Hi Ashish,

Please see the error screenshot while I tried to add the field to the view.I am using SRM  EHP2 FOR SAP SRM 7.0

I guess it is not't creating new entry..instead it is searching for the entry..

Thanks

Vivek

ashish_shah
Contributor
0 Kudos

Hi Vivek,

I dont have system access now,Please check if the field that you want to add is available in structure /SAPSRM/S_SEARCHFIELDS

Only the fields abailable in this structure can be used to define search criteria.

Regards,

Ashish

Former Member
0 Kudos

Hi Ashish,

The required filed ACC_CAT is there in the structure /SAPSRM/S_SEARCHFIELDS.

Thanks

Vivek