cancel
Showing results for 
Search instead for 
Did you mean: 

Total Discount and List Price of Quote could not be retrieved in creating Quote Document in SAP CPQ

503

Dear SAP-Community,

I would like to create a Quote Document where the Total Discount and the Total List Price of all products will be available

I have used this tag to retrieve Total List Price:

<<Q_QUOTE(CURRENCY_SIGN)>><<Q_VALUE(Total:ListPrice)>>

And for Total Discount I have not found any related tag.

Here is a screenshot of the created Quote Document:

Which tag should I use to retrieve the total amount of List Price & Discount?

It would be really great if anyone can suggest me a way to solve this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Alexander_0001
Participant
0 Kudos

Hi Yogananda Muthaiah,
We found a solution for this issue by the usage of a CTX Tag in a Q_TAG
Total Unit Price:
<<Q_QUOTE(CURRENCY_SIGN)>> <<Q_TAG(<*CTX( Quote.Total.ListPrice.Display)*>) >>

Total Discount:
<<Q_QUOTE(CURRENCY_SIGN)>> <<Q_TAG(<*CTX( Quote.Total.ProductDiscountAmount.Display)*>) >>

Total Amount:
<<Q_QUOTE(CURRENCY_SIGN)>> <<Q_VALUE(Total:TotalAmount)>>

This is the result. Thank you very much for your support 🙂


Answers (1)

Answers (1)

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi nuzatantora

Are you using Quote 2.0 or 1.0 ? Refer the below link and let us knowhttps://help.sap.com/docs/SAP_CPQ/884885f05e6b4c8082254d4d9d63f19b/e8ecc7640d644715909a9982e1eef186.html?locale=en-US
<<Q_QUOTE(TOTALNET)>>
0 Kudos

Hi Yogananda Muthaiah

Thank you so much for your response. Currently I am using 2.0. I had used the tags from this link but unfortunately could not find the solution. And <<Q_QUOTE(TOTALNET)>> tag returns the total amount of the Net price(without discount) but not the List Price (after discount) 😞