cancel
Showing results for 
Search instead for 
Did you mean: 

Org Model Related

Former Member
0 Kudos

Hi ,

I have rather a question regarding ord assignment. I understand the hierarchy while creating the ord model is as below.

head company->co code-> sales org->sales office---> sales group.

Our business requirement is to have sub group to Sales Group.

Now as per my understanding we can not have any sub group to sales group in CRM. please correct me if this is possible and how? and if this is not possible what could be way out??? we are pulling org model from ECC.

regards,

Dhruv

Accepted Solutions (0)

Answers (1)

Answers (1)

robert_kunstelj
Active Contributor
0 Kudos

You can have subgroups, but this subgroups can not be classified, because you have only 3 available classification levels (sal. organization, sal. office, sal. group). And this have certain logic behind. If you want you can have more levels, but all will be of general type. If you want to buil some logic also on those, one possible way would be to read relationships between then. For example you would read the linked org.unit to sales group org. unit. And then it would be up to the coding, what you want to do with it.

Former Member
0 Kudos

Sir,

Thanks for the information. My doubt is whether is it possible to replicate the same to ECC or vice verse i.e can you assign sub group to Sales group and replicate to CRM as it is?

Also I need more understanding of what you have suggested: "*If you want to buidl some logic also on those, one possible way would be to read relationships between then. For example you would read the linked org.unit to sales group org. unit. And then it would be up to the coding, what you want to do with it."

robert_kunstelj
Active Contributor
0 Kudos

According to my knowleadge ECC don't have such possibility, but I could be mistaken.

About second question, it means that it depends where you need to use this functionality in business process. According to thouse needs you would have to implement appropriate logic in badi or function module called by event, action or something similar.