on 2022 Aug 09 3:40 PM
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.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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-USYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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) 😞
User | Count |
---|---|
12 | |
12 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.