Financial dimension tables

Hi,

I just want to know in which table the values specified for the financial dimensions is getting stored.

For example,In the above screen I want to know where the values specified for the financial dimensions like Customer parent,Customer type etc is getting stored.

Please guide.

Thanks & Regards,

Chutti

It’s not just a single table; the whole relation consists of these tables:

  • DimensionAttributeValueSet
  • DimensionAttributeValueSetItem
  • DimensionAttributeValue
  • tables holding actual values, such as CustTable

Thank you Drab