cancel
Showing results for 
Search instead for 
Did you mean: 

Error when working with Agentry Complex table

Former Member
0 Kudos

Hello Gurus,

I follow the tutorial Flight Booking and try to load a complex table onto my Agentry client. However, when I transmit from Agentry server, it display the error in the log:

Exception: 11:20:06 07/24/2014 : 20 (Agentry3), JavaBackEndError (java.lang.NoSuchMethodException: com.syclo.sap.mm.object.VendorCT.<init>(com.syclo.agentry.ComplexTableSession, java.util.GregorianCalendar)),

VendorCT is the complex table.

Please help me. Thank  you.

Accepted Solutions (1)

Accepted Solutions (1)

sravanthi_polu
Contributor
0 Kudos

Hi,

Create a class handler and bapi wrapper in sap

Create a mobile data object, assign the class handler and check the active flag for the data object

Create a bapi wrapper,assign the bapi and check the active flag

Create a class in java for complex table,make sure the field names are correct

Create a complex table in agentry , assign the java class created, field name ( make sure they are correct),define indexes(check weather they are mapped correctly to the fields)   

Check in ate view-toolbar-localization

Once check weather the above steps are performed correctly

Thanks & Regards,

Sravanthi Polu

Former Member
0 Kudos

Hi Sravanthi,

Thank you for your response. I completed all of them, except the "Check in ate view-toolbar-localization".

Do I have to create init method in the complex table object?

Any help please? Why it always displays "Cannot find method <init> of the complex table"

Updated: It works. Thank you. I created the wrong Complex Table

Answers (0)