cancel
Showing results for 
Search instead for 
Did you mean: 

Table Name

former_member220863
Active Contributor
0 Kudos

Hi All,

In which table i could get the maint. work center and cost center for that work center combined.

regards

sunil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

TO get the maint workcentre, you need to get the workcentre number from

EQUZ-GEWRK,

then this number has to pass in tableCRHD-OBJID

ARBPL is the workcenter

to get the coct centre used in the workcentre then pass ths CRHD-OBJID into CRCO-OBJID (CRCO table)

-ashok

peter_atkin
Active Contributor
0 Kudos

ashok,

The data is held in two seperate tables:

CRHD Work Center Header

CRCO Assignment of Work Center to Cost Center

PeteA

Former Member
0 Kudos

hi

Yes the data is in two different tables,

-ashok

Answers (1)

Answers (1)

former_member192718
Active Contributor
0 Kudos

Dear Sunil,

Hope this will help you to find table!

1. Select the required field

2. Press F1 for help

3. Press F9 for technical information

4. Double-click on the data element field

5. Double-click on the domain field (provided it isn't something like CHAR1, otherwise go to step 6)

6. Select the where-used button (button with little yellow square with 3 arrows radiating)

7. Select indirect application from the pop-up box

8. Double-click on the database tables line in the next pop-up box

9. You should now have a list of all DB tables where that field is used (this should work in about 90% of cases)

Regards,

Kaushal Rai

peter_atkin
Active Contributor
0 Kudos

Here is the [ORIGINAL|http://www.sapfans.com/forums/viewtopic.php?t=200474] source of the data in the above post.