I need to retrieve from S4HC the following information: which plants are assigned to a sales organization (in ECC table TVKWZ). Snooping around, I found out the class SalesOrganizationLink which I believe gives me such info. However, I could not instantiate it.
Usually, I get a service class that allows me to retrieve data (i.e., sales order service). I could not find the service class for this case.
Could someone give a hint on how to use this class?
BR, Pietro