Hi All can anyone know which table has the relation between customer group and its members
For example
Customer 111101 has member 111102, 111102 and 111103.
My user just want to get this relation, so she can join a customer which get from T-code VL06O to which group it belongs.
thanks
You can see in table KNVH the field HZUOR. In this field it's the hierarchy level. Or you call the function BAPI_CUSTOMER_GET_CHILDREN .This Function, or BAPI, return a table with all the hierarchy per a customer number.