Question:
I am searching for the table where i can find the hierarchies that are used in planning levels.
I allready build a reporting tool for Folders / Levels / User variables but still are missing the hierarchy part in my reports.
Do anyone knows the table where this is stored?
Answer:
Jetman,
The planning levels are in table UPC_PLEVELT. Once you get the levels you can use function module UPC_PLEVEL_GET to get all of the information associated with a level.
I wrote a program myself to make it easiter to work with planning layouts, planning folders, etc and found most of the planning stuff in tables that start with UPC. Also, there are a lot of function modules that start with UPC that you can use to get planning information without searching for a tables.
Happy programming,
MFWSTCHAS