2018 Jun 04 11:32 AM
Hi,
I need to view the Price per Rate Category in SAP ISU billing. I looked at table EPREI and ETTAF for example but could not find the link between the two.
Kindly assist with correct way
2018 Jun 04 12:59 PM
Hi Prichard,
The connection is not that easy as prices are not directly maintained in the billing data (like rate or rate category) but price operands which contain the prices.
The logic can be found in function module ISU_PRI_USAGE:
Starting from EA91 with the where used button, system first determines the price type, then it looks for all oerands with this price types. Afterwards it loops over table ETTAF if any of this operand is used there. And then it can look into field -STRING1 (or sometimes -STRING2 or -STRING3) if the price is maintained there.
Best regards,
Katrin Frenzel
SAP Product Support
2018 Jun 04 12:59 PM
Hi Prichard,
The connection is not that easy as prices are not directly maintained in the billing data (like rate or rate category) but price operands which contain the prices.
The logic can be found in function module ISU_PRI_USAGE:
Starting from EA91 with the where used button, system first determines the price type, then it looks for all oerands with this price types. Afterwards it loops over table ETTAF if any of this operand is used there. And then it can look into field -STRING1 (or sometimes -STRING2 or -STRING3) if the price is maintained there.
Best regards,
Katrin Frenzel
SAP Product Support
2018 Jun 05 9:26 AM