cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error in Transfer Operation Functionality

former_member337066
Participant
0 Kudos

Bill Froelich

AK K's Profile | SCN

Chandra Ayyagari's Profile | SCN

Stephen Streeter

Leonardo Gomez

Ajitesh Upadhyaya

Hello Experts,

                     We are working on SAP Work Manager 6.2. After Transferring Operation to other Work Center on Transmit it showing below error:-

Logging user into server

   Logged in

Sending client info

Sending time info...

Receiving time info...

Sending OperationTransfer...

com.syclo.agentry.BusinessLogicException: OperationTransferSteplet - Partner maintenance: Referenced partner VW 00000000 is not equal to Assigned partner VW

at com.syclo.sap.Steplet.throwExceptionToClient(Steplet.java:272)

at com.syclo.sap.component.workorder.steplet.OperationTransferSteplet.execute(OperationTransferSteplet.java:69)

at com.syclo.sap.Steplet.doSteplet(Steplet.java:172)

Server error - please contact your administrator (13)

Logging user out

              How to resolve this error.

Thanks & Regards,

Ashish Sarode

Accepted Solutions (1)

Accepted Solutions (1)

mark_pe
Active Contributor
0 Kudos

Ashish,

For your error: "OperationTransferSteplet - Partner maintenance: Referenced partner VW 00000000 is not equal to Assigned partner"

Can you also check this SAP Note # 2141223 - Transfer Work Order Feature Should Support Multiple Personnel number assignment scenario for Assignment type '1'? This SAP note specifically state what code was done to resolve errors tied to assignment type 1. You may compare this with your issue.

Best Regards,

SAP Mobile Support Team

Answers (2)

Answers (2)

former_member337066
Participant
0 Kudos

Hello Mark,

        We applied SAP Note # 2141223 but now we are getting below error:-

Former Member
0 Kudos

Ashish,

What assignmentType you are using?

Looks like while transferring the operation to other work center Partner field need to be filled. Normally Partner value is your Personal number.

I would suggest you to debug in SAP and check what is causing this error. I think PartnerParameter method is getting inialized in Java/SAP which is not required.

Ajitesh

0 Kudos

Please check that your MDO's Work Order Assignment and Client Global Wo.AssignmentType are same. Looks like in you case it must Assignment Type = 6 (Operation Work Center)

thanks

Chandra