Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction CR03, field RC68A-KAPART - where is it on DB?

jrgkraus
Active Contributor

I need to read this field (it's shown in CR03 - tab trip "Scheduling" - field "Capacity category" ) from ABAP. I do not seem to find it, even with ST05. Does anyone know where it is stored in the DB?

1 ACCEPTED SOLUTION

jrgkraus
Active Contributor

I found out about it: It's crhd-kapid which points to this KAKO dataset.

3 REPLIES 3

0 Kudos

Hi Jorg,

Set a break point at module pool P3005_GET, include program is

LCRA0O12. Debug routine CAPACITY_READ. The value is read from table KAKO.

Hope this helps.

Regards,

Hugo Palma.

0 Kudos

Thank you - I already arrived there. The question is: where does the key that is used for reading KAKO come from? The work center has three KAKO rows assigned with CRCA and I know that one of them is used here. But I can't figure out, how the right one is being selected.

jrgkraus
Active Contributor

I found out about it: It's crhd-kapid which points to this KAKO dataset.