cancel
Showing results for 
Search instead for 
Did you mean: 

Notification - Update data from Syclo to SAP

Former Member
0 Kudos

Dear Team,

I have written code to update Planner group field in SAP. But getting this error in POJO class.

Are you aware on how to resolve it.

Please find my BAPI and POJO code.

POJO Class:-

POJO class has error on line number 50; The type com.syclo.agentry.User cannot be resolved. It is indirectly referenced from required .class files.

But i have added all libaries and references, still i am getting that error.

BAPI CLass for reference:.

It is giving me error in steplet class, JAVA class not found, I have configured the custom class properly in SAP config panel.

Any help would be much appreciated.

Thanks.

Madhur Kanungo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhur,

Have you included Agentry-v5.jar in your project..?

otherwise try replacing  com.syclo.agentry.User with com.syclo.sap.User in your POJO class.

Thanks,

Pushparaj

Former Member
0 Kudos

Thanks Pushparaj. Adding Agentry-v5 jar solved my Pojo class error.

I will try running the entire scenario and see if i am able to update data in SAP or not.

Regards,

Madhur

Answers (0)