cancel
Showing results for 
Search instead for 
Did you mean: 

Planning tables: WBS planning, Cost Ctr planning and Profit Ctr planning

Former Member
0 Kudos

Hi All,

Does anyone have any idea where (which tables) will all these planning data be stored?

I would like to have customized program to upload all of the planning data with the following upload criteria:

Question: Which Tables will these data to be stored?

1) WBS -> Table ?

2) Cost Center --> Table ?

3) Profit Center --> Table ?

WBS Planning 1: Month 1, Month 2, Month 3, Month 4, Month 5, etc

=============

GL 100000 --> 100, 200, 300, 400, 500

GL 100001 --> 110, 120, 130, 140, 150

GL 100002 --> 210, 220, 230, 240, 250

GL 100003 --> 310, 320, 330, 340, 350

Cost Center A: Month 1, Month 2, Month 3, Month 4, Month 5, etc

=============

GL 100000 --> 10, 20, 30, 00, 50

GL 100001 --> 11, 10, 13, 40, 10

GL 100002 --> 21, 20, 23, 40, 20

GL 100003 --> 31, 30, 33, 40, 30

Profit Center Z: Month 1, Month 2, Month 3, Month 4, Month 5, etc

=============

GL 100000 --> 10, 20, 30, 00, 50

GL 100001 --> 11, 10, 13, 40, 10

GL 100002 --> 21, 20, 23, 40, 20

GL 100003 --> 31, 30, 33, 40, 30

Thanks and regards,

sbmel

Accepted Solutions (1)

Accepted Solutions (1)

iklovski
Active Contributor
0 Kudos

Hi,

WBS and cost centre - COKP (primary planning) and COKS (secondary planning)

Profit centres - GLPCT.

There is no need in customized program: you can esaily set up Excel-integrated planning layout and upload your planning directly from Excel file.

Regards,

Eli

Answers (2)

Answers (2)

andreas_mann3
Active Contributor
0 Kudos

and look <a href="http://help.sap.com/erp2005_ehp_04/helpdata/En/b0/06644fa87011d1b5750000e82de856/frameset.htm">here</a>

A.

andreas_mann3
Active Contributor
0 Kudos

data ist stored in tables COSP and COSS

the key (objnr) is build as follows:

1) for cost centre (KOSTL) prefix(2) controlling area(4) and key of cost-centre:

eg. KS1234000099999

2) for WBS it is the internal number of table prps = prps-objnr

e.g. PR00000003

3) for profit centre id don't know exactly - I think it's analog to 1) with something like 'PC'???

hope that helps

Andreas