Question:
Hello,
2 quick questions around org levels:
(a) Are there any easy ways to display a list of all org levels that currently exist in a system?
(b) I've done this before but forgotten: can someone remind me of the tcode you use to turn a field into an org level? (this may answer question a)
Many thanks in advance. I'll go and have look to see if there are any questions I can help with
Cheers
Answer:
Program PFCG_ORGFIELD_CREATE will let you create org fields (bit flaky in some versions of BW)
Table AGR_1252 will give you a good idea of org values in roles
IIRC (not logged in at the moment) Table USORG will show you current org levels configured. e.g. $WERKS = Plant
Using search would have told you all this too
Answer:
SUPO