Hi,
my solution is placed in tte "Foundation" deployment unit; in one of my custom BOs I want to use SAP's ProductCategoryHierarchy object.
To let the user choose a product category, I want to use the productcategoryid reuse OVS.
I am not sure which field and datatype to bind to the value property of the OVS, so that my BO can save the ID of the chosen product category. Next thing is, that I want to show the chosen product category with its name and ID for every of my BOs in another view.
To get this data from the other deployment unit, I have to do something like "ProductCategoryHierarchy.Retrieve(saved product category ID from my BO)"; at this point I am not quite sure if it is possible to get the right product category out the hierarchical tree.
Could anyone give best practice hints how to work with the ProductCategoryHierarchy object?
Thanks in advance!
Markus