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: 

How to get work center

Former Member
0 Kudos

Hi All,

I am creating r actual and planned renue report for service orders ( CS ) .

Problem :

I have a service order number , But i am unable get the workcenter of the order.

Please guide me how to get the workcenter based on service order.

Thanks in advance

Regards

Sudhakar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear Sudhakar,

Try using this FM: CR_WORKSTATION_READ

Field: GEWRK (Object ID of the Work Center)

View: VIAUFKST

Regards

s@k

Edited by: siemens.a.k on Feb 11, 2010 10:18 AM

4 REPLIES 4

anup_deshmukh4
Active Contributor
0 Kudos

try using BAPI_ALM_ORDER_GET_DETAIL

P561888
Active Contributor
0 Kudos

HI ,

Go to Se15 and give the serivce order number and then use the where list then u will get all tables , look for the work center now.

Regards,

Bharani

Former Member
0 Kudos

You read the table AFKO, then the table AFVC with the key AFKO-AUFPL in the field AFVC-ARBID find the work center, with which you can access the table CRHD

Regards, Antonio

Former Member
0 Kudos

Dear Sudhakar,

Try using this FM: CR_WORKSTATION_READ

Field: GEWRK (Object ID of the Work Center)

View: VIAUFKST

Regards

s@k

Edited by: siemens.a.k on Feb 11, 2010 10:18 AM