Application Development and Automation 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: 
Read only

Operating time in hours table

Former Member
0 Likes
3,655

Hi Guru's, I want to find the table which contain the field RC68K-EINZH (RC68K is a structure).

EINZH is Operating time in hours (its description). If anything important i miss out pls let me know.

Thanks a lot.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,415

Hi Sean Loy,

Follow the below steps:

1.Go to SE11 transction.

2.Select the Data Type Radio Button.

3.Type the structure RC68K

4.Click on 'Where used list' Button just below the ABAP Dictionary name

5.Uncheck all check beoxes EXCEPT Database tables.

6.Then You will get alist of the tablea that EINZH is Operating time in hours which is in RC68K structure.

Hope this helps you.

Good luck.

Regards,

Rama Chary.Pammi

Hi Guru's, I want to find the table which contain the field RC68K-EINZH (RC68K is a structure).

EINZH is Operating time in hours (its description). If anything important i miss out pls let me know.

Thanks a lot.

10 REPLIES 10
Read only

Former Member
0 Likes
2,416

Hi Sean Loy,

Follow the below steps:

1.Go to SE11 transction.

2.Select the Data Type Radio Button.

3.Type the structure RC68K

4.Click on 'Where used list' Button just below the ABAP Dictionary name

5.Uncheck all check beoxes EXCEPT Database tables.

6.Then You will get alist of the tablea that EINZH is Operating time in hours which is in RC68K structure.

Hope this helps you.

Good luck.

Regards,

Rama Chary.Pammi

Read only

Former Member
0 Likes
2,415

Hi Sean,

Few sources cannot be found directly.

Field EINZH or it's domain KAPEINZT_H are used only in structures.

For getting the source, you will need to debug the program which is display this field.

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
2,415

Currently what i have is the work center and i need to link it to a table to search its operation time. I had came across a table call KAPA ( not sure correct or not ), which have the field EINZT - Operating time in seconds.

I not sure how to link them up. Currently i tried to use KAPID to link them and get the latest Available capacity version. Some work center can be found (opt time) but some cant.

Does any solution on this ? Actually i need is the operation time no matter in seconds or hours, cos i can do the manual calculation.

Read only

0 Likes
2,415

Hi,

KAPA is also a structure i think, just check once.

Krishna

Read only

Former Member
0 Likes
2,415

I use se11 to open KAPA, it shows me KAPA is a table.

Read only

0 Likes
2,415

Out put for any record, and double click on the EINZH field, try to click on check Table or F4 so that to is it providing a search help.

Read only

Former Member
0 Likes
2,415

I get this record RC68K-EINZH thru cr03 (display mode).

Read only

Former Member
0 Likes
2,415

I had found the solution already. thanks for help.

Read only

0 Likes
2,415

Hi Sean,

I am facing a similar problem, when I'm trying to fetch the Operating time from CR03 transaction. The Operating time is stored in the structure-field: RC68K-EINZH.

So far, I have been doing as follows:

Operating time = EndTime - StartTime - Break .

This works fine, as long as the shift is for a single day (where End Time> Start time)

But it fails when the Shift time starts tonight and ends the next day morning (Ex: Start time = 20:00:00 and End time = 05:00:00).

Please let me know how you arrived at a solution to fetch the value stored in RC68K-EINZH.

Points wil be rewarded...Thx in advance...

Thanks,

Lakshmi

Read only

0 Likes
2,415

Hi,

i need to retrieve the same info from the database, can you share please the solution you found ?

Thanks!