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

WORKCENTER

Former Member
0 Likes
1,285

Hello,

Can anyone please help me with logic how to get ARBPL(workcenter) from table CRHD based on given PERNR(personal number).

Thanks in advance..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,171

Generally personal number would be associated to Orgunits. Orgunits will have Workcenter defined. Probably you need to get the Orgunit first and then read the workcenter using CR function modules

CR_WORKSTATION_READ ??

Vineela

8 REPLIES 8
Read only

Former Member
0 Likes
1,171

Hi

Search CRHD on condition where <b>VERAN</b> = Personel number responsible for that cost center...

Hope this is what you want

Mark if helpful

Regards

Tushar Mundlik

Read only

0 Likes
1,171

Hello Tushar Mundlik,

My rek is to develop report which shows KOSTL history and ARBPL history of employee, iam able to get KOSTL history from PA0001 but i need to get ARBPL history from CRHD, and think VERAN is person responsible fr ARBPL

Read only

Former Member
0 Likes
1,172

Generally personal number would be associated to Orgunits. Orgunits will have Workcenter defined. Probably you need to get the Orgunit first and then read the workcenter using CR function modules

CR_WORKSTATION_READ ??

Vineela

Read only

0 Likes
1,171

Hi vineela,

Thanks for ur suggestion hope this will work.

regards

Read only

0 Likes
1,171

HI vineela,

Thanks for ur help iam able to get workcenter based on position of pernr.

regards

Read only

amit_khare
Active Contributor
0 Likes
1,171

Check table HRP1001 for PERNR and object type = A for workcentre.

Then check table CHDR for this work centre number.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
1,171

Hello Amit,

Perfect, i used same logic .

regards

Read only

0 Likes
1,171

Hi Amit,

We are working on assigning person (PERNR) to work center. You can any BAPI or IDOC through which we can update relationship between PERNR and work center.

We are creating work center using T-code - CR01. But unable to update work center with PERNR thru program.

Thanks