cancel
Showing results for 
Search instead for 
Did you mean: 

How to query DiscountList on overall customer discounts in SAP C4C?

former_member243278
Participant
1,850

Hi everyone,

I am trying to query on overall customer discount list on the system. I created a discount list under the products for my specific customers. Everything is working fine so far. However, I want to read or query the discount list for my customer in .absl. I could not find a business object.

I just found below standard BO;

  1. SalesPriceList
  2. SalesPriceSpecification
  3. PriceSpecification

But when I try to query for these BOs, it returns weird data which does not have an UUID or ID. Lots of times, it was not returning data, it caused directly short dump. I also found some topics which horst.schaude answered on community. However, I could not find a solution.

stefankrauth do you have any comment on this issue?

I also tried to query from repository explorer as well as from .absl event. Result was same in both.

Any recommendation?

View Entire Topic
former_member535084
Participant
0 Kudos

malramadhan1 : I just simple use SalesPriceList.Retrieve 🙂

0 Kudos

quyennguyen : Hey, how did you get the the sales price list id to retrieve the BO? Could you please share your resolution

Thanks a lot,

Rocky