on 2024 May 31 8:51 AM
Hi Experts,
In Subscription Billing, I want to create a new field which will be received from external source in usage data or subscription. Could you please help me to understand if I shall define such fields in Custom References(Under Business configuration tile) or under Manage Field catalogue tile which is part of price calculation?
There are 3 use cases which I want to implement -
1. Accepting the fields in Usage and use them in price calculation
2. Accepting the fields in Usage and use them in billing events as informative field(no logics on the field, only pass through)
3. Accepting fields in Subscription through contract creation
Thanks.
Request clarification before answering.
Hi,
some best practices for your scenarios/use cases are:
Best regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@mnic_17 The price field mapping is only relevant to pass the values into the pricing scheme during price execution. It doesn't have an impact on the propagation into follow-up documents like the bill or invoices in S/4HANA.
If you want the detailed information from the level of usage records being forwarded, you have to enhance the integration flows.
The data can be picked right from the bill model.
Generic GET for bills
https://api.sap.com/api/BillV2_APIs/path/get-bill-by-id
Bill -> billItems -> charges -> usage records
Or using the special endpoint for usage records linked to a bill only
https://api.sap.com/api/BillV2_APIs/path/get_bills__identifier__billItems__itemId__charges__chargeId...
Best regards
Stefan
@mnic_17Links work for me. Based on the URLs you should be able to navigate the right place in SAP Business Accelerator Hub
User | Count |
---|---|
9 | |
6 | |
5 | |
2 | |
2 | |
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.