cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the data from an Easy Cost Planning screen saved?

former_member195355
Participant
0 Kudos

Hiya,

You know that HTML screen, in ECP, where you enter costs.

Does anyone know which table stores the data that is entered?

All I can find, from debugging, are a maze of confusing classes.

If anyone could offer any guidance then that would be most appreciated.

Many thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try table CKHS.


Regards

Shishir

former_member195355
Participant
0 Kudos

Thanks Shishir,


That's a useful table but not quite what I'm looking for, sorry for being unclear.

I'd like to know where the characteristic values for the ECP screen are stored - any ideas?



Former Member
0 Kudos

Hi,

Use class CL_COSTING_MODEL_VALUATION and under this check method GET_ALL_CHARACTERISTIC_VALUES.

Check if works...

Regards

Shishir

former_member195355
Participant
0 Kudos

Thanks again Shishir!

I'd found that method too but I was hoping there would be a convenient table to hold the values, rather than having to use the class methods.

Talking of which there are so many methods in that class (and in CL_COSTING_MODEL) and I'm struggling to understand what they do and the order to call them - do you know if there is any documentation for that class?

Answers (1)

Answers (1)

Former Member
0 Kudos

It's in table AUSP.

BR