cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Partner Functions in Work Manager 6.4

Former Member
0 Likes
588

Experts,

Is Partner Function data captured in any Work Manager 6.4 objects? I see that it is passed from backend through workorder bapi in return structure et_buspartner, but dont see it in any agentry object.

How can i bring it to agentry objects?

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

I believe the partner function data is used when running Work Manager with the Customer Service option.

--Bill

Former Member
0 Likes

Thanks Bill. Since it is already being passed in Work Order Bapi return structure et_buspartner, i wanted to know if i could use it, perhaps through java changes and bring it in agentry object?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

Correct, you can of course extend the java and and the appropriate Agentry objects and files to expose the data in your application if needed.

Former Member
0 Likes

Hi Bill,

I have extended standard steplet, stephandler,bapi. Also added custom steplet in WorkOrder Fetch and did all the backend config. However, when i sync my device i get an error " Problem in BAPI Create (/SMERP/PM_DOWORKORDER_GET):Personnel ID not found in the work order fetch properties for the user XXXX".

Any pointers on what this issue could be related to?

Point to note: When i switch back to standard WorkOrder Get steplet in fetch WorkOrder, everything works fine as expected. Point being that i do have personnel ID maintained in system and I can see WorkOrders in standard OOB solution.

Thanks,

Alok.